You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the class src/main/java/com/studerw/tda/model/account/OptionInstrument.java following line needs to be added @JsonInclude(JsonInclude.Include.NON_EMPTY) on line 18 to skip sending blank fields.
The text was updated successfully, but these errors were encountered:
In the class src/main/java/com/studerw/tda/model/account/OptionInstrument.java following line needs to be added @JsonInclude(JsonInclude.Include.NON_EMPTY) on line 18 to skip sending blank fields.
The text was updated successfully, but these errors were encountered: