Name | Type | Description | Notes |
---|---|---|---|
ExchangeId | ExchangeId | ||
SupportedTradingAccountTypes | []string | The supported trading account types of this exchange. |
func NewListExchanges200ResponseInner(exchangeId ExchangeId, supportedTradingAccountTypes []string, ) *ListExchanges200ResponseInner
NewListExchanges200ResponseInner instantiates a new ListExchanges200ResponseInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListExchanges200ResponseInnerWithDefaults() *ListExchanges200ResponseInner
NewListExchanges200ResponseInnerWithDefaults instantiates a new ListExchanges200ResponseInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *ListExchanges200ResponseInner) GetExchangeId() ExchangeId
GetExchangeId returns the ExchangeId field if non-nil, zero value otherwise.
func (o *ListExchanges200ResponseInner) GetExchangeIdOk() (*ExchangeId, bool)
GetExchangeIdOk returns a tuple with the ExchangeId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListExchanges200ResponseInner) SetExchangeId(v ExchangeId)
SetExchangeId sets ExchangeId field to given value.
func (o *ListExchanges200ResponseInner) GetSupportedTradingAccountTypes() []string
GetSupportedTradingAccountTypes returns the SupportedTradingAccountTypes field if non-nil, zero value otherwise.
func (o *ListExchanges200ResponseInner) GetSupportedTradingAccountTypesOk() (*[]string, bool)
GetSupportedTradingAccountTypesOk returns a tuple with the SupportedTradingAccountTypes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListExchanges200ResponseInner) SetSupportedTradingAccountTypes(v []string)
SetSupportedTradingAccountTypes sets SupportedTradingAccountTypes field to given value.