Class Authorizations

java.lang.Object
com.studerw.tda.model.user.Authorizations
All Implemented Interfaces:
Serializable

public class Authorizations extends Object implements Serializable
See Also:
  • Constructor Details

    • Authorizations

      public Authorizations()
  • Method Details

    • getApex

      public Boolean getApex()
    • getLevelTwoQuotes

      public Boolean getLevelTwoQuotes()
    • getStockTrading

      public Boolean getStockTrading()
    • getMarginTrading

      public Boolean getMarginTrading()
    • getStreamingNews

      public Boolean getStreamingNews()
    • getOptionTradingLevel

      public Authorizations.OptionTradingLevel getOptionTradingLevel()
    • getStreamerAccess

      public Boolean getStreamerAccess()
    • getAdvancedMargin

      public Boolean getAdvancedMargin()
    • getScottradeAccount

      public Boolean getScottradeAccount()
    • getOtherFields

      public Map<String,Object> getOtherFields()
    • toString

      public String toString()
      Overrides:
      toString in class Object