Documentation
¶
Index ¶
- Variables
- func IsNil(i interface{}) bool
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type Account
- func (o *Account) GetOption() string
- func (o *Account) GetOptionOk() (*string, bool)
- func (o *Account) GetPositionEffect() string
- func (o *Account) GetPositionEffectOk() (*string, bool)
- func (o *Account) GetRatioQuantity() string
- func (o *Account) GetRatioQuantityOk() (*string, bool)
- func (o *Account) GetSide() string
- func (o *Account) GetSideOk() (*string, bool)
- func (o *Account) HasOption() bool
- func (o *Account) HasPositionEffect() bool
- func (o *Account) HasRatioQuantity() bool
- func (o *Account) HasSide() bool
- func (o Account) MarshalJSON() ([]byte, error)
- func (o *Account) SetOption(v string)
- func (o *Account) SetPositionEffect(v string)
- func (o *Account) SetRatioQuantity(v string)
- func (o *Account) SetSide(v string)
- func (o Account) ToMap() (map[string]interface{}, error)
- type AccountInfo
- func (o *AccountInfo) GetAccountNumber() string
- func (o *AccountInfo) GetAccountNumberOk() (*string, bool)
- func (o *AccountInfo) GetBuyingPower() string
- func (o *AccountInfo) GetBuyingPowerOk() (*string, bool)
- func (o *AccountInfo) GetCash() string
- func (o *AccountInfo) GetCashAvailableForWithdrawal() string
- func (o *AccountInfo) GetCashAvailableForWithdrawalOk() (*string, bool)
- func (o *AccountInfo) GetCashBalances() CashBalances
- func (o *AccountInfo) GetCashBalancesOk() (*CashBalances, bool)
- func (o *AccountInfo) GetCashHeldForOrders() string
- func (o *AccountInfo) GetCashHeldForOrdersOk() (*string, bool)
- func (o *AccountInfo) GetCashOk() (*string, bool)
- func (o *AccountInfo) GetCreatedAt() time.Time
- func (o *AccountInfo) GetCreatedAtOk() (*time.Time, bool)
- func (o *AccountInfo) GetDeactivated() bool
- func (o *AccountInfo) GetDeactivatedOk() (*bool, bool)
- func (o *AccountInfo) GetDepositHalted() bool
- func (o *AccountInfo) GetDepositHaltedOk() (*bool, bool)
- func (o *AccountInfo) GetMarginBalances() MarginBalances
- func (o *AccountInfo) GetMarginBalancesOk() (*MarginBalances, bool)
- func (o *AccountInfo) GetMaxAchEarlyAccessAmount() string
- func (o *AccountInfo) GetMaxAchEarlyAccessAmountOk() (*string, bool)
- func (o *AccountInfo) GetOnlyPositionClosingTrades() bool
- func (o *AccountInfo) GetOnlyPositionClosingTradesOk() (*bool, bool)
- func (o *AccountInfo) GetPortfolio() string
- func (o *AccountInfo) GetPortfolioOk() (*string, bool)
- func (o *AccountInfo) GetPositions() string
- func (o *AccountInfo) GetPositionsOk() (*string, bool)
- func (o *AccountInfo) GetSma() string
- func (o *AccountInfo) GetSmaHeldForOrders() string
- func (o *AccountInfo) GetSmaHeldForOrdersOk() (*string, bool)
- func (o *AccountInfo) GetSmaOk() (*string, bool)
- func (o *AccountInfo) GetSweepEnabled() bool
- func (o *AccountInfo) GetSweepEnabledOk() (*bool, bool)
- func (o *AccountInfo) GetType() AccountType
- func (o *AccountInfo) GetTypeOk() (*AccountType, bool)
- func (o *AccountInfo) GetUnclearedDeposits() string
- func (o *AccountInfo) GetUnclearedDepositsOk() (*string, bool)
- func (o *AccountInfo) GetUnsettledFunds() string
- func (o *AccountInfo) GetUnsettledFundsOk() (*string, bool)
- func (o *AccountInfo) GetUpdatedAt() time.Time
- func (o *AccountInfo) GetUpdatedAtOk() (*time.Time, bool)
- func (o *AccountInfo) GetUrl() string
- func (o *AccountInfo) GetUrlOk() (*string, bool)
- func (o *AccountInfo) GetUser() string
- func (o *AccountInfo) GetUserOk() (*string, bool)
- func (o *AccountInfo) GetWithdrawalHalted() bool
- func (o *AccountInfo) GetWithdrawalHaltedOk() (*bool, bool)
- func (o *AccountInfo) HasAccountNumber() bool
- func (o *AccountInfo) HasBuyingPower() bool
- func (o *AccountInfo) HasCash() bool
- func (o *AccountInfo) HasCashAvailableForWithdrawal() bool
- func (o *AccountInfo) HasCashBalances() bool
- func (o *AccountInfo) HasCashHeldForOrders() bool
- func (o *AccountInfo) HasCreatedAt() bool
- func (o *AccountInfo) HasDeactivated() bool
- func (o *AccountInfo) HasDepositHalted() bool
- func (o *AccountInfo) HasMarginBalances() bool
- func (o *AccountInfo) HasMaxAchEarlyAccessAmount() bool
- func (o *AccountInfo) HasOnlyPositionClosingTrades() bool
- func (o *AccountInfo) HasPortfolio() bool
- func (o *AccountInfo) HasPositions() bool
- func (o *AccountInfo) HasSma() bool
- func (o *AccountInfo) HasSmaHeldForOrders() bool
- func (o *AccountInfo) HasSweepEnabled() bool
- func (o *AccountInfo) HasType() bool
- func (o *AccountInfo) HasUnclearedDeposits() bool
- func (o *AccountInfo) HasUnsettledFunds() bool
- func (o *AccountInfo) HasUpdatedAt() bool
- func (o *AccountInfo) HasUrl() bool
- func (o *AccountInfo) HasUser() bool
- func (o *AccountInfo) HasWithdrawalHalted() bool
- func (o AccountInfo) MarshalJSON() ([]byte, error)
- func (o *AccountInfo) SetAccountNumber(v string)
- func (o *AccountInfo) SetBuyingPower(v string)
- func (o *AccountInfo) SetCash(v string)
- func (o *AccountInfo) SetCashAvailableForWithdrawal(v string)
- func (o *AccountInfo) SetCashBalances(v CashBalances)
- func (o *AccountInfo) SetCashHeldForOrders(v string)
- func (o *AccountInfo) SetCreatedAt(v time.Time)
- func (o *AccountInfo) SetDeactivated(v bool)
- func (o *AccountInfo) SetDepositHalted(v bool)
- func (o *AccountInfo) SetMarginBalances(v MarginBalances)
- func (o *AccountInfo) SetMaxAchEarlyAccessAmount(v string)
- func (o *AccountInfo) SetOnlyPositionClosingTrades(v bool)
- func (o *AccountInfo) SetPortfolio(v string)
- func (o *AccountInfo) SetPositions(v string)
- func (o *AccountInfo) SetSma(v string)
- func (o *AccountInfo) SetSmaHeldForOrders(v string)
- func (o *AccountInfo) SetSweepEnabled(v bool)
- func (o *AccountInfo) SetType(v AccountType)
- func (o *AccountInfo) SetUnclearedDeposits(v string)
- func (o *AccountInfo) SetUnsettledFunds(v string)
- func (o *AccountInfo) SetUpdatedAt(v time.Time)
- func (o *AccountInfo) SetUrl(v string)
- func (o *AccountInfo) SetUser(v string)
- func (o *AccountInfo) SetWithdrawalHalted(v bool)
- func (o AccountInfo) ToMap() (map[string]interface{}, error)
- type AccountType
- type Auth
- func (o *Auth) GetMfaRequired() string
- func (o *Auth) GetMfaRequiredOk() (*string, bool)
- func (o *Auth) GetMfaType() string
- func (o *Auth) GetMfaTypeOk() (*string, bool)
- func (o *Auth) GetToken() string
- func (o *Auth) GetTokenOk() (*string, bool)
- func (o *Auth) HasMfaRequired() bool
- func (o *Auth) HasMfaType() bool
- func (o *Auth) HasToken() bool
- func (o Auth) MarshalJSON() ([]byte, error)
- func (o *Auth) SetMfaRequired(v string)
- func (o *Auth) SetMfaType(v string)
- func (o *Auth) SetToken(v string)
- func (o Auth) ToMap() (map[string]interface{}, error)
- type BasicInfo
- func (o *BasicInfo) GetAddress() string
- func (o *BasicInfo) GetAddressOk() (*string, bool)
- func (o *BasicInfo) GetCitizenship() string
- func (o *BasicInfo) GetCitizenshipOk() (*string, bool)
- func (o *BasicInfo) GetCity() string
- func (o *BasicInfo) GetCityOk() (*string, bool)
- func (o *BasicInfo) GetCountryOfResidence() string
- func (o *BasicInfo) GetCountryOfResidenceOk() (*string, bool)
- func (o *BasicInfo) GetDateOfBirth() string
- func (o *BasicInfo) GetDateOfBirthOk() (*string, bool)
- func (o *BasicInfo) GetMaritalStatus() MaritalStatus
- func (o *BasicInfo) GetMaritalStatusOk() (*MaritalStatus, bool)
- func (o *BasicInfo) GetNumberDependents() string
- func (o *BasicInfo) GetNumberDependentsOk() (*string, bool)
- func (o *BasicInfo) GetPhoneNumber() string
- func (o *BasicInfo) GetPhoneNumberOk() (*string, bool)
- func (o *BasicInfo) GetState() string
- func (o *BasicInfo) GetStateOk() (*string, bool)
- func (o *BasicInfo) GetTaxIdSsn() string
- func (o *BasicInfo) GetTaxIdSsnOk() (*string, bool)
- func (o *BasicInfo) GetUpdatedAt() time.Time
- func (o *BasicInfo) GetUpdatedAtOk() (*time.Time, bool)
- func (o *BasicInfo) GetUser() string
- func (o *BasicInfo) GetUserOk() (*string, bool)
- func (o *BasicInfo) GetZipcode() string
- func (o *BasicInfo) GetZipcodeOk() (*string, bool)
- func (o *BasicInfo) HasAddress() bool
- func (o *BasicInfo) HasCitizenship() bool
- func (o *BasicInfo) HasCity() bool
- func (o *BasicInfo) HasCountryOfResidence() bool
- func (o *BasicInfo) HasDateOfBirth() bool
- func (o *BasicInfo) HasMaritalStatus() bool
- func (o *BasicInfo) HasNumberDependents() bool
- func (o *BasicInfo) HasPhoneNumber() bool
- func (o *BasicInfo) HasState() bool
- func (o *BasicInfo) HasTaxIdSsn() bool
- func (o *BasicInfo) HasUpdatedAt() bool
- func (o *BasicInfo) HasUser() bool
- func (o *BasicInfo) HasZipcode() bool
- func (o BasicInfo) MarshalJSON() ([]byte, error)
- func (o *BasicInfo) SetAddress(v string)
- func (o *BasicInfo) SetCitizenship(v string)
- func (o *BasicInfo) SetCity(v string)
- func (o *BasicInfo) SetCountryOfResidence(v string)
- func (o *BasicInfo) SetDateOfBirth(v string)
- func (o *BasicInfo) SetMaritalStatus(v MaritalStatus)
- func (o *BasicInfo) SetNumberDependents(v string)
- func (o *BasicInfo) SetPhoneNumber(v string)
- func (o *BasicInfo) SetState(v string)
- func (o *BasicInfo) SetTaxIdSsn(v string)
- func (o *BasicInfo) SetUpdatedAt(v time.Time)
- func (o *BasicInfo) SetUser(v string)
- func (o *BasicInfo) SetZipcode(v string)
- func (o BasicInfo) ToMap() (map[string]interface{}, error)
- type CashBalances
- func (o *CashBalances) GetBuyingPower() string
- func (o *CashBalances) GetBuyingPowerOk() (*string, bool)
- func (o *CashBalances) GetCash() string
- func (o *CashBalances) GetCashAvailableForWithdrawal() string
- func (o *CashBalances) GetCashAvailableForWithdrawalOk() (*string, bool)
- func (o *CashBalances) GetCashHeldForOrders() string
- func (o *CashBalances) GetCashHeldForOrdersOk() (*string, bool)
- func (o *CashBalances) GetCashOk() (*string, bool)
- func (o *CashBalances) GetCreatedAt() time.Time
- func (o *CashBalances) GetCreatedAtOk() (*time.Time, bool)
- func (o *CashBalances) GetUnclearedDeposits() string
- func (o *CashBalances) GetUnclearedDepositsOk() (*string, bool)
- func (o *CashBalances) GetUnsettledFunds() string
- func (o *CashBalances) GetUnsettledFundsOk() (*string, bool)
- func (o *CashBalances) GetUpdatedAt() time.Time
- func (o *CashBalances) GetUpdatedAtOk() (*time.Time, bool)
- func (o *CashBalances) HasBuyingPower() bool
- func (o *CashBalances) HasCash() bool
- func (o *CashBalances) HasCashAvailableForWithdrawal() bool
- func (o *CashBalances) HasCashHeldForOrders() bool
- func (o *CashBalances) HasCreatedAt() bool
- func (o *CashBalances) HasUnclearedDeposits() bool
- func (o *CashBalances) HasUnsettledFunds() bool
- func (o *CashBalances) HasUpdatedAt() bool
- func (o CashBalances) MarshalJSON() ([]byte, error)
- func (o *CashBalances) SetBuyingPower(v string)
- func (o *CashBalances) SetCash(v string)
- func (o *CashBalances) SetCashAvailableForWithdrawal(v string)
- func (o *CashBalances) SetCashHeldForOrders(v string)
- func (o *CashBalances) SetCreatedAt(v time.Time)
- func (o *CashBalances) SetUnclearedDeposits(v string)
- func (o *CashBalances) SetUnsettledFunds(v string)
- func (o *CashBalances) SetUpdatedAt(v time.Time)
- func (o CashBalances) ToMap() (map[string]interface{}, error)
- type CryptoAccount
- func (o *CryptoAccount) GetId() string
- func (o *CryptoAccount) GetIdOk() (*string, bool)
- func (o *CryptoAccount) GetStatus() string
- func (o *CryptoAccount) GetStatusOk() (*string, bool)
- func (o *CryptoAccount) GetUserId() string
- func (o *CryptoAccount) GetUserIdOk() (*string, bool)
- func (o *CryptoAccount) HasId() bool
- func (o *CryptoAccount) HasStatus() bool
- func (o *CryptoAccount) HasUserId() bool
- func (o CryptoAccount) MarshalJSON() ([]byte, error)
- func (o *CryptoAccount) SetId(v string)
- func (o *CryptoAccount) SetStatus(v string)
- func (o *CryptoAccount) SetUserId(v string)
- func (o CryptoAccount) ToMap() (map[string]interface{}, error)
- type CryptoAssetCurrency
- func (o *CryptoAssetCurrency) GetBrandColor() string
- func (o *CryptoAssetCurrency) GetBrandColorOk() (*string, bool)
- func (o *CryptoAssetCurrency) GetCode() string
- func (o *CryptoAssetCurrency) GetCodeOk() (*string, bool)
- func (o *CryptoAssetCurrency) GetId() string
- func (o *CryptoAssetCurrency) GetIdOk() (*string, bool)
- func (o *CryptoAssetCurrency) GetIncrement() string
- func (o *CryptoAssetCurrency) GetIncrementOk() (*string, bool)
- func (o *CryptoAssetCurrency) GetName() interface{}
- func (o *CryptoAssetCurrency) GetNameOk() (*interface{}, bool)
- func (o *CryptoAssetCurrency) HasBrandColor() bool
- func (o *CryptoAssetCurrency) HasCode() bool
- func (o *CryptoAssetCurrency) HasId() bool
- func (o *CryptoAssetCurrency) HasIncrement() bool
- func (o *CryptoAssetCurrency) HasName() bool
- func (o CryptoAssetCurrency) MarshalJSON() ([]byte, error)
- func (o *CryptoAssetCurrency) SetBrandColor(v string)
- func (o *CryptoAssetCurrency) SetCode(v string)
- func (o *CryptoAssetCurrency) SetId(v string)
- func (o *CryptoAssetCurrency) SetIncrement(v string)
- func (o *CryptoAssetCurrency) SetName(v interface{})
- func (o CryptoAssetCurrency) ToMap() (map[string]interface{}, error)
- type CryptoCurrencyPair
- func (o *CryptoCurrencyPair) GetAssetCurrency() CryptoAssetCurrency
- func (o *CryptoCurrencyPair) GetAssetCurrencyOk() (*CryptoAssetCurrency, bool)
- func (o *CryptoCurrencyPair) GetId() string
- func (o *CryptoCurrencyPair) GetIdOk() (*string, bool)
- func (o *CryptoCurrencyPair) GetMaxOrderSize() string
- func (o *CryptoCurrencyPair) GetMaxOrderSizeOk() (*string, bool)
- func (o *CryptoCurrencyPair) GetMinOrderPriceIncrement() string
- func (o *CryptoCurrencyPair) GetMinOrderPriceIncrementOk() (*string, bool)
- func (o *CryptoCurrencyPair) GetMinOrderSize() string
- func (o *CryptoCurrencyPair) GetMinOrderSizeOk() (*string, bool)
- func (o *CryptoCurrencyPair) GetName() string
- func (o *CryptoCurrencyPair) GetNameOk() (*string, bool)
- func (o *CryptoCurrencyPair) GetQuoteCurrency() QuoteCurrency
- func (o *CryptoCurrencyPair) GetQuoteCurrencyOk() (*QuoteCurrency, bool)
- func (o *CryptoCurrencyPair) GetSymbol() string
- func (o *CryptoCurrencyPair) GetSymbolOk() (*string, bool)
- func (o *CryptoCurrencyPair) GetTradability() string
- func (o *CryptoCurrencyPair) GetTradabilityOk() (*string, bool)
- func (o *CryptoCurrencyPair) HasAssetCurrency() bool
- func (o *CryptoCurrencyPair) HasId() bool
- func (o *CryptoCurrencyPair) HasMaxOrderSize() bool
- func (o *CryptoCurrencyPair) HasMinOrderPriceIncrement() bool
- func (o *CryptoCurrencyPair) HasMinOrderSize() bool
- func (o *CryptoCurrencyPair) HasName() bool
- func (o *CryptoCurrencyPair) HasQuoteCurrency() bool
- func (o *CryptoCurrencyPair) HasSymbol() bool
- func (o *CryptoCurrencyPair) HasTradability() bool
- func (o CryptoCurrencyPair) MarshalJSON() ([]byte, error)
- func (o *CryptoCurrencyPair) SetAssetCurrency(v CryptoAssetCurrency)
- func (o *CryptoCurrencyPair) SetId(v string)
- func (o *CryptoCurrencyPair) SetMaxOrderSize(v string)
- func (o *CryptoCurrencyPair) SetMinOrderPriceIncrement(v string)
- func (o *CryptoCurrencyPair) SetMinOrderSize(v string)
- func (o *CryptoCurrencyPair) SetName(v string)
- func (o *CryptoCurrencyPair) SetQuoteCurrency(v QuoteCurrency)
- func (o *CryptoCurrencyPair) SetSymbol(v string)
- func (o *CryptoCurrencyPair) SetTradability(v string)
- func (o CryptoCurrencyPair) ToMap() (map[string]interface{}, error)
- type CryptoOrder
- func (o *CryptoOrder) GetAccountId() string
- func (o *CryptoOrder) GetAccountIdOk() (*string, bool)
- func (o *CryptoOrder) GetCurrencyPairId() string
- func (o *CryptoOrder) GetCurrencyPairIdOk() (*string, bool)
- func (o *CryptoOrder) GetPrice() string
- func (o *CryptoOrder) GetPriceOk() (*string, bool)
- func (o *CryptoOrder) GetQuantity() string
- func (o *CryptoOrder) GetQuantityOk() (*string, bool)
- func (o *CryptoOrder) GetRefId() string
- func (o *CryptoOrder) GetRefIdOk() (*string, bool)
- func (o *CryptoOrder) GetSide() Side
- func (o *CryptoOrder) GetSideOk() (*Side, bool)
- func (o *CryptoOrder) GetTimeInForce() TimeInForce
- func (o *CryptoOrder) GetTimeInForceOk() (*TimeInForce, bool)
- func (o *CryptoOrder) GetType() ExecutionType
- func (o *CryptoOrder) GetTypeOk() (*ExecutionType, bool)
- func (o *CryptoOrder) HasAccountId() bool
- func (o *CryptoOrder) HasCurrencyPairId() bool
- func (o *CryptoOrder) HasPrice() bool
- func (o *CryptoOrder) HasQuantity() bool
- func (o *CryptoOrder) HasRefId() bool
- func (o *CryptoOrder) HasSide() bool
- func (o *CryptoOrder) HasTimeInForce() bool
- func (o *CryptoOrder) HasType() bool
- func (o CryptoOrder) MarshalJSON() ([]byte, error)
- func (o *CryptoOrder) SetAccountId(v string)
- func (o *CryptoOrder) SetCurrencyPairId(v string)
- func (o *CryptoOrder) SetPrice(v string)
- func (o *CryptoOrder) SetQuantity(v string)
- func (o *CryptoOrder) SetRefId(v string)
- func (o *CryptoOrder) SetSide(v Side)
- func (o *CryptoOrder) SetTimeInForce(v TimeInForce)
- func (o *CryptoOrder) SetType(v ExecutionType)
- func (o CryptoOrder) ToMap() (map[string]interface{}, error)
- type CryptoOrderOptions
- func (o *CryptoOrderOptions) GetAccount() string
- func (o *CryptoOrderOptions) GetAccountOk() (*string, bool)
- func (o *CryptoOrderOptions) GetAveragePrice() string
- func (o *CryptoOrderOptions) GetAveragePriceOk() (*string, bool)
- func (o *CryptoOrderOptions) GetCancel() string
- func (o *CryptoOrderOptions) GetCancelOk() (*string, bool)
- func (o *CryptoOrderOptions) GetCreatedAt() string
- func (o *CryptoOrderOptions) GetCreatedAtOk() (*string, bool)
- func (o *CryptoOrderOptions) GetCumulativeQuantity() string
- func (o *CryptoOrderOptions) GetCumulativeQuantityOk() (*string, bool)
- func (o *CryptoOrderOptions) GetCurrencyPairId() string
- func (o *CryptoOrderOptions) GetCurrencyPairIdOk() (*string, bool)
- func (o *CryptoOrderOptions) GetExecutions() []Execution
- func (o *CryptoOrderOptions) GetExecutionsOk() ([]Execution, bool)
- func (o *CryptoOrderOptions) GetId() string
- func (o *CryptoOrderOptions) GetIdOk() (*string, bool)
- func (o *CryptoOrderOptions) GetLastTransactionAt() string
- func (o *CryptoOrderOptions) GetLastTransactionAtOk() (*string, bool)
- func (o *CryptoOrderOptions) GetPrice() string
- func (o *CryptoOrderOptions) GetPriceOk() (*string, bool)
- func (o *CryptoOrderOptions) GetQuantity() string
- func (o *CryptoOrderOptions) GetQuantityOk() (*string, bool)
- func (o *CryptoOrderOptions) GetRejectReason() string
- func (o *CryptoOrderOptions) GetRejectReasonOk() (*string, bool)
- func (o *CryptoOrderOptions) GetSide() Side
- func (o *CryptoOrderOptions) GetSideOk() (*Side, bool)
- func (o *CryptoOrderOptions) GetState() string
- func (o *CryptoOrderOptions) GetStateOk() (*string, bool)
- func (o *CryptoOrderOptions) GetStopPrice() string
- func (o *CryptoOrderOptions) GetStopPriceOk() (*string, bool)
- func (o *CryptoOrderOptions) GetTimeInForce() TimeInForce
- func (o *CryptoOrderOptions) GetTimeInForceOk() (*TimeInForce, bool)
- func (o *CryptoOrderOptions) GetType() string
- func (o *CryptoOrderOptions) GetTypeOk() (*string, bool)
- func (o *CryptoOrderOptions) HasAccount() bool
- func (o *CryptoOrderOptions) HasAveragePrice() bool
- func (o *CryptoOrderOptions) HasCancel() bool
- func (o *CryptoOrderOptions) HasCreatedAt() bool
- func (o *CryptoOrderOptions) HasCumulativeQuantity() bool
- func (o *CryptoOrderOptions) HasCurrencyPairId() bool
- func (o *CryptoOrderOptions) HasExecutions() bool
- func (o *CryptoOrderOptions) HasId() bool
- func (o *CryptoOrderOptions) HasLastTransactionAt() bool
- func (o *CryptoOrderOptions) HasPrice() bool
- func (o *CryptoOrderOptions) HasQuantity() bool
- func (o *CryptoOrderOptions) HasRejectReason() bool
- func (o *CryptoOrderOptions) HasSide() bool
- func (o *CryptoOrderOptions) HasState() bool
- func (o *CryptoOrderOptions) HasStopPrice() bool
- func (o *CryptoOrderOptions) HasTimeInForce() bool
- func (o *CryptoOrderOptions) HasType() bool
- func (o CryptoOrderOptions) MarshalJSON() ([]byte, error)
- func (o *CryptoOrderOptions) SetAccount(v string)
- func (o *CryptoOrderOptions) SetAveragePrice(v string)
- func (o *CryptoOrderOptions) SetCancel(v string)
- func (o *CryptoOrderOptions) SetCreatedAt(v string)
- func (o *CryptoOrderOptions) SetCumulativeQuantity(v string)
- func (o *CryptoOrderOptions) SetCurrencyPairId(v string)
- func (o *CryptoOrderOptions) SetExecutions(v []Execution)
- func (o *CryptoOrderOptions) SetId(v string)
- func (o *CryptoOrderOptions) SetLastTransactionAt(v string)
- func (o *CryptoOrderOptions) SetPrice(v string)
- func (o *CryptoOrderOptions) SetQuantity(v string)
- func (o *CryptoOrderOptions) SetRejectReason(v string)
- func (o *CryptoOrderOptions) SetSide(v Side)
- func (o *CryptoOrderOptions) SetState(v string)
- func (o *CryptoOrderOptions) SetStopPrice(v string)
- func (o *CryptoOrderOptions) SetTimeInForce(v TimeInForce)
- func (o *CryptoOrderOptions) SetType(v string)
- func (o CryptoOrderOptions) ToMap() (map[string]interface{}, error)
- type CryptoOrderOutput
- func (o *CryptoOrderOutput) GetAccount() string
- func (o *CryptoOrderOutput) GetAccountOk() (*string, bool)
- func (o *CryptoOrderOutput) GetAveragePrice() string
- func (o *CryptoOrderOutput) GetAveragePriceOk() (*string, bool)
- func (o *CryptoOrderOutput) GetCancel() string
- func (o *CryptoOrderOutput) GetCancelOk() (*string, bool)
- func (o *CryptoOrderOutput) GetCancelUrl() string
- func (o *CryptoOrderOutput) GetCancelUrlOk() (*string, bool)
- func (o *CryptoOrderOutput) GetCreatedAt() string
- func (o *CryptoOrderOutput) GetCreatedAtOk() (*string, bool)
- func (o *CryptoOrderOutput) GetCumulativeQuantity() string
- func (o *CryptoOrderOutput) GetCumulativeQuantityOk() (*string, bool)
- func (o *CryptoOrderOutput) GetCurrencyPairId() string
- func (o *CryptoOrderOutput) GetCurrencyPairIdOk() (*string, bool)
- func (o *CryptoOrderOutput) GetExecutions() []Execution
- func (o *CryptoOrderOutput) GetExecutionsOk() ([]Execution, bool)
- func (o *CryptoOrderOutput) GetId() string
- func (o *CryptoOrderOutput) GetIdOk() (*string, bool)
- func (o *CryptoOrderOutput) GetLastTransactionAt() string
- func (o *CryptoOrderOutput) GetLastTransactionAtOk() (*string, bool)
- func (o *CryptoOrderOutput) GetPrice() string
- func (o *CryptoOrderOutput) GetPriceOk() (*string, bool)
- func (o *CryptoOrderOutput) GetQuantity() string
- func (o *CryptoOrderOutput) GetQuantityOk() (*string, bool)
- func (o *CryptoOrderOutput) GetRejectReason() string
- func (o *CryptoOrderOutput) GetRejectReasonOk() (*string, bool)
- func (o *CryptoOrderOutput) GetSide() Side
- func (o *CryptoOrderOutput) GetSideOk() (*Side, bool)
- func (o *CryptoOrderOutput) GetState() string
- func (o *CryptoOrderOutput) GetStateOk() (*string, bool)
- func (o *CryptoOrderOutput) GetStopPrice() string
- func (o *CryptoOrderOutput) GetStopPriceOk() (*string, bool)
- func (o *CryptoOrderOutput) GetTimeInForce() TimeInForce
- func (o *CryptoOrderOutput) GetTimeInForceOk() (*TimeInForce, bool)
- func (o *CryptoOrderOutput) GetType() string
- func (o *CryptoOrderOutput) GetTypeOk() (*string, bool)
- func (o *CryptoOrderOutput) HasAccount() bool
- func (o *CryptoOrderOutput) HasAveragePrice() bool
- func (o *CryptoOrderOutput) HasCancel() bool
- func (o *CryptoOrderOutput) HasCancelUrl() bool
- func (o *CryptoOrderOutput) HasCreatedAt() bool
- func (o *CryptoOrderOutput) HasCumulativeQuantity() bool
- func (o *CryptoOrderOutput) HasCurrencyPairId() bool
- func (o *CryptoOrderOutput) HasExecutions() bool
- func (o *CryptoOrderOutput) HasId() bool
- func (o *CryptoOrderOutput) HasLastTransactionAt() bool
- func (o *CryptoOrderOutput) HasPrice() bool
- func (o *CryptoOrderOutput) HasQuantity() bool
- func (o *CryptoOrderOutput) HasRejectReason() bool
- func (o *CryptoOrderOutput) HasSide() bool
- func (o *CryptoOrderOutput) HasState() bool
- func (o *CryptoOrderOutput) HasStopPrice() bool
- func (o *CryptoOrderOutput) HasTimeInForce() bool
- func (o *CryptoOrderOutput) HasType() bool
- func (o CryptoOrderOutput) MarshalJSON() ([]byte, error)
- func (o *CryptoOrderOutput) SetAccount(v string)
- func (o *CryptoOrderOutput) SetAveragePrice(v string)
- func (o *CryptoOrderOutput) SetCancel(v string)
- func (o *CryptoOrderOutput) SetCancelUrl(v string)
- func (o *CryptoOrderOutput) SetCreatedAt(v string)
- func (o *CryptoOrderOutput) SetCumulativeQuantity(v string)
- func (o *CryptoOrderOutput) SetCurrencyPairId(v string)
- func (o *CryptoOrderOutput) SetExecutions(v []Execution)
- func (o *CryptoOrderOutput) SetId(v string)
- func (o *CryptoOrderOutput) SetLastTransactionAt(v string)
- func (o *CryptoOrderOutput) SetPrice(v string)
- func (o *CryptoOrderOutput) SetQuantity(v string)
- func (o *CryptoOrderOutput) SetRejectReason(v string)
- func (o *CryptoOrderOutput) SetSide(v Side)
- func (o *CryptoOrderOutput) SetState(v string)
- func (o *CryptoOrderOutput) SetStopPrice(v string)
- func (o *CryptoOrderOutput) SetTimeInForce(v TimeInForce)
- func (o *CryptoOrderOutput) SetType(v string)
- func (o CryptoOrderOutput) ToMap() (map[string]interface{}, error)
- type CryptoPortfolio
- func (o *CryptoPortfolio) GetAccountId() string
- func (o *CryptoPortfolio) GetAccountIdOk() (*string, bool)
- func (o *CryptoPortfolio) GetEquity() string
- func (o *CryptoPortfolio) GetEquityOk() (*string, bool)
- func (o *CryptoPortfolio) GetExtendedHoursEquity() string
- func (o *CryptoPortfolio) GetExtendedHoursEquityOk() (*string, bool)
- func (o *CryptoPortfolio) GetExtendedHoursMarketValue() string
- func (o *CryptoPortfolio) GetExtendedHoursMarketValueOk() (*string, bool)
- func (o *CryptoPortfolio) GetId() string
- func (o *CryptoPortfolio) GetIdOk() (*string, bool)
- func (o *CryptoPortfolio) HasAccountId() bool
- func (o *CryptoPortfolio) HasEquity() bool
- func (o *CryptoPortfolio) HasExtendedHoursEquity() bool
- func (o *CryptoPortfolio) HasExtendedHoursMarketValue() bool
- func (o *CryptoPortfolio) HasId() bool
- func (o CryptoPortfolio) MarshalJSON() ([]byte, error)
- func (o *CryptoPortfolio) SetAccountId(v string)
- func (o *CryptoPortfolio) SetEquity(v string)
- func (o *CryptoPortfolio) SetExtendedHoursEquity(v string)
- func (o *CryptoPortfolio) SetExtendedHoursMarketValue(v string)
- func (o *CryptoPortfolio) SetId(v string)
- func (o CryptoPortfolio) ToMap() (map[string]interface{}, error)
- type Direction
- type EquityComponent
- type Execution
- func (o *Execution) GetId() string
- func (o *Execution) GetIdOk() (*string, bool)
- func (o *Execution) GetPrice() string
- func (o *Execution) GetPriceOk() (*string, bool)
- func (o *Execution) GetQuantity() string
- func (o *Execution) GetQuantityOk() (*string, bool)
- func (o *Execution) GetSettlementDate() string
- func (o *Execution) GetSettlementDateOk() (*string, bool)
- func (o *Execution) GetTimestamp() time.Time
- func (o *Execution) GetTimestampOk() (*time.Time, bool)
- func (o *Execution) HasId() bool
- func (o *Execution) HasPrice() bool
- func (o *Execution) HasQuantity() bool
- func (o *Execution) HasSettlementDate() bool
- func (o *Execution) HasTimestamp() bool
- func (o Execution) MarshalJSON() ([]byte, error)
- func (o *Execution) SetId(v string)
- func (o *Execution) SetPrice(v string)
- func (o *Execution) SetQuantity(v string)
- func (o *Execution) SetSettlementDate(v string)
- func (o *Execution) SetTimestamp(v time.Time)
- func (o Execution) ToMap() (map[string]interface{}, error)
- type ExecutionType
- type FundamentalsData
- func (o *FundamentalsData) GetAverageVolume() string
- func (o *FundamentalsData) GetAverageVolumeOk() (*string, bool)
- func (o *FundamentalsData) GetDescription() string
- func (o *FundamentalsData) GetDescriptionOk() (*string, bool)
- func (o *FundamentalsData) GetDividendYield() string
- func (o *FundamentalsData) GetDividendYieldOk() (*string, bool)
- func (o *FundamentalsData) GetHigh() string
- func (o *FundamentalsData) GetHigh52Weeks() string
- func (o *FundamentalsData) GetHigh52WeeksOk() (*string, bool)
- func (o *FundamentalsData) GetHighOk() (*string, bool)
- func (o *FundamentalsData) GetInstrument() string
- func (o *FundamentalsData) GetInstrumentOk() (*string, bool)
- func (o *FundamentalsData) GetLow() string
- func (o *FundamentalsData) GetLow52Weeks() string
- func (o *FundamentalsData) GetLow52WeeksOk() (*string, bool)
- func (o *FundamentalsData) GetLowOk() (*string, bool)
- func (o *FundamentalsData) GetMarketCap() string
- func (o *FundamentalsData) GetMarketCapOk() (*string, bool)
- func (o *FundamentalsData) GetOpen() string
- func (o *FundamentalsData) GetOpenOk() (*string, bool)
- func (o *FundamentalsData) GetPeRatio() string
- func (o *FundamentalsData) GetPeRatioOk() (*string, bool)
- func (o *FundamentalsData) GetVolume() string
- func (o *FundamentalsData) GetVolumeOk() (*string, bool)
- func (o *FundamentalsData) HasAverageVolume() bool
- func (o *FundamentalsData) HasDescription() bool
- func (o *FundamentalsData) HasDividendYield() bool
- func (o *FundamentalsData) HasHigh() bool
- func (o *FundamentalsData) HasHigh52Weeks() bool
- func (o *FundamentalsData) HasInstrument() bool
- func (o *FundamentalsData) HasLow() bool
- func (o *FundamentalsData) HasLow52Weeks() bool
- func (o *FundamentalsData) HasMarketCap() bool
- func (o *FundamentalsData) HasOpen() bool
- func (o *FundamentalsData) HasPeRatio() bool
- func (o *FundamentalsData) HasVolume() bool
- func (o FundamentalsData) MarshalJSON() ([]byte, error)
- func (o *FundamentalsData) SetAverageVolume(v string)
- func (o *FundamentalsData) SetDescription(v string)
- func (o *FundamentalsData) SetDividendYield(v string)
- func (o *FundamentalsData) SetHigh(v string)
- func (o *FundamentalsData) SetHigh52Weeks(v string)
- func (o *FundamentalsData) SetInstrument(v string)
- func (o *FundamentalsData) SetLow(v string)
- func (o *FundamentalsData) SetLow52Weeks(v string)
- func (o *FundamentalsData) SetMarketCap(v string)
- func (o *FundamentalsData) SetOpen(v string)
- func (o *FundamentalsData) SetPeRatio(v string)
- func (o *FundamentalsData) SetVolume(v string)
- func (o FundamentalsData) ToMap() (map[string]interface{}, error)
- type GetEventsResponse
- type GetOptionOrdersResponse
- func (o *GetOptionOrdersResponse) GetNext() string
- func (o *GetOptionOrdersResponse) GetNextOk() (*string, bool)
- func (o *GetOptionOrdersResponse) GetPrevious() string
- func (o *GetOptionOrdersResponse) GetPreviousOk() (*string, bool)
- func (o *GetOptionOrdersResponse) GetResults() []OptionOrder
- func (o *GetOptionOrdersResponse) GetResultsOk() ([]OptionOrder, bool)
- func (o *GetOptionOrdersResponse) HasNext() bool
- func (o *GetOptionOrdersResponse) HasPrevious() bool
- func (o *GetOptionOrdersResponse) HasResults() bool
- func (o GetOptionOrdersResponse) MarshalJSON() ([]byte, error)
- func (o *GetOptionOrdersResponse) SetNext(v string)
- func (o *GetOptionOrdersResponse) SetPrevious(v string)
- func (o *GetOptionOrdersResponse) SetResults(v []OptionOrder)
- func (o GetOptionOrdersResponse) ToMap() (map[string]interface{}, error)
- type GetStockSplitResponse
- type InstrumentData
- func (o *InstrumentData) GetBloombergUnique() string
- func (o *InstrumentData) GetBloombergUniqueOk() (*string, bool)
- func (o *InstrumentData) GetCountry() string
- func (o *InstrumentData) GetCountryOk() (*string, bool)
- func (o *InstrumentData) GetDayTradeRatio() string
- func (o *InstrumentData) GetDayTradeRatioOk() (*string, bool)
- func (o *InstrumentData) GetFundamentals() string
- func (o *InstrumentData) GetFundamentalsOk() (*string, bool)
- func (o *InstrumentData) GetId() string
- func (o *InstrumentData) GetIdOk() (*string, bool)
- func (o *InstrumentData) GetListDate() string
- func (o *InstrumentData) GetListDateOk() (*string, bool)
- func (o *InstrumentData) GetMaintenanceRatio() string
- func (o *InstrumentData) GetMaintenanceRatioOk() (*string, bool)
- func (o *InstrumentData) GetMarginInitialRatio() string
- func (o *InstrumentData) GetMarginInitialRatioOk() (*string, bool)
- func (o *InstrumentData) GetMarket() string
- func (o *InstrumentData) GetMarketOk() (*string, bool)
- func (o *InstrumentData) GetMinTickSize() string
- func (o *InstrumentData) GetMinTickSizeOk() (*string, bool)
- func (o *InstrumentData) GetName() string
- func (o *InstrumentData) GetNameOk() (*string, bool)
- func (o *InstrumentData) GetQuote() string
- func (o *InstrumentData) GetQuoteOk() (*string, bool)
- func (o *InstrumentData) GetSimpleName() string
- func (o *InstrumentData) GetSimpleNameOk() (*string, bool)
- func (o *InstrumentData) GetSplits() string
- func (o *InstrumentData) GetSplitsOk() (*string, bool)
- func (o *InstrumentData) GetState() InstrumentState
- func (o *InstrumentData) GetStateOk() (*InstrumentState, bool)
- func (o *InstrumentData) GetSymbol() string
- func (o *InstrumentData) GetSymbolOk() (*string, bool)
- func (o *InstrumentData) GetTradability() string
- func (o *InstrumentData) GetTradabilityOk() (*string, bool)
- func (o *InstrumentData) GetTradeable() bool
- func (o *InstrumentData) GetTradeableOk() (*bool, bool)
- func (o *InstrumentData) GetType() string
- func (o *InstrumentData) GetTypeOk() (*string, bool)
- func (o *InstrumentData) GetUrl() string
- func (o *InstrumentData) GetUrlOk() (*string, bool)
- func (o *InstrumentData) HasBloombergUnique() bool
- func (o *InstrumentData) HasCountry() bool
- func (o *InstrumentData) HasDayTradeRatio() bool
- func (o *InstrumentData) HasFundamentals() bool
- func (o *InstrumentData) HasId() bool
- func (o *InstrumentData) HasListDate() bool
- func (o *InstrumentData) HasMaintenanceRatio() bool
- func (o *InstrumentData) HasMarginInitialRatio() bool
- func (o *InstrumentData) HasMarket() bool
- func (o *InstrumentData) HasMinTickSize() bool
- func (o *InstrumentData) HasName() bool
- func (o *InstrumentData) HasQuote() bool
- func (o *InstrumentData) HasSimpleName() bool
- func (o *InstrumentData) HasSplits() bool
- func (o *InstrumentData) HasState() bool
- func (o *InstrumentData) HasSymbol() bool
- func (o *InstrumentData) HasTradability() bool
- func (o *InstrumentData) HasTradeable() bool
- func (o *InstrumentData) HasType() bool
- func (o *InstrumentData) HasUrl() bool
- func (o InstrumentData) MarshalJSON() ([]byte, error)
- func (o *InstrumentData) SetBloombergUnique(v string)
- func (o *InstrumentData) SetCountry(v string)
- func (o *InstrumentData) SetDayTradeRatio(v string)
- func (o *InstrumentData) SetFundamentals(v string)
- func (o *InstrumentData) SetId(v string)
- func (o *InstrumentData) SetListDate(v string)
- func (o *InstrumentData) SetMaintenanceRatio(v string)
- func (o *InstrumentData) SetMarginInitialRatio(v string)
- func (o *InstrumentData) SetMarket(v string)
- func (o *InstrumentData) SetMinTickSize(v string)
- func (o *InstrumentData) SetName(v string)
- func (o *InstrumentData) SetQuote(v string)
- func (o *InstrumentData) SetSimpleName(v string)
- func (o *InstrumentData) SetSplits(v string)
- func (o *InstrumentData) SetState(v InstrumentState)
- func (o *InstrumentData) SetSymbol(v string)
- func (o *InstrumentData) SetTradability(v string)
- func (o *InstrumentData) SetTradeable(v bool)
- func (o *InstrumentData) SetType(v string)
- func (o *InstrumentData) SetUrl(v string)
- func (o InstrumentData) ToMap() (map[string]interface{}, error)
- type InstrumentSplit
- func (o *InstrumentSplit) GetDivisor() string
- func (o *InstrumentSplit) GetDivisorOk() (*string, bool)
- func (o *InstrumentSplit) GetExecutionDate() string
- func (o *InstrumentSplit) GetExecutionDateOk() (*string, bool)
- func (o *InstrumentSplit) GetInstrument() string
- func (o *InstrumentSplit) GetInstrumentOk() (*string, bool)
- func (o *InstrumentSplit) GetMultiplier() string
- func (o *InstrumentSplit) GetMultiplierOk() (*string, bool)
- func (o *InstrumentSplit) GetUrl() string
- func (o *InstrumentSplit) GetUrlOk() (*string, bool)
- func (o *InstrumentSplit) HasDivisor() bool
- func (o *InstrumentSplit) HasExecutionDate() bool
- func (o *InstrumentSplit) HasInstrument() bool
- func (o *InstrumentSplit) HasMultiplier() bool
- func (o *InstrumentSplit) HasUrl() bool
- func (o InstrumentSplit) MarshalJSON() ([]byte, error)
- func (o *InstrumentSplit) SetDivisor(v string)
- func (o *InstrumentSplit) SetExecutionDate(v string)
- func (o *InstrumentSplit) SetInstrument(v string)
- func (o *InstrumentSplit) SetMultiplier(v string)
- func (o *InstrumentSplit) SetUrl(v string)
- func (o InstrumentSplit) ToMap() (map[string]interface{}, error)
- type InstrumentState
- type InvestmentExperience
- type InvestmentObjective
- type InvestmentProfile
- func (o *InvestmentProfile) GetAnnualIncome() string
- func (o *InvestmentProfile) GetAnnualIncomeOk() (*string, bool)
- func (o *InvestmentProfile) GetInvestmentExperience() InvestmentExperience
- func (o *InvestmentProfile) GetInvestmentExperienceOk() (*InvestmentExperience, bool)
- func (o *InvestmentProfile) GetInvestmentObjective() InvestmentObjective
- func (o *InvestmentProfile) GetInvestmentObjectiveOk() (*InvestmentObjective, bool)
- func (o *InvestmentProfile) GetLiquidNetWorth() string
- func (o *InvestmentProfile) GetLiquidNetWorthOk() (*string, bool)
- func (o *InvestmentProfile) GetLiquidityNeeds() LiquidityNeeds
- func (o *InvestmentProfile) GetLiquidityNeedsOk() (*LiquidityNeeds, bool)
- func (o *InvestmentProfile) GetRiskTolerance() RiskTolerance
- func (o *InvestmentProfile) GetRiskToleranceOk() (*RiskTolerance, bool)
- func (o *InvestmentProfile) GetSourceOfFunds() SourceOfFunds
- func (o *InvestmentProfile) GetSourceOfFundsOk() (*SourceOfFunds, bool)
- func (o *InvestmentProfile) GetSuitabilityVerified() bool
- func (o *InvestmentProfile) GetSuitabilityVerifiedOk() (*bool, bool)
- func (o *InvestmentProfile) GetTaxBracket() TaxBracket
- func (o *InvestmentProfile) GetTaxBracketOk() (*TaxBracket, bool)
- func (o *InvestmentProfile) GetTimeHorizon() TimeHorizon
- func (o *InvestmentProfile) GetTimeHorizonOk() (*TimeHorizon, bool)
- func (o *InvestmentProfile) GetTotalNetWorth() TotalNetWorth
- func (o *InvestmentProfile) GetTotalNetWorthOk() (*TotalNetWorth, bool)
- func (o *InvestmentProfile) GetUpdatedAt() time.Time
- func (o *InvestmentProfile) GetUpdatedAtOk() (*time.Time, bool)
- func (o *InvestmentProfile) GetUser() string
- func (o *InvestmentProfile) GetUserOk() (*string, bool)
- func (o *InvestmentProfile) HasAnnualIncome() bool
- func (o *InvestmentProfile) HasInvestmentExperience() bool
- func (o *InvestmentProfile) HasInvestmentObjective() bool
- func (o *InvestmentProfile) HasLiquidNetWorth() bool
- func (o *InvestmentProfile) HasLiquidityNeeds() bool
- func (o *InvestmentProfile) HasRiskTolerance() bool
- func (o *InvestmentProfile) HasSourceOfFunds() bool
- func (o *InvestmentProfile) HasSuitabilityVerified() bool
- func (o *InvestmentProfile) HasTaxBracket() bool
- func (o *InvestmentProfile) HasTimeHorizon() bool
- func (o *InvestmentProfile) HasTotalNetWorth() bool
- func (o *InvestmentProfile) HasUpdatedAt() bool
- func (o *InvestmentProfile) HasUser() bool
- func (o InvestmentProfile) MarshalJSON() ([]byte, error)
- func (o *InvestmentProfile) SetAnnualIncome(v string)
- func (o *InvestmentProfile) SetInvestmentExperience(v InvestmentExperience)
- func (o *InvestmentProfile) SetInvestmentObjective(v InvestmentObjective)
- func (o *InvestmentProfile) SetLiquidNetWorth(v string)
- func (o *InvestmentProfile) SetLiquidityNeeds(v LiquidityNeeds)
- func (o *InvestmentProfile) SetRiskTolerance(v RiskTolerance)
- func (o *InvestmentProfile) SetSourceOfFunds(v SourceOfFunds)
- func (o *InvestmentProfile) SetSuitabilityVerified(v bool)
- func (o *InvestmentProfile) SetTaxBracket(v TaxBracket)
- func (o *InvestmentProfile) SetTimeHorizon(v TimeHorizon)
- func (o *InvestmentProfile) SetTotalNetWorth(v TotalNetWorth)
- func (o *InvestmentProfile) SetUpdatedAt(v time.Time)
- func (o *InvestmentProfile) SetUser(v string)
- func (o InvestmentProfile) ToMap() (map[string]interface{}, error)
- type Leg
- func (o *Leg) GetOption() string
- func (o *Leg) GetOptionOk() (*string, bool)
- func (o *Leg) GetPositionEffect() string
- func (o *Leg) GetPositionEffectOk() (*string, bool)
- func (o *Leg) GetRatioQuantity() string
- func (o *Leg) GetRatioQuantityOk() (*string, bool)
- func (o *Leg) GetSide() Side
- func (o *Leg) GetSideOk() (*Side, bool)
- func (o *Leg) HasOption() bool
- func (o *Leg) HasPositionEffect() bool
- func (o *Leg) HasRatioQuantity() bool
- func (o *Leg) HasSide() bool
- func (o Leg) MarshalJSON() ([]byte, error)
- func (o *Leg) SetOption(v string)
- func (o *Leg) SetPositionEffect(v string)
- func (o *Leg) SetRatioQuantity(v string)
- func (o *Leg) SetSide(v Side)
- func (o Leg) ToMap() (map[string]interface{}, error)
- type LiquidityNeeds
- type MappedNullable
- type MarginBalances
- func (o *MarginBalances) GetCash() string
- func (o *MarginBalances) GetCashAvailableForWithdrawal() string
- func (o *MarginBalances) GetCashAvailableForWithdrawalOk() (*string, bool)
- func (o *MarginBalances) GetCashHeldForOrders() string
- func (o *MarginBalances) GetCashHeldForOrdersOk() (*string, bool)
- func (o *MarginBalances) GetCashOk() (*string, bool)
- func (o *MarginBalances) GetCreatedAt() time.Time
- func (o *MarginBalances) GetCreatedAtOk() (*time.Time, bool)
- func (o *MarginBalances) GetDayTradeBuyingPower() string
- func (o *MarginBalances) GetDayTradeBuyingPowerHeldForOrders() string
- func (o *MarginBalances) GetDayTradeBuyingPowerHeldForOrdersOk() (*string, bool)
- func (o *MarginBalances) GetDayTradeBuyingPowerOk() (*string, bool)
- func (o *MarginBalances) GetDayTradeRatio() string
- func (o *MarginBalances) GetDayTradeRatioOk() (*string, bool)
- func (o *MarginBalances) GetMarginLimit() string
- func (o *MarginBalances) GetMarginLimitOk() (*string, bool)
- func (o *MarginBalances) GetMarkedPatternDayTraderDate() time.Time
- func (o *MarginBalances) GetMarkedPatternDayTraderDateOk() (*time.Time, bool)
- func (o *MarginBalances) GetOvernightBuyingPower() string
- func (o *MarginBalances) GetOvernightBuyingPowerHeldForOrders() string
- func (o *MarginBalances) GetOvernightBuyingPowerHeldForOrdersOk() (*string, bool)
- func (o *MarginBalances) GetOvernightBuyingPowerOk() (*string, bool)
- func (o *MarginBalances) GetOvernightRatio() string
- func (o *MarginBalances) GetOvernightRatioOk() (*string, bool)
- func (o *MarginBalances) GetUnallocatedMarginCash() string
- func (o *MarginBalances) GetUnallocatedMarginCashOk() (*string, bool)
- func (o *MarginBalances) GetUnclearedDeposits() string
- func (o *MarginBalances) GetUnclearedDepositsOk() (*string, bool)
- func (o *MarginBalances) GetUnsettledFunds() string
- func (o *MarginBalances) GetUnsettledFundsOk() (*string, bool)
- func (o *MarginBalances) GetUpdatedAt() time.Time
- func (o *MarginBalances) GetUpdatedAtOk() (*time.Time, bool)
- func (o *MarginBalances) HasCash() bool
- func (o *MarginBalances) HasCashAvailableForWithdrawal() bool
- func (o *MarginBalances) HasCashHeldForOrders() bool
- func (o *MarginBalances) HasCreatedAt() bool
- func (o *MarginBalances) HasDayTradeBuyingPower() bool
- func (o *MarginBalances) HasDayTradeBuyingPowerHeldForOrders() bool
- func (o *MarginBalances) HasDayTradeRatio() bool
- func (o *MarginBalances) HasMarginLimit() bool
- func (o *MarginBalances) HasMarkedPatternDayTraderDate() bool
- func (o *MarginBalances) HasOvernightBuyingPower() bool
- func (o *MarginBalances) HasOvernightBuyingPowerHeldForOrders() bool
- func (o *MarginBalances) HasOvernightRatio() bool
- func (o *MarginBalances) HasUnallocatedMarginCash() bool
- func (o *MarginBalances) HasUnclearedDeposits() bool
- func (o *MarginBalances) HasUnsettledFunds() bool
- func (o *MarginBalances) HasUpdatedAt() bool
- func (o MarginBalances) MarshalJSON() ([]byte, error)
- func (o *MarginBalances) SetCash(v string)
- func (o *MarginBalances) SetCashAvailableForWithdrawal(v string)
- func (o *MarginBalances) SetCashHeldForOrders(v string)
- func (o *MarginBalances) SetCreatedAt(v time.Time)
- func (o *MarginBalances) SetDayTradeBuyingPower(v string)
- func (o *MarginBalances) SetDayTradeBuyingPowerHeldForOrders(v string)
- func (o *MarginBalances) SetDayTradeRatio(v string)
- func (o *MarginBalances) SetMarginLimit(v string)
- func (o *MarginBalances) SetMarkedPatternDayTraderDate(v time.Time)
- func (o *MarginBalances) SetOvernightBuyingPower(v string)
- func (o *MarginBalances) SetOvernightBuyingPowerHeldForOrders(v string)
- func (o *MarginBalances) SetOvernightRatio(v string)
- func (o *MarginBalances) SetUnallocatedMarginCash(v string)
- func (o *MarginBalances) SetUnclearedDeposits(v string)
- func (o *MarginBalances) SetUnsettledFunds(v string)
- func (o *MarginBalances) SetUpdatedAt(v time.Time)
- func (o MarginBalances) ToMap() (map[string]interface{}, error)
- type MaritalStatus
- type MarketData
- func (o *MarketData) GetAcronym() string
- func (o *MarketData) GetAcronymOk() (*string, bool)
- func (o *MarketData) GetCity() string
- func (o *MarketData) GetCityOk() (*string, bool)
- func (o *MarketData) GetCountry() string
- func (o *MarketData) GetCountryOk() (*string, bool)
- func (o *MarketData) GetMic() string
- func (o *MarketData) GetMicOk() (*string, bool)
- func (o *MarketData) GetName() string
- func (o *MarketData) GetNameOk() (*string, bool)
- func (o *MarketData) GetOperatingMic() string
- func (o *MarketData) GetOperatingMicOk() (*string, bool)
- func (o *MarketData) GetTimezone() string
- func (o *MarketData) GetTimezoneOk() (*string, bool)
- func (o *MarketData) GetTodaysHours() string
- func (o *MarketData) GetTodaysHoursOk() (*string, bool)
- func (o *MarketData) GetUrl() string
- func (o *MarketData) GetUrlOk() (*string, bool)
- func (o *MarketData) GetWebsite() string
- func (o *MarketData) GetWebsiteOk() (*string, bool)
- func (o *MarketData) HasAcronym() bool
- func (o *MarketData) HasCity() bool
- func (o *MarketData) HasCountry() bool
- func (o *MarketData) HasMic() bool
- func (o *MarketData) HasName() bool
- func (o *MarketData) HasOperatingMic() bool
- func (o *MarketData) HasTimezone() bool
- func (o *MarketData) HasTodaysHours() bool
- func (o *MarketData) HasUrl() bool
- func (o *MarketData) HasWebsite() bool
- func (o MarketData) MarshalJSON() ([]byte, error)
- func (o *MarketData) SetAcronym(v string)
- func (o *MarketData) SetCity(v string)
- func (o *MarketData) SetCountry(v string)
- func (o *MarketData) SetMic(v string)
- func (o *MarketData) SetName(v string)
- func (o *MarketData) SetOperatingMic(v string)
- func (o *MarketData) SetTimezone(v string)
- func (o *MarketData) SetTodaysHours(v string)
- func (o *MarketData) SetUrl(v string)
- func (o *MarketData) SetWebsite(v string)
- func (o MarketData) ToMap() (map[string]interface{}, error)
- type MarketHours
- func (o *MarketHours) GetClosesAt() time.Time
- func (o *MarketHours) GetClosesAtOk() (*time.Time, bool)
- func (o *MarketHours) GetDate() time.Time
- func (o *MarketHours) GetDateOk() (*time.Time, bool)
- func (o *MarketHours) GetExtendedClosesAt() time.Time
- func (o *MarketHours) GetExtendedClosesAtOk() (*time.Time, bool)
- func (o *MarketHours) GetExtendedOpensAt() time.Time
- func (o *MarketHours) GetExtendedOpensAtOk() (*time.Time, bool)
- func (o *MarketHours) GetIsOpen() bool
- func (o *MarketHours) GetIsOpenOk() (*bool, bool)
- func (o *MarketHours) GetNextOpenHours() string
- func (o *MarketHours) GetNextOpenHoursOk() (*string, bool)
- func (o *MarketHours) GetOpensAt() time.Time
- func (o *MarketHours) GetOpensAtOk() (*time.Time, bool)
- func (o *MarketHours) GetPreviousOpenHours() string
- func (o *MarketHours) GetPreviousOpenHoursOk() (*string, bool)
- func (o *MarketHours) HasClosesAt() bool
- func (o *MarketHours) HasDate() bool
- func (o *MarketHours) HasExtendedClosesAt() bool
- func (o *MarketHours) HasExtendedOpensAt() bool
- func (o *MarketHours) HasIsOpen() bool
- func (o *MarketHours) HasNextOpenHours() bool
- func (o *MarketHours) HasOpensAt() bool
- func (o *MarketHours) HasPreviousOpenHours() bool
- func (o MarketHours) MarshalJSON() ([]byte, error)
- func (o *MarketHours) SetClosesAt(v time.Time)
- func (o *MarketHours) SetDate(v time.Time)
- func (o *MarketHours) SetExtendedClosesAt(v time.Time)
- func (o *MarketHours) SetExtendedOpensAt(v time.Time)
- func (o *MarketHours) SetIsOpen(v bool)
- func (o *MarketHours) SetNextOpenHours(v string)
- func (o *MarketHours) SetOpensAt(v time.Time)
- func (o *MarketHours) SetPreviousOpenHours(v string)
- func (o MarketHours) ToMap() (map[string]interface{}, error)
- type MinTicks
- func (o *MinTicks) GetAboveTick() string
- func (o *MinTicks) GetAboveTickOk() (*string, bool)
- func (o *MinTicks) GetBelowTick() string
- func (o *MinTicks) GetBelowTickOk() (*string, bool)
- func (o *MinTicks) GetCutoffPrice() string
- func (o *MinTicks) GetCutoffPriceOk() (*string, bool)
- func (o *MinTicks) HasAboveTick() bool
- func (o *MinTicks) HasBelowTick() bool
- func (o *MinTicks) HasCutoffPrice() bool
- func (o MinTicks) MarshalJSON() ([]byte, error)
- func (o *MinTicks) SetAboveTick(v string)
- func (o *MinTicks) SetBelowTick(v string)
- func (o *MinTicks) SetCutoffPrice(v string)
- func (o MinTicks) ToMap() (map[string]interface{}, error)
- type NullableAccount
- type NullableAccountInfo
- func (v NullableAccountInfo) Get() *AccountInfo
- func (v NullableAccountInfo) IsSet() bool
- func (v NullableAccountInfo) MarshalJSON() ([]byte, error)
- func (v *NullableAccountInfo) Set(val *AccountInfo)
- func (v *NullableAccountInfo) UnmarshalJSON(src []byte) error
- func (v *NullableAccountInfo) Unset()
- type NullableAccountType
- func (v NullableAccountType) Get() *AccountType
- func (v NullableAccountType) IsSet() bool
- func (v NullableAccountType) MarshalJSON() ([]byte, error)
- func (v *NullableAccountType) Set(val *AccountType)
- func (v *NullableAccountType) UnmarshalJSON(src []byte) error
- func (v *NullableAccountType) Unset()
- type NullableAuth
- type NullableBasicInfo
- type NullableBool
- type NullableCashBalances
- func (v NullableCashBalances) Get() *CashBalances
- func (v NullableCashBalances) IsSet() bool
- func (v NullableCashBalances) MarshalJSON() ([]byte, error)
- func (v *NullableCashBalances) Set(val *CashBalances)
- func (v *NullableCashBalances) UnmarshalJSON(src []byte) error
- func (v *NullableCashBalances) Unset()
- type NullableCryptoAccount
- func (v NullableCryptoAccount) Get() *CryptoAccount
- func (v NullableCryptoAccount) IsSet() bool
- func (v NullableCryptoAccount) MarshalJSON() ([]byte, error)
- func (v *NullableCryptoAccount) Set(val *CryptoAccount)
- func (v *NullableCryptoAccount) UnmarshalJSON(src []byte) error
- func (v *NullableCryptoAccount) Unset()
- type NullableCryptoAssetCurrency
- func (v NullableCryptoAssetCurrency) Get() *CryptoAssetCurrency
- func (v NullableCryptoAssetCurrency) IsSet() bool
- func (v NullableCryptoAssetCurrency) MarshalJSON() ([]byte, error)
- func (v *NullableCryptoAssetCurrency) Set(val *CryptoAssetCurrency)
- func (v *NullableCryptoAssetCurrency) UnmarshalJSON(src []byte) error
- func (v *NullableCryptoAssetCurrency) Unset()
- type NullableCryptoCurrencyPair
- func (v NullableCryptoCurrencyPair) Get() *CryptoCurrencyPair
- func (v NullableCryptoCurrencyPair) IsSet() bool
- func (v NullableCryptoCurrencyPair) MarshalJSON() ([]byte, error)
- func (v *NullableCryptoCurrencyPair) Set(val *CryptoCurrencyPair)
- func (v *NullableCryptoCurrencyPair) UnmarshalJSON(src []byte) error
- func (v *NullableCryptoCurrencyPair) Unset()
- type NullableCryptoOrder
- func (v NullableCryptoOrder) Get() *CryptoOrder
- func (v NullableCryptoOrder) IsSet() bool
- func (v NullableCryptoOrder) MarshalJSON() ([]byte, error)
- func (v *NullableCryptoOrder) Set(val *CryptoOrder)
- func (v *NullableCryptoOrder) UnmarshalJSON(src []byte) error
- func (v *NullableCryptoOrder) Unset()
- type NullableCryptoOrderOptions
- func (v NullableCryptoOrderOptions) Get() *CryptoOrderOptions
- func (v NullableCryptoOrderOptions) IsSet() bool
- func (v NullableCryptoOrderOptions) MarshalJSON() ([]byte, error)
- func (v *NullableCryptoOrderOptions) Set(val *CryptoOrderOptions)
- func (v *NullableCryptoOrderOptions) UnmarshalJSON(src []byte) error
- func (v *NullableCryptoOrderOptions) Unset()
- type NullableCryptoOrderOutput
- func (v NullableCryptoOrderOutput) Get() *CryptoOrderOutput
- func (v NullableCryptoOrderOutput) IsSet() bool
- func (v NullableCryptoOrderOutput) MarshalJSON() ([]byte, error)
- func (v *NullableCryptoOrderOutput) Set(val *CryptoOrderOutput)
- func (v *NullableCryptoOrderOutput) UnmarshalJSON(src []byte) error
- func (v *NullableCryptoOrderOutput) Unset()
- type NullableCryptoPortfolio
- func (v NullableCryptoPortfolio) Get() *CryptoPortfolio
- func (v NullableCryptoPortfolio) IsSet() bool
- func (v NullableCryptoPortfolio) MarshalJSON() ([]byte, error)
- func (v *NullableCryptoPortfolio) Set(val *CryptoPortfolio)
- func (v *NullableCryptoPortfolio) UnmarshalJSON(src []byte) error
- func (v *NullableCryptoPortfolio) Unset()
- type NullableDirection
- type NullableExecution
- type NullableExecutionType
- func (v NullableExecutionType) Get() *ExecutionType
- func (v NullableExecutionType) IsSet() bool
- func (v NullableExecutionType) MarshalJSON() ([]byte, error)
- func (v *NullableExecutionType) Set(val *ExecutionType)
- func (v *NullableExecutionType) UnmarshalJSON(src []byte) error
- func (v *NullableExecutionType) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableFundamentalsData
- func (v NullableFundamentalsData) Get() *FundamentalsData
- func (v NullableFundamentalsData) IsSet() bool
- func (v NullableFundamentalsData) MarshalJSON() ([]byte, error)
- func (v *NullableFundamentalsData) Set(val *FundamentalsData)
- func (v *NullableFundamentalsData) UnmarshalJSON(src []byte) error
- func (v *NullableFundamentalsData) Unset()
- type NullableGetOptionOrdersResponse
- func (v NullableGetOptionOrdersResponse) Get() *GetOptionOrdersResponse
- func (v NullableGetOptionOrdersResponse) IsSet() bool
- func (v NullableGetOptionOrdersResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetOptionOrdersResponse) Set(val *GetOptionOrdersResponse)
- func (v *NullableGetOptionOrdersResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetOptionOrdersResponse) Unset()
- type NullableInstrumentData
- func (v NullableInstrumentData) Get() *InstrumentData
- func (v NullableInstrumentData) IsSet() bool
- func (v NullableInstrumentData) MarshalJSON() ([]byte, error)
- func (v *NullableInstrumentData) Set(val *InstrumentData)
- func (v *NullableInstrumentData) UnmarshalJSON(src []byte) error
- func (v *NullableInstrumentData) Unset()
- type NullableInstrumentSplit
- func (v NullableInstrumentSplit) Get() *InstrumentSplit
- func (v NullableInstrumentSplit) IsSet() bool
- func (v NullableInstrumentSplit) MarshalJSON() ([]byte, error)
- func (v *NullableInstrumentSplit) Set(val *InstrumentSplit)
- func (v *NullableInstrumentSplit) UnmarshalJSON(src []byte) error
- func (v *NullableInstrumentSplit) Unset()
- type NullableInstrumentState
- func (v NullableInstrumentState) Get() *InstrumentState
- func (v NullableInstrumentState) IsSet() bool
- func (v NullableInstrumentState) MarshalJSON() ([]byte, error)
- func (v *NullableInstrumentState) Set(val *InstrumentState)
- func (v *NullableInstrumentState) UnmarshalJSON(src []byte) error
- func (v *NullableInstrumentState) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableInvestmentExperience
- func (v NullableInvestmentExperience) Get() *InvestmentExperience
- func (v NullableInvestmentExperience) IsSet() bool
- func (v NullableInvestmentExperience) MarshalJSON() ([]byte, error)
- func (v *NullableInvestmentExperience) Set(val *InvestmentExperience)
- func (v *NullableInvestmentExperience) UnmarshalJSON(src []byte) error
- func (v *NullableInvestmentExperience) Unset()
- type NullableInvestmentObjective
- func (v NullableInvestmentObjective) Get() *InvestmentObjective
- func (v NullableInvestmentObjective) IsSet() bool
- func (v NullableInvestmentObjective) MarshalJSON() ([]byte, error)
- func (v *NullableInvestmentObjective) Set(val *InvestmentObjective)
- func (v *NullableInvestmentObjective) UnmarshalJSON(src []byte) error
- func (v *NullableInvestmentObjective) Unset()
- type NullableInvestmentProfile
- func (v NullableInvestmentProfile) Get() *InvestmentProfile
- func (v NullableInvestmentProfile) IsSet() bool
- func (v NullableInvestmentProfile) MarshalJSON() ([]byte, error)
- func (v *NullableInvestmentProfile) Set(val *InvestmentProfile)
- func (v *NullableInvestmentProfile) UnmarshalJSON(src []byte) error
- func (v *NullableInvestmentProfile) Unset()
- type NullableLeg
- type NullableLiquidityNeeds
- func (v NullableLiquidityNeeds) Get() *LiquidityNeeds
- func (v NullableLiquidityNeeds) IsSet() bool
- func (v NullableLiquidityNeeds) MarshalJSON() ([]byte, error)
- func (v *NullableLiquidityNeeds) Set(val *LiquidityNeeds)
- func (v *NullableLiquidityNeeds) UnmarshalJSON(src []byte) error
- func (v *NullableLiquidityNeeds) Unset()
- type NullableMarginBalances
- func (v NullableMarginBalances) Get() *MarginBalances
- func (v NullableMarginBalances) IsSet() bool
- func (v NullableMarginBalances) MarshalJSON() ([]byte, error)
- func (v *NullableMarginBalances) Set(val *MarginBalances)
- func (v *NullableMarginBalances) UnmarshalJSON(src []byte) error
- func (v *NullableMarginBalances) Unset()
- type NullableMaritalStatus
- func (v NullableMaritalStatus) Get() *MaritalStatus
- func (v NullableMaritalStatus) IsSet() bool
- func (v NullableMaritalStatus) MarshalJSON() ([]byte, error)
- func (v *NullableMaritalStatus) Set(val *MaritalStatus)
- func (v *NullableMaritalStatus) UnmarshalJSON(src []byte) error
- func (v *NullableMaritalStatus) Unset()
- type NullableMarketData
- type NullableMarketHours
- func (v NullableMarketHours) Get() *MarketHours
- func (v NullableMarketHours) IsSet() bool
- func (v NullableMarketHours) MarshalJSON() ([]byte, error)
- func (v *NullableMarketHours) Set(val *MarketHours)
- func (v *NullableMarketHours) UnmarshalJSON(src []byte) error
- func (v *NullableMarketHours) Unset()
- type NullableMinTicks
- type NullableOpenCloseStrategy
- func (v NullableOpenCloseStrategy) Get() *OpenCloseStrategy
- func (v NullableOpenCloseStrategy) IsSet() bool
- func (v NullableOpenCloseStrategy) MarshalJSON() ([]byte, error)
- func (v *NullableOpenCloseStrategy) Set(val *OpenCloseStrategy)
- func (v *NullableOpenCloseStrategy) UnmarshalJSON(src []byte) error
- func (v *NullableOpenCloseStrategy) Unset()
- type NullableOptionChain
- func (v NullableOptionChain) Get() *OptionChain
- func (v NullableOptionChain) IsSet() bool
- func (v NullableOptionChain) MarshalJSON() ([]byte, error)
- func (v *NullableOptionChain) Set(val *OptionChain)
- func (v *NullableOptionChain) UnmarshalJSON(src []byte) error
- func (v *NullableOptionChain) Unset()
- type NullableOptionInstrument
- func (v NullableOptionInstrument) Get() *OptionInstrument
- func (v NullableOptionInstrument) IsSet() bool
- func (v NullableOptionInstrument) MarshalJSON() ([]byte, error)
- func (v *NullableOptionInstrument) Set(val *OptionInstrument)
- func (v *NullableOptionInstrument) UnmarshalJSON(src []byte) error
- func (v *NullableOptionInstrument) Unset()
- type NullableOptionOrder
- func (v NullableOptionOrder) Get() *OptionOrder
- func (v NullableOptionOrder) IsSet() bool
- func (v NullableOptionOrder) MarshalJSON() ([]byte, error)
- func (v *NullableOptionOrder) Set(val *OptionOrder)
- func (v *NullableOptionOrder) UnmarshalJSON(src []byte) error
- func (v *NullableOptionOrder) Unset()
- type NullableOptionOrderInput
- func (v NullableOptionOrderInput) Get() *OptionOrderInput
- func (v NullableOptionOrderInput) IsSet() bool
- func (v NullableOptionOrderInput) MarshalJSON() ([]byte, error)
- func (v *NullableOptionOrderInput) Set(val *OptionOrderInput)
- func (v *NullableOptionOrderInput) UnmarshalJSON(src []byte) error
- func (v *NullableOptionOrderInput) Unset()
- type NullableOptionOrderLeg
- func (v NullableOptionOrderLeg) Get() *OptionOrderLeg
- func (v NullableOptionOrderLeg) IsSet() bool
- func (v NullableOptionOrderLeg) MarshalJSON() ([]byte, error)
- func (v *NullableOptionOrderLeg) Set(val *OptionOrderLeg)
- func (v *NullableOptionOrderLeg) UnmarshalJSON(src []byte) error
- func (v *NullableOptionOrderLeg) Unset()
- type NullableOptionOrderLegExecutionsInner
- func (v NullableOptionOrderLegExecutionsInner) Get() *OptionOrderLegExecutionsInner
- func (v NullableOptionOrderLegExecutionsInner) IsSet() bool
- func (v NullableOptionOrderLegExecutionsInner) MarshalJSON() ([]byte, error)
- func (v *NullableOptionOrderLegExecutionsInner) Set(val *OptionOrderLegExecutionsInner)
- func (v *NullableOptionOrderLegExecutionsInner) UnmarshalJSON(src []byte) error
- func (v *NullableOptionOrderLegExecutionsInner) Unset()
- type NullableOptionsMarketData
- func (v NullableOptionsMarketData) Get() *OptionsMarketData
- func (v NullableOptionsMarketData) IsSet() bool
- func (v NullableOptionsMarketData) MarshalJSON() ([]byte, error)
- func (v *NullableOptionsMarketData) Set(val *OptionsMarketData)
- func (v *NullableOptionsMarketData) UnmarshalJSON(src []byte) error
- func (v *NullableOptionsMarketData) Unset()
- type NullableOrder
- type NullableOrderAction
- func (v NullableOrderAction) Get() *OrderAction
- func (v NullableOrderAction) IsSet() bool
- func (v NullableOrderAction) MarshalJSON() ([]byte, error)
- func (v *NullableOrderAction) Set(val *OrderAction)
- func (v *NullableOrderAction) UnmarshalJSON(src []byte) error
- func (v *NullableOrderAction) Unset()
- type NullableOrderState
- type NullableOrderTotalNotional
- func (v NullableOrderTotalNotional) Get() *OrderTotalNotional
- func (v NullableOrderTotalNotional) IsSet() bool
- func (v NullableOrderTotalNotional) MarshalJSON() ([]byte, error)
- func (v *NullableOrderTotalNotional) Set(val *OrderTotalNotional)
- func (v *NullableOrderTotalNotional) UnmarshalJSON(src []byte) error
- func (v *NullableOrderTotalNotional) Unset()
- type NullablePaginatedAccountInfo
- func (v NullablePaginatedAccountInfo) Get() *PaginatedAccountInfo
- func (v NullablePaginatedAccountInfo) IsSet() bool
- func (v NullablePaginatedAccountInfo) MarshalJSON() ([]byte, error)
- func (v *NullablePaginatedAccountInfo) Set(val *PaginatedAccountInfo)
- func (v *NullablePaginatedAccountInfo) UnmarshalJSON(src []byte) error
- func (v *NullablePaginatedAccountInfo) Unset()
- type NullablePaginatedFundamentalsData
- func (v NullablePaginatedFundamentalsData) Get() *PaginatedFundamentalsData
- func (v NullablePaginatedFundamentalsData) IsSet() bool
- func (v NullablePaginatedFundamentalsData) MarshalJSON() ([]byte, error)
- func (v *NullablePaginatedFundamentalsData) Set(val *PaginatedFundamentalsData)
- func (v *NullablePaginatedFundamentalsData) UnmarshalJSON(src []byte) error
- func (v *NullablePaginatedFundamentalsData) Unset()
- type NullablePaginatedInstrumentData
- func (v NullablePaginatedInstrumentData) Get() *PaginatedInstrumentData
- func (v NullablePaginatedInstrumentData) IsSet() bool
- func (v NullablePaginatedInstrumentData) MarshalJSON() ([]byte, error)
- func (v *NullablePaginatedInstrumentData) Set(val *PaginatedInstrumentData)
- func (v *NullablePaginatedInstrumentData) UnmarshalJSON(src []byte) error
- func (v *NullablePaginatedInstrumentData) Unset()
- type NullablePaginatedInstrumentSplit
- func (v NullablePaginatedInstrumentSplit) Get() *PaginatedInstrumentSplit
- func (v NullablePaginatedInstrumentSplit) IsSet() bool
- func (v NullablePaginatedInstrumentSplit) MarshalJSON() ([]byte, error)
- func (v *NullablePaginatedInstrumentSplit) Set(val *PaginatedInstrumentSplit)
- func (v *NullablePaginatedInstrumentSplit) UnmarshalJSON(src []byte) error
- func (v *NullablePaginatedInstrumentSplit) Unset()
- type NullablePaginatedMarketData
- func (v NullablePaginatedMarketData) Get() *PaginatedMarketData
- func (v NullablePaginatedMarketData) IsSet() bool
- func (v NullablePaginatedMarketData) MarshalJSON() ([]byte, error)
- func (v *NullablePaginatedMarketData) Set(val *PaginatedMarketData)
- func (v *NullablePaginatedMarketData) UnmarshalJSON(src []byte) error
- func (v *NullablePaginatedMarketData) Unset()
- type NullablePaginatedMovers
- func (v NullablePaginatedMovers) Get() *PaginatedMovers
- func (v NullablePaginatedMovers) IsSet() bool
- func (v NullablePaginatedMovers) MarshalJSON() ([]byte, error)
- func (v *NullablePaginatedMovers) Set(val *PaginatedMovers)
- func (v *NullablePaginatedMovers) UnmarshalJSON(src []byte) error
- func (v *NullablePaginatedMovers) Unset()
- type NullablePaginatedOptionChain
- func (v NullablePaginatedOptionChain) Get() *PaginatedOptionChain
- func (v NullablePaginatedOptionChain) IsSet() bool
- func (v NullablePaginatedOptionChain) MarshalJSON() ([]byte, error)
- func (v *NullablePaginatedOptionChain) Set(val *PaginatedOptionChain)
- func (v *NullablePaginatedOptionChain) UnmarshalJSON(src []byte) error
- func (v *NullablePaginatedOptionChain) Unset()
- type NullablePaginatedOptionInstrument
- func (v NullablePaginatedOptionInstrument) Get() *PaginatedOptionInstrument
- func (v NullablePaginatedOptionInstrument) IsSet() bool
- func (v NullablePaginatedOptionInstrument) MarshalJSON() ([]byte, error)
- func (v *NullablePaginatedOptionInstrument) Set(val *PaginatedOptionInstrument)
- func (v *NullablePaginatedOptionInstrument) UnmarshalJSON(src []byte) error
- func (v *NullablePaginatedOptionInstrument) Unset()
- type NullablePaginatedOrder
- func (v NullablePaginatedOrder) Get() *PaginatedOrder
- func (v NullablePaginatedOrder) IsSet() bool
- func (v NullablePaginatedOrder) MarshalJSON() ([]byte, error)
- func (v *NullablePaginatedOrder) Set(val *PaginatedOrder)
- func (v *NullablePaginatedOrder) UnmarshalJSON(src []byte) error
- func (v *NullablePaginatedOrder) Unset()
- type NullablePaginatedPosition
- func (v NullablePaginatedPosition) Get() *PaginatedPosition
- func (v NullablePaginatedPosition) IsSet() bool
- func (v NullablePaginatedPosition) MarshalJSON() ([]byte, error)
- func (v *NullablePaginatedPosition) Set(val *PaginatedPosition)
- func (v *NullablePaginatedPosition) UnmarshalJSON(src []byte) error
- func (v *NullablePaginatedPosition) Unset()
- type NullablePaginatedQuoteData
- func (v NullablePaginatedQuoteData) Get() *PaginatedQuoteData
- func (v NullablePaginatedQuoteData) IsSet() bool
- func (v NullablePaginatedQuoteData) MarshalJSON() ([]byte, error)
- func (v *NullablePaginatedQuoteData) Set(val *PaginatedQuoteData)
- func (v *NullablePaginatedQuoteData) UnmarshalJSON(src []byte) error
- func (v *NullablePaginatedQuoteData) Unset()
- type NullablePaginatedWatchListCreateResponse
- func (v NullablePaginatedWatchListCreateResponse) Get() *PaginatedWatchListCreateResponse
- func (v NullablePaginatedWatchListCreateResponse) IsSet() bool
- func (v NullablePaginatedWatchListCreateResponse) MarshalJSON() ([]byte, error)
- func (v *NullablePaginatedWatchListCreateResponse) Set(val *PaginatedWatchListCreateResponse)
- func (v *NullablePaginatedWatchListCreateResponse) UnmarshalJSON(src []byte) error
- func (v *NullablePaginatedWatchListCreateResponse) Unset()
- type NullablePaginatedWatchListsData
- func (v NullablePaginatedWatchListsData) Get() *PaginatedWatchListsData
- func (v NullablePaginatedWatchListsData) IsSet() bool
- func (v NullablePaginatedWatchListsData) MarshalJSON() ([]byte, error)
- func (v *NullablePaginatedWatchListsData) Set(val *PaginatedWatchListsData)
- func (v *NullablePaginatedWatchListsData) UnmarshalJSON(src []byte) error
- func (v *NullablePaginatedWatchListsData) Unset()
- type NullablePortfolio
- type NullablePosition
- type NullablePositionEffect
- func (v NullablePositionEffect) Get() *PositionEffect
- func (v NullablePositionEffect) IsSet() bool
- func (v NullablePositionEffect) MarshalJSON() ([]byte, error)
- func (v *NullablePositionEffect) Set(val *PositionEffect)
- func (v *NullablePositionEffect) UnmarshalJSON(src []byte) error
- func (v *NullablePositionEffect) Unset()
- type NullableQuote
- type NullableQuoteCurrency
- func (v NullableQuoteCurrency) Get() *QuoteCurrency
- func (v NullableQuoteCurrency) IsSet() bool
- func (v NullableQuoteCurrency) MarshalJSON() ([]byte, error)
- func (v *NullableQuoteCurrency) Set(val *QuoteCurrency)
- func (v *NullableQuoteCurrency) UnmarshalJSON(src []byte) error
- func (v *NullableQuoteCurrency) Unset()
- type NullableQuoteData
- type NullableRiskTolerance
- func (v NullableRiskTolerance) Get() *RiskTolerance
- func (v NullableRiskTolerance) IsSet() bool
- func (v NullableRiskTolerance) MarshalJSON() ([]byte, error)
- func (v *NullableRiskTolerance) Set(val *RiskTolerance)
- func (v *NullableRiskTolerance) UnmarshalJSON(src []byte) error
- func (v *NullableRiskTolerance) Unset()
- type NullableSide
- type NullableSourceOfFunds
- func (v NullableSourceOfFunds) Get() *SourceOfFunds
- func (v NullableSourceOfFunds) IsSet() bool
- func (v NullableSourceOfFunds) MarshalJSON() ([]byte, error)
- func (v *NullableSourceOfFunds) Set(val *SourceOfFunds)
- func (v *NullableSourceOfFunds) UnmarshalJSON(src []byte) error
- func (v *NullableSourceOfFunds) Unset()
- type NullableString
- type NullableTaxBracket
- type NullableTime
- type NullableTimeHorizon
- func (v NullableTimeHorizon) Get() *TimeHorizon
- func (v NullableTimeHorizon) IsSet() bool
- func (v NullableTimeHorizon) MarshalJSON() ([]byte, error)
- func (v *NullableTimeHorizon) Set(val *TimeHorizon)
- func (v *NullableTimeHorizon) UnmarshalJSON(src []byte) error
- func (v *NullableTimeHorizon) Unset()
- type NullableTimeInForce
- func (v NullableTimeInForce) Get() *TimeInForce
- func (v NullableTimeInForce) IsSet() bool
- func (v NullableTimeInForce) MarshalJSON() ([]byte, error)
- func (v *NullableTimeInForce) Set(val *TimeInForce)
- func (v *NullableTimeInForce) UnmarshalJSON(src []byte) error
- func (v *NullableTimeInForce) Unset()
- type NullableTotalNetWorth
- func (v NullableTotalNetWorth) Get() *TotalNetWorth
- func (v NullableTotalNetWorth) IsSet() bool
- func (v NullableTotalNetWorth) MarshalJSON() ([]byte, error)
- func (v *NullableTotalNetWorth) Set(val *TotalNetWorth)
- func (v *NullableTotalNetWorth) UnmarshalJSON(src []byte) error
- func (v *NullableTotalNetWorth) Unset()
- type NullableTrigger
- type NullableUnderlyingInstrument
- func (v NullableUnderlyingInstrument) Get() *UnderlyingInstrument
- func (v NullableUnderlyingInstrument) IsSet() bool
- func (v NullableUnderlyingInstrument) MarshalJSON() ([]byte, error)
- func (v *NullableUnderlyingInstrument) Set(val *UnderlyingInstrument)
- func (v *NullableUnderlyingInstrument) UnmarshalJSON(src []byte) error
- func (v *NullableUnderlyingInstrument) Unset()
- type NullableUserId
- type NullableUserInfo
- type NullableWatchListCreateResponse
- func (v NullableWatchListCreateResponse) Get() *WatchListCreateResponse
- func (v NullableWatchListCreateResponse) IsSet() bool
- func (v NullableWatchListCreateResponse) MarshalJSON() ([]byte, error)
- func (v *NullableWatchListCreateResponse) Set(val *WatchListCreateResponse)
- func (v *NullableWatchListCreateResponse) UnmarshalJSON(src []byte) error
- func (v *NullableWatchListCreateResponse) Unset()
- type NullableWatchListsData
- func (v NullableWatchListsData) Get() *WatchListsData
- func (v NullableWatchListsData) IsSet() bool
- func (v NullableWatchListsData) MarshalJSON() ([]byte, error)
- func (v *NullableWatchListsData) Set(val *WatchListsData)
- func (v *NullableWatchListsData) UnmarshalJSON(src []byte) error
- func (v *NullableWatchListsData) Unset()
- type NullableWatchlist
- type OpenCloseStrategy
- type OptionAssignment
- type OptionChain
- func (o *OptionChain) GetCanOpenPosition() bool
- func (o *OptionChain) GetCanOpenPositionOk() (*bool, bool)
- func (o *OptionChain) GetCashComponent() map[string]interface{}
- func (o *OptionChain) GetCashComponentOk() (map[string]interface{}, bool)
- func (o *OptionChain) GetExpirationDates() []string
- func (o *OptionChain) GetExpirationDatesOk() ([]string, bool)
- func (o *OptionChain) GetId() string
- func (o *OptionChain) GetIdOk() (*string, bool)
- func (o *OptionChain) GetMinTicks() MinTicks
- func (o *OptionChain) GetMinTicksOk() (*MinTicks, bool)
- func (o *OptionChain) GetSymbol() string
- func (o *OptionChain) GetSymbolOk() (*string, bool)
- func (o *OptionChain) GetTradeValueMultiplier() string
- func (o *OptionChain) GetTradeValueMultiplierOk() (*string, bool)
- func (o *OptionChain) GetUnderlyingInstruments() []UnderlyingInstrument
- func (o *OptionChain) GetUnderlyingInstrumentsOk() ([]UnderlyingInstrument, bool)
- func (o *OptionChain) HasCanOpenPosition() bool
- func (o *OptionChain) HasCashComponent() bool
- func (o *OptionChain) HasExpirationDates() bool
- func (o *OptionChain) HasId() bool
- func (o *OptionChain) HasMinTicks() bool
- func (o *OptionChain) HasSymbol() bool
- func (o *OptionChain) HasTradeValueMultiplier() bool
- func (o *OptionChain) HasUnderlyingInstruments() bool
- func (o OptionChain) MarshalJSON() ([]byte, error)
- func (o *OptionChain) SetCanOpenPosition(v bool)
- func (o *OptionChain) SetCashComponent(v map[string]interface{})
- func (o *OptionChain) SetExpirationDates(v []string)
- func (o *OptionChain) SetId(v string)
- func (o *OptionChain) SetMinTicks(v MinTicks)
- func (o *OptionChain) SetSymbol(v string)
- func (o *OptionChain) SetTradeValueMultiplier(v string)
- func (o *OptionChain) SetUnderlyingInstruments(v []UnderlyingInstrument)
- func (o OptionChain) ToMap() (map[string]interface{}, error)
- type OptionInstrument
- func (o *OptionInstrument) GetChainId() string
- func (o *OptionInstrument) GetChainIdOk() (*string, bool)
- func (o *OptionInstrument) GetChainSymbol() string
- func (o *OptionInstrument) GetChainSymbolOk() (*string, bool)
- func (o *OptionInstrument) GetCreatedAt() string
- func (o *OptionInstrument) GetCreatedAtOk() (*string, bool)
- func (o *OptionInstrument) GetExpirationDate() string
- func (o *OptionInstrument) GetExpirationDateOk() (*string, bool)
- func (o *OptionInstrument) GetId() string
- func (o *OptionInstrument) GetIdOk() (*string, bool)
- func (o *OptionInstrument) GetIssueDate() string
- func (o *OptionInstrument) GetIssueDateOk() (*string, bool)
- func (o *OptionInstrument) GetMinTicks() MinTicks
- func (o *OptionInstrument) GetMinTicksOk() (*MinTicks, bool)
- func (o *OptionInstrument) GetRhsTradability() string
- func (o *OptionInstrument) GetRhsTradabilityOk() (*string, bool)
- func (o *OptionInstrument) GetState() string
- func (o *OptionInstrument) GetStateOk() (*string, bool)
- func (o *OptionInstrument) GetStrikePrice() string
- func (o *OptionInstrument) GetStrikePriceOk() (*string, bool)
- func (o *OptionInstrument) GetTradability() string
- func (o *OptionInstrument) GetTradabilityOk() (*string, bool)
- func (o *OptionInstrument) GetType() string
- func (o *OptionInstrument) GetTypeOk() (*string, bool)
- func (o *OptionInstrument) GetUpdatedAt() string
- func (o *OptionInstrument) GetUpdatedAtOk() (*string, bool)
- func (o *OptionInstrument) GetUrl() string
- func (o *OptionInstrument) GetUrlOk() (*string, bool)
- func (o *OptionInstrument) HasChainId() bool
- func (o *OptionInstrument) HasChainSymbol() bool
- func (o *OptionInstrument) HasCreatedAt() bool
- func (o *OptionInstrument) HasExpirationDate() bool
- func (o *OptionInstrument) HasId() bool
- func (o *OptionInstrument) HasIssueDate() bool
- func (o *OptionInstrument) HasMinTicks() bool
- func (o *OptionInstrument) HasRhsTradability() bool
- func (o *OptionInstrument) HasState() bool
- func (o *OptionInstrument) HasStrikePrice() bool
- func (o *OptionInstrument) HasTradability() bool
- func (o *OptionInstrument) HasType() bool
- func (o *OptionInstrument) HasUpdatedAt() bool
- func (o *OptionInstrument) HasUrl() bool
- func (o OptionInstrument) MarshalJSON() ([]byte, error)
- func (o *OptionInstrument) SetChainId(v string)
- func (o *OptionInstrument) SetChainSymbol(v string)
- func (o *OptionInstrument) SetCreatedAt(v string)
- func (o *OptionInstrument) SetExpirationDate(v string)
- func (o *OptionInstrument) SetId(v string)
- func (o *OptionInstrument) SetIssueDate(v string)
- func (o *OptionInstrument) SetMinTicks(v MinTicks)
- func (o *OptionInstrument) SetRhsTradability(v string)
- func (o *OptionInstrument) SetState(v string)
- func (o *OptionInstrument) SetStrikePrice(v string)
- func (o *OptionInstrument) SetTradability(v string)
- func (o *OptionInstrument) SetType(v string)
- func (o *OptionInstrument) SetUpdatedAt(v string)
- func (o *OptionInstrument) SetUrl(v string)
- func (o OptionInstrument) ToMap() (map[string]interface{}, error)
- type OptionOrder
- func (o *OptionOrder) GetCancelUrl() string
- func (o *OptionOrder) GetCancelUrlOk() (*string, bool)
- func (o *OptionOrder) GetCanceledQuantity() string
- func (o *OptionOrder) GetCanceledQuantityOk() (*string, bool)
- func (o *OptionOrder) GetChainId() string
- func (o *OptionOrder) GetChainIdOk() (*string, bool)
- func (o *OptionOrder) GetChainSymbol() string
- func (o *OptionOrder) GetChainSymbolOk() (*string, bool)
- func (o *OptionOrder) GetClosingStrategy() OpenCloseStrategy
- func (o *OptionOrder) GetClosingStrategyOk() (*OpenCloseStrategy, bool)
- func (o *OptionOrder) GetCreatedAt() string
- func (o *OptionOrder) GetCreatedAtOk() (*string, bool)
- func (o *OptionOrder) GetDirection() Direction
- func (o *OptionOrder) GetDirectionOk() (*Direction, bool)
- func (o *OptionOrder) GetId() string
- func (o *OptionOrder) GetIdOk() (*string, bool)
- func (o *OptionOrder) GetLegs() []OptionOrderLeg
- func (o *OptionOrder) GetLegsOk() ([]OptionOrderLeg, bool)
- func (o *OptionOrder) GetOpeningStrategy() OpenCloseStrategy
- func (o *OptionOrder) GetOpeningStrategyOk() (*OpenCloseStrategy, bool)
- func (o *OptionOrder) GetPendingQuantity() string
- func (o *OptionOrder) GetPendingQuantityOk() (*string, bool)
- func (o *OptionOrder) GetPremium() string
- func (o *OptionOrder) GetPremiumOk() (*string, bool)
- func (o *OptionOrder) GetPrice() string
- func (o *OptionOrder) GetPriceOk() (*string, bool)
- func (o *OptionOrder) GetProcessedPremium() string
- func (o *OptionOrder) GetProcessedPremiumOk() (*string, bool)
- func (o *OptionOrder) GetProcessedQuantity() string
- func (o *OptionOrder) GetProcessedQuantityOk() (*string, bool)
- func (o *OptionOrder) GetQuantity() string
- func (o *OptionOrder) GetQuantityOk() (*string, bool)
- func (o *OptionOrder) GetRefId() string
- func (o *OptionOrder) GetRefIdOk() (*string, bool)
- func (o *OptionOrder) GetResponseCategory() string
- func (o *OptionOrder) GetResponseCategoryOk() (*string, bool)
- func (o *OptionOrder) GetState() OrderState
- func (o *OptionOrder) GetStateOk() (*OrderState, bool)
- func (o *OptionOrder) GetStopPrice() string
- func (o *OptionOrder) GetStopPriceOk() (*string, bool)
- func (o *OptionOrder) GetTimeInForce() TimeInForce
- func (o *OptionOrder) GetTimeInForceOk() (*TimeInForce, bool)
- func (o *OptionOrder) GetTrigger() Trigger
- func (o *OptionOrder) GetTriggerOk() (*Trigger, bool)
- func (o *OptionOrder) GetType() ExecutionType
- func (o *OptionOrder) GetTypeOk() (*ExecutionType, bool)
- func (o *OptionOrder) GetUpdatedAt() string
- func (o *OptionOrder) GetUpdatedAtOk() (*string, bool)
- func (o *OptionOrder) HasCancelUrl() bool
- func (o *OptionOrder) HasCanceledQuantity() bool
- func (o *OptionOrder) HasChainId() bool
- func (o *OptionOrder) HasChainSymbol() bool
- func (o *OptionOrder) HasClosingStrategy() bool
- func (o *OptionOrder) HasCreatedAt() bool
- func (o *OptionOrder) HasDirection() bool
- func (o *OptionOrder) HasId() bool
- func (o *OptionOrder) HasLegs() bool
- func (o *OptionOrder) HasOpeningStrategy() bool
- func (o *OptionOrder) HasPendingQuantity() bool
- func (o *OptionOrder) HasPremium() bool
- func (o *OptionOrder) HasPrice() bool
- func (o *OptionOrder) HasProcessedPremium() bool
- func (o *OptionOrder) HasProcessedQuantity() bool
- func (o *OptionOrder) HasQuantity() bool
- func (o *OptionOrder) HasRefId() bool
- func (o *OptionOrder) HasResponseCategory() bool
- func (o *OptionOrder) HasState() bool
- func (o *OptionOrder) HasStopPrice() bool
- func (o *OptionOrder) HasTimeInForce() bool
- func (o *OptionOrder) HasTrigger() bool
- func (o *OptionOrder) HasType() bool
- func (o *OptionOrder) HasUpdatedAt() bool
- func (o OptionOrder) MarshalJSON() ([]byte, error)
- func (o *OptionOrder) SetCancelUrl(v string)
- func (o *OptionOrder) SetCanceledQuantity(v string)
- func (o *OptionOrder) SetChainId(v string)
- func (o *OptionOrder) SetChainSymbol(v string)
- func (o *OptionOrder) SetClosingStrategy(v OpenCloseStrategy)
- func (o *OptionOrder) SetCreatedAt(v string)
- func (o *OptionOrder) SetDirection(v Direction)
- func (o *OptionOrder) SetId(v string)
- func (o *OptionOrder) SetLegs(v []OptionOrderLeg)
- func (o *OptionOrder) SetOpeningStrategy(v OpenCloseStrategy)
- func (o *OptionOrder) SetPendingQuantity(v string)
- func (o *OptionOrder) SetPremium(v string)
- func (o *OptionOrder) SetPrice(v string)
- func (o *OptionOrder) SetProcessedPremium(v string)
- func (o *OptionOrder) SetProcessedQuantity(v string)
- func (o *OptionOrder) SetQuantity(v string)
- func (o *OptionOrder) SetRefId(v string)
- func (o *OptionOrder) SetResponseCategory(v string)
- func (o *OptionOrder) SetState(v OrderState)
- func (o *OptionOrder) SetStopPrice(v string)
- func (o *OptionOrder) SetTimeInForce(v TimeInForce)
- func (o *OptionOrder) SetTrigger(v Trigger)
- func (o *OptionOrder) SetType(v ExecutionType)
- func (o *OptionOrder) SetUpdatedAt(v string)
- func (o OptionOrder) ToMap() (map[string]interface{}, error)
- type OptionOrderInput
- func (o *OptionOrderInput) GetAccount() string
- func (o *OptionOrderInput) GetAccountOk() (*string, bool)
- func (o *OptionOrderInput) GetDirection() Direction
- func (o *OptionOrderInput) GetDirectionOk() (*Direction, bool)
- func (o *OptionOrderInput) GetLegs() []Leg
- func (o *OptionOrderInput) GetLegsOk() ([]Leg, bool)
- func (o *OptionOrderInput) GetOverrideDayTradeChecks() bool
- func (o *OptionOrderInput) GetOverrideDayTradeChecksOk() (*bool, bool)
- func (o *OptionOrderInput) GetOverrideDtbpChecks() bool
- func (o *OptionOrderInput) GetOverrideDtbpChecksOk() (*bool, bool)
- func (o *OptionOrderInput) GetPrice() string
- func (o *OptionOrderInput) GetPriceOk() (*string, bool)
- func (o *OptionOrderInput) GetQuantity() string
- func (o *OptionOrderInput) GetQuantityOk() (*string, bool)
- func (o *OptionOrderInput) GetRefId() string
- func (o *OptionOrderInput) GetRefIdOk() (*string, bool)
- func (o *OptionOrderInput) GetTimeInForce() TimeInForce
- func (o *OptionOrderInput) GetTimeInForceOk() (*TimeInForce, bool)
- func (o *OptionOrderInput) GetTrigger() Trigger
- func (o *OptionOrderInput) GetTriggerOk() (*Trigger, bool)
- func (o *OptionOrderInput) GetType() ExecutionType
- func (o *OptionOrderInput) GetTypeOk() (*ExecutionType, bool)
- func (o *OptionOrderInput) HasAccount() bool
- func (o *OptionOrderInput) HasDirection() bool
- func (o *OptionOrderInput) HasLegs() bool
- func (o *OptionOrderInput) HasOverrideDayTradeChecks() bool
- func (o *OptionOrderInput) HasOverrideDtbpChecks() bool
- func (o *OptionOrderInput) HasPrice() bool
- func (o *OptionOrderInput) HasQuantity() bool
- func (o *OptionOrderInput) HasRefId() bool
- func (o *OptionOrderInput) HasTimeInForce() bool
- func (o *OptionOrderInput) HasTrigger() bool
- func (o *OptionOrderInput) HasType() bool
- func (o OptionOrderInput) MarshalJSON() ([]byte, error)
- func (o *OptionOrderInput) SetAccount(v string)
- func (o *OptionOrderInput) SetDirection(v Direction)
- func (o *OptionOrderInput) SetLegs(v []Leg)
- func (o *OptionOrderInput) SetOverrideDayTradeChecks(v bool)
- func (o *OptionOrderInput) SetOverrideDtbpChecks(v bool)
- func (o *OptionOrderInput) SetPrice(v string)
- func (o *OptionOrderInput) SetQuantity(v string)
- func (o *OptionOrderInput) SetRefId(v string)
- func (o *OptionOrderInput) SetTimeInForce(v TimeInForce)
- func (o *OptionOrderInput) SetTrigger(v Trigger)
- func (o *OptionOrderInput) SetType(v ExecutionType)
- func (o OptionOrderInput) ToMap() (map[string]interface{}, error)
- type OptionOrderLeg
- func (o *OptionOrderLeg) GetExecutions() []OptionOrderLegExecutionsInner
- func (o *OptionOrderLeg) GetExecutionsOk() ([]OptionOrderLegExecutionsInner, bool)
- func (o *OptionOrderLeg) GetId() string
- func (o *OptionOrderLeg) GetIdOk() (*string, bool)
- func (o *OptionOrderLeg) GetOption() string
- func (o *OptionOrderLeg) GetOptionOk() (*string, bool)
- func (o *OptionOrderLeg) GetPositionEffect() PositionEffect
- func (o *OptionOrderLeg) GetPositionEffectOk() (*PositionEffect, bool)
- func (o *OptionOrderLeg) GetRatioQuantity() float32
- func (o *OptionOrderLeg) GetRatioQuantityOk() (*float32, bool)
- func (o *OptionOrderLeg) GetSide() Side
- func (o *OptionOrderLeg) GetSideOk() (*Side, bool)
- func (o *OptionOrderLeg) HasExecutions() bool
- func (o *OptionOrderLeg) HasId() bool
- func (o *OptionOrderLeg) HasOption() bool
- func (o *OptionOrderLeg) HasPositionEffect() bool
- func (o *OptionOrderLeg) HasRatioQuantity() bool
- func (o *OptionOrderLeg) HasSide() bool
- func (o OptionOrderLeg) MarshalJSON() ([]byte, error)
- func (o *OptionOrderLeg) SetExecutions(v []OptionOrderLegExecutionsInner)
- func (o *OptionOrderLeg) SetId(v string)
- func (o *OptionOrderLeg) SetOption(v string)
- func (o *OptionOrderLeg) SetPositionEffect(v PositionEffect)
- func (o *OptionOrderLeg) SetRatioQuantity(v float32)
- func (o *OptionOrderLeg) SetSide(v Side)
- func (o OptionOrderLeg) ToMap() (map[string]interface{}, error)
- type OptionOrderLegExecutionsInner
- func (o *OptionOrderLegExecutionsInner) GetId() string
- func (o *OptionOrderLegExecutionsInner) GetIdOk() (*string, bool)
- func (o *OptionOrderLegExecutionsInner) GetPrice() string
- func (o *OptionOrderLegExecutionsInner) GetPriceOk() (*string, bool)
- func (o *OptionOrderLegExecutionsInner) GetQuantity() string
- func (o *OptionOrderLegExecutionsInner) GetQuantityOk() (*string, bool)
- func (o *OptionOrderLegExecutionsInner) GetSettlementDate() string
- func (o *OptionOrderLegExecutionsInner) GetSettlementDateOk() (*string, bool)
- func (o *OptionOrderLegExecutionsInner) GetTimestamp() string
- func (o *OptionOrderLegExecutionsInner) GetTimestampOk() (*string, bool)
- func (o *OptionOrderLegExecutionsInner) HasId() bool
- func (o *OptionOrderLegExecutionsInner) HasPrice() bool
- func (o *OptionOrderLegExecutionsInner) HasQuantity() bool
- func (o *OptionOrderLegExecutionsInner) HasSettlementDate() bool
- func (o *OptionOrderLegExecutionsInner) HasTimestamp() bool
- func (o OptionOrderLegExecutionsInner) MarshalJSON() ([]byte, error)
- func (o *OptionOrderLegExecutionsInner) SetId(v string)
- func (o *OptionOrderLegExecutionsInner) SetPrice(v string)
- func (o *OptionOrderLegExecutionsInner) SetQuantity(v string)
- func (o *OptionOrderLegExecutionsInner) SetSettlementDate(v string)
- func (o *OptionOrderLegExecutionsInner) SetTimestamp(v string)
- func (o OptionOrderLegExecutionsInner) ToMap() (map[string]interface{}, error)
- type OptionTransaction
- type OptionsMarketData
- func (o *OptionsMarketData) GetAdjustedMarkPrice() string
- func (o *OptionsMarketData) GetAdjustedMarkPriceOk() (*string, bool)
- func (o *OptionsMarketData) GetAskPrice() string
- func (o *OptionsMarketData) GetAskPriceOk() (*string, bool)
- func (o *OptionsMarketData) GetAskSize() string
- func (o *OptionsMarketData) GetAskSizeOk() (*string, bool)
- func (o *OptionsMarketData) GetBidPrice() string
- func (o *OptionsMarketData) GetBidPriceOk() (*string, bool)
- func (o *OptionsMarketData) GetBidSize() string
- func (o *OptionsMarketData) GetBidSizeOk() (*string, bool)
- func (o *OptionsMarketData) GetBreakEvenPrice() string
- func (o *OptionsMarketData) GetBreakEvenPriceOk() (*string, bool)
- func (o *OptionsMarketData) GetChanceOfProfitLong() string
- func (o *OptionsMarketData) GetChanceOfProfitLongOk() (*string, bool)
- func (o *OptionsMarketData) GetChanceOfProfitShort() string
- func (o *OptionsMarketData) GetChanceOfProfitShortOk() (*string, bool)
- func (o *OptionsMarketData) GetDelta() string
- func (o *OptionsMarketData) GetDeltaOk() (*string, bool)
- func (o *OptionsMarketData) GetGamma() string
- func (o *OptionsMarketData) GetGammaOk() (*string, bool)
- func (o *OptionsMarketData) GetHighPrice() string
- func (o *OptionsMarketData) GetHighPriceOk() (*string, bool)
- func (o *OptionsMarketData) GetImpliedVolatility() string
- func (o *OptionsMarketData) GetImpliedVolatilityOk() (*string, bool)
- func (o *OptionsMarketData) GetInstrument() string
- func (o *OptionsMarketData) GetInstrumentOk() (*string, bool)
- func (o *OptionsMarketData) GetLastTradePrice() string
- func (o *OptionsMarketData) GetLastTradePriceOk() (*string, bool)
- func (o *OptionsMarketData) GetLastTradeSize() string
- func (o *OptionsMarketData) GetLastTradeSizeOk() (*string, bool)
- func (o *OptionsMarketData) GetLowPrice() string
- func (o *OptionsMarketData) GetLowPriceOk() (*string, bool)
- func (o *OptionsMarketData) GetMarkPrice() string
- func (o *OptionsMarketData) GetMarkPriceOk() (*string, bool)
- func (o *OptionsMarketData) GetOpenInterest() string
- func (o *OptionsMarketData) GetOpenInterestOk() (*string, bool)
- func (o *OptionsMarketData) GetPreviousCloseDate() string
- func (o *OptionsMarketData) GetPreviousCloseDateOk() (*string, bool)
- func (o *OptionsMarketData) GetPreviousClosePrice() string
- func (o *OptionsMarketData) GetPreviousClosePriceOk() (*string, bool)
- func (o *OptionsMarketData) GetRho() string
- func (o *OptionsMarketData) GetRhoOk() (*string, bool)
- func (o *OptionsMarketData) GetTheta() string
- func (o *OptionsMarketData) GetThetaOk() (*string, bool)
- func (o *OptionsMarketData) GetVega() string
- func (o *OptionsMarketData) GetVegaOk() (*string, bool)
- func (o *OptionsMarketData) GetVolume() string
- func (o *OptionsMarketData) GetVolumeOk() (*string, bool)
- func (o *OptionsMarketData) HasAdjustedMarkPrice() bool
- func (o *OptionsMarketData) HasAskPrice() bool
- func (o *OptionsMarketData) HasAskSize() bool
- func (o *OptionsMarketData) HasBidPrice() bool
- func (o *OptionsMarketData) HasBidSize() bool
- func (o *OptionsMarketData) HasBreakEvenPrice() bool
- func (o *OptionsMarketData) HasChanceOfProfitLong() bool
- func (o *OptionsMarketData) HasChanceOfProfitShort() bool
- func (o *OptionsMarketData) HasDelta() bool
- func (o *OptionsMarketData) HasGamma() bool
- func (o *OptionsMarketData) HasHighPrice() bool
- func (o *OptionsMarketData) HasImpliedVolatility() bool
- func (o *OptionsMarketData) HasInstrument() bool
- func (o *OptionsMarketData) HasLastTradePrice() bool
- func (o *OptionsMarketData) HasLastTradeSize() bool
- func (o *OptionsMarketData) HasLowPrice() bool
- func (o *OptionsMarketData) HasMarkPrice() bool
- func (o *OptionsMarketData) HasOpenInterest() bool
- func (o *OptionsMarketData) HasPreviousCloseDate() bool
- func (o *OptionsMarketData) HasPreviousClosePrice() bool
- func (o *OptionsMarketData) HasRho() bool
- func (o *OptionsMarketData) HasTheta() bool
- func (o *OptionsMarketData) HasVega() bool
- func (o *OptionsMarketData) HasVolume() bool
- func (o OptionsMarketData) MarshalJSON() ([]byte, error)
- func (o *OptionsMarketData) SetAdjustedMarkPrice(v string)
- func (o *OptionsMarketData) SetAskPrice(v string)
- func (o *OptionsMarketData) SetAskSize(v string)
- func (o *OptionsMarketData) SetBidPrice(v string)
- func (o *OptionsMarketData) SetBidSize(v string)
- func (o *OptionsMarketData) SetBreakEvenPrice(v string)
- func (o *OptionsMarketData) SetChanceOfProfitLong(v string)
- func (o *OptionsMarketData) SetChanceOfProfitShort(v string)
- func (o *OptionsMarketData) SetDelta(v string)
- func (o *OptionsMarketData) SetGamma(v string)
- func (o *OptionsMarketData) SetHighPrice(v string)
- func (o *OptionsMarketData) SetImpliedVolatility(v string)
- func (o *OptionsMarketData) SetInstrument(v string)
- func (o *OptionsMarketData) SetLastTradePrice(v string)
- func (o *OptionsMarketData) SetLastTradeSize(v string)
- func (o *OptionsMarketData) SetLowPrice(v string)
- func (o *OptionsMarketData) SetMarkPrice(v string)
- func (o *OptionsMarketData) SetOpenInterest(v string)
- func (o *OptionsMarketData) SetPreviousCloseDate(v string)
- func (o *OptionsMarketData) SetPreviousClosePrice(v string)
- func (o *OptionsMarketData) SetRho(v string)
- func (o *OptionsMarketData) SetTheta(v string)
- func (o *OptionsMarketData) SetVega(v string)
- func (o *OptionsMarketData) SetVolume(v string)
- func (o OptionsMarketData) ToMap() (map[string]interface{}, error)
- type Order
- func (o *Order) GetAccount() string
- func (o *Order) GetAccountOk() (*string, bool)
- func (o *Order) GetAction() OrderAction
- func (o *Order) GetActionOk() (*OrderAction, bool)
- func (o *Order) GetAveragePrice() string
- func (o *Order) GetAveragePriceOk() (*string, bool)
- func (o *Order) GetCancelUrl() string
- func (o *Order) GetCancelUrlOk() (*string, bool)
- func (o *Order) GetClientId() string
- func (o *Order) GetClientIdOk() (*string, bool)
- func (o *Order) GetCreatedAt() time.Time
- func (o *Order) GetCreatedAtOk() (*time.Time, bool)
- func (o *Order) GetCumulativeQuantity() string
- func (o *Order) GetCumulativeQuantityOk() (*string, bool)
- func (o *Order) GetExecutedNotional() OrderTotalNotional
- func (o *Order) GetExecutedNotionalOk() (*OrderTotalNotional, bool)
- func (o *Order) GetExecutions() []Execution
- func (o *Order) GetExecutionsOk() ([]Execution, bool)
- func (o *Order) GetExtendedHours() bool
- func (o *Order) GetExtendedHoursOk() (*bool, bool)
- func (o *Order) GetFees() string
- func (o *Order) GetFeesOk() (*string, bool)
- func (o *Order) GetId() string
- func (o *Order) GetIdOk() (*string, bool)
- func (o *Order) GetInstrument() string
- func (o *Order) GetInstrumentOk() (*string, bool)
- func (o *Order) GetInvestmentScheduleId() string
- func (o *Order) GetInvestmentScheduleIdOk() (*string, bool)
- func (o *Order) GetLastTrailPrice() string
- func (o *Order) GetLastTrailPriceOk() (*string, bool)
- func (o *Order) GetLastTrailPriceUpdatedAt() string
- func (o *Order) GetLastTrailPriceUpdatedAtOk() (*string, bool)
- func (o *Order) GetLastTransactionAt() string
- func (o *Order) GetLastTransactionAtOk() (*string, bool)
- func (o *Order) GetOverrideDayTradeChecks() bool
- func (o *Order) GetOverrideDayTradeChecksOk() (*bool, bool)
- func (o *Order) GetOverrideDtbpChecks() bool
- func (o *Order) GetOverrideDtbpChecksOk() (*bool, bool)
- func (o *Order) GetPosition() string
- func (o *Order) GetPositionOk() (*string, bool)
- func (o *Order) GetPrice() string
- func (o *Order) GetPriceOk() (*string, bool)
- func (o *Order) GetQuantity() string
- func (o *Order) GetQuantityOk() (*string, bool)
- func (o *Order) GetRefId() string
- func (o *Order) GetRefIdOk() (*string, bool)
- func (o *Order) GetRejectReason() string
- func (o *Order) GetRejectReasonOk() (*string, bool)
- func (o *Order) GetSide() Side
- func (o *Order) GetSideOk() (*Side, bool)
- func (o *Order) GetState() OrderState
- func (o *Order) GetStateOk() (*OrderState, bool)
- func (o *Order) GetStopPrice() string
- func (o *Order) GetStopPriceOk() (*string, bool)
- func (o *Order) GetStopTriggeredAt() string
- func (o *Order) GetStopTriggeredAtOk() (*string, bool)
- func (o *Order) GetSymbol() string
- func (o *Order) GetSymbolOk() (*string, bool)
- func (o *Order) GetTimeInForce() TimeInForce
- func (o *Order) GetTimeInForceOk() (*TimeInForce, bool)
- func (o *Order) GetTotalNotional() OrderTotalNotional
- func (o *Order) GetTotalNotionalOk() (*OrderTotalNotional, bool)
- func (o *Order) GetTrigger() Trigger
- func (o *Order) GetTriggerOk() (*Trigger, bool)
- func (o *Order) GetType() ExecutionType
- func (o *Order) GetTypeOk() (*ExecutionType, bool)
- func (o *Order) GetUpdatedAt() time.Time
- func (o *Order) GetUpdatedAtOk() (*time.Time, bool)
- func (o *Order) GetUrl() string
- func (o *Order) GetUrlOk() (*string, bool)
- func (o *Order) HasAccount() bool
- func (o *Order) HasAction() bool
- func (o *Order) HasAveragePrice() bool
- func (o *Order) HasCancelUrl() bool
- func (o *Order) HasClientId() bool
- func (o *Order) HasCreatedAt() bool
- func (o *Order) HasCumulativeQuantity() bool
- func (o *Order) HasExecutedNotional() bool
- func (o *Order) HasExecutions() bool
- func (o *Order) HasExtendedHours() bool
- func (o *Order) HasFees() bool
- func (o *Order) HasId() bool
- func (o *Order) HasInstrument() bool
- func (o *Order) HasInvestmentScheduleId() bool
- func (o *Order) HasLastTrailPrice() bool
- func (o *Order) HasLastTrailPriceUpdatedAt() bool
- func (o *Order) HasLastTransactionAt() bool
- func (o *Order) HasOverrideDayTradeChecks() bool
- func (o *Order) HasOverrideDtbpChecks() bool
- func (o *Order) HasPosition() bool
- func (o *Order) HasPrice() bool
- func (o *Order) HasQuantity() bool
- func (o *Order) HasRefId() bool
- func (o *Order) HasRejectReason() bool
- func (o *Order) HasSide() bool
- func (o *Order) HasState() bool
- func (o *Order) HasStopPrice() bool
- func (o *Order) HasStopTriggeredAt() bool
- func (o *Order) HasSymbol() bool
- func (o *Order) HasTimeInForce() bool
- func (o *Order) HasTotalNotional() bool
- func (o *Order) HasTrigger() bool
- func (o *Order) HasType() bool
- func (o *Order) HasUpdatedAt() bool
- func (o *Order) HasUrl() bool
- func (o Order) MarshalJSON() ([]byte, error)
- func (o *Order) SetAccount(v string)
- func (o *Order) SetAction(v OrderAction)
- func (o *Order) SetAveragePrice(v string)
- func (o *Order) SetCancelUrl(v string)
- func (o *Order) SetClientId(v string)
- func (o *Order) SetCreatedAt(v time.Time)
- func (o *Order) SetCumulativeQuantity(v string)
- func (o *Order) SetExecutedNotional(v OrderTotalNotional)
- func (o *Order) SetExecutions(v []Execution)
- func (o *Order) SetExtendedHours(v bool)
- func (o *Order) SetFees(v string)
- func (o *Order) SetId(v string)
- func (o *Order) SetInstrument(v string)
- func (o *Order) SetInvestmentScheduleId(v string)
- func (o *Order) SetLastTrailPrice(v string)
- func (o *Order) SetLastTrailPriceUpdatedAt(v string)
- func (o *Order) SetLastTransactionAt(v string)
- func (o *Order) SetOverrideDayTradeChecks(v bool)
- func (o *Order) SetOverrideDtbpChecks(v bool)
- func (o *Order) SetPosition(v string)
- func (o *Order) SetPrice(v string)
- func (o *Order) SetQuantity(v string)
- func (o *Order) SetRefId(v string)
- func (o *Order) SetRejectReason(v string)
- func (o *Order) SetSide(v Side)
- func (o *Order) SetState(v OrderState)
- func (o *Order) SetStopPrice(v string)
- func (o *Order) SetStopTriggeredAt(v string)
- func (o *Order) SetSymbol(v string)
- func (o *Order) SetTimeInForce(v TimeInForce)
- func (o *Order) SetTotalNotional(v OrderTotalNotional)
- func (o *Order) SetTrigger(v Trigger)
- func (o *Order) SetType(v ExecutionType)
- func (o *Order) SetUpdatedAt(v time.Time)
- func (o *Order) SetUrl(v string)
- func (o Order) ToMap() (map[string]interface{}, error)
- type OrderAction
- type OrderState
- type OrderTotalNotional
- func (o *OrderTotalNotional) GetAmount() string
- func (o *OrderTotalNotional) GetAmountOk() (*string, bool)
- func (o *OrderTotalNotional) GetCurrencyCode() string
- func (o *OrderTotalNotional) GetCurrencyCodeOk() (*string, bool)
- func (o *OrderTotalNotional) GetCurrencyId() string
- func (o *OrderTotalNotional) GetCurrencyIdOk() (*string, bool)
- func (o *OrderTotalNotional) HasAmount() bool
- func (o *OrderTotalNotional) HasCurrencyCode() bool
- func (o *OrderTotalNotional) HasCurrencyId() bool
- func (o OrderTotalNotional) MarshalJSON() ([]byte, error)
- func (o *OrderTotalNotional) SetAmount(v string)
- func (o *OrderTotalNotional) SetCurrencyCode(v string)
- func (o *OrderTotalNotional) SetCurrencyId(v string)
- func (o OrderTotalNotional) ToMap() (map[string]interface{}, error)
- type PaginatedAccountInfo
- func (o *PaginatedAccountInfo) GetCount() string
- func (o *PaginatedAccountInfo) GetCountOk() (*string, bool)
- func (o *PaginatedAccountInfo) GetNext() string
- func (o *PaginatedAccountInfo) GetNextOk() (*string, bool)
- func (o *PaginatedAccountInfo) GetPrevious() string
- func (o *PaginatedAccountInfo) GetPreviousOk() (*string, bool)
- func (o *PaginatedAccountInfo) GetResults() []AccountInfo
- func (o *PaginatedAccountInfo) GetResultsOk() ([]AccountInfo, bool)
- func (o *PaginatedAccountInfo) HasCount() bool
- func (o *PaginatedAccountInfo) HasNext() bool
- func (o *PaginatedAccountInfo) HasPrevious() bool
- func (o *PaginatedAccountInfo) HasResults() bool
- func (o PaginatedAccountInfo) MarshalJSON() ([]byte, error)
- func (o *PaginatedAccountInfo) SetCount(v string)
- func (o *PaginatedAccountInfo) SetNext(v string)
- func (o *PaginatedAccountInfo) SetPrevious(v string)
- func (o *PaginatedAccountInfo) SetResults(v []AccountInfo)
- func (o PaginatedAccountInfo) ToMap() (map[string]interface{}, error)
- type PaginatedFundamentalsData
- func (o *PaginatedFundamentalsData) GetCount() string
- func (o *PaginatedFundamentalsData) GetCountOk() (*string, bool)
- func (o *PaginatedFundamentalsData) GetNext() string
- func (o *PaginatedFundamentalsData) GetNextOk() (*string, bool)
- func (o *PaginatedFundamentalsData) GetPrevious() string
- func (o *PaginatedFundamentalsData) GetPreviousOk() (*string, bool)
- func (o *PaginatedFundamentalsData) GetResults() []FundamentalsData
- func (o *PaginatedFundamentalsData) GetResultsOk() ([]FundamentalsData, bool)
- func (o *PaginatedFundamentalsData) HasCount() bool
- func (o *PaginatedFundamentalsData) HasNext() bool
- func (o *PaginatedFundamentalsData) HasPrevious() bool
- func (o *PaginatedFundamentalsData) HasResults() bool
- func (o PaginatedFundamentalsData) MarshalJSON() ([]byte, error)
- func (o *PaginatedFundamentalsData) SetCount(v string)
- func (o *PaginatedFundamentalsData) SetNext(v string)
- func (o *PaginatedFundamentalsData) SetPrevious(v string)
- func (o *PaginatedFundamentalsData) SetResults(v []FundamentalsData)
- func (o PaginatedFundamentalsData) ToMap() (map[string]interface{}, error)
- type PaginatedInstrumentData
- func (o *PaginatedInstrumentData) GetCount() string
- func (o *PaginatedInstrumentData) GetCountOk() (*string, bool)
- func (o *PaginatedInstrumentData) GetNext() string
- func (o *PaginatedInstrumentData) GetNextOk() (*string, bool)
- func (o *PaginatedInstrumentData) GetPrevious() string
- func (o *PaginatedInstrumentData) GetPreviousOk() (*string, bool)
- func (o *PaginatedInstrumentData) GetResults() []InstrumentData
- func (o *PaginatedInstrumentData) GetResultsOk() ([]InstrumentData, bool)
- func (o *PaginatedInstrumentData) HasCount() bool
- func (o *PaginatedInstrumentData) HasNext() bool
- func (o *PaginatedInstrumentData) HasPrevious() bool
- func (o *PaginatedInstrumentData) HasResults() bool
- func (o PaginatedInstrumentData) MarshalJSON() ([]byte, error)
- func (o *PaginatedInstrumentData) SetCount(v string)
- func (o *PaginatedInstrumentData) SetNext(v string)
- func (o *PaginatedInstrumentData) SetPrevious(v string)
- func (o *PaginatedInstrumentData) SetResults(v []InstrumentData)
- func (o PaginatedInstrumentData) ToMap() (map[string]interface{}, error)
- type PaginatedInstrumentSplit
- func (o *PaginatedInstrumentSplit) GetCount() string
- func (o *PaginatedInstrumentSplit) GetCountOk() (*string, bool)
- func (o *PaginatedInstrumentSplit) GetNext() string
- func (o *PaginatedInstrumentSplit) GetNextOk() (*string, bool)
- func (o *PaginatedInstrumentSplit) GetPrevious() string
- func (o *PaginatedInstrumentSplit) GetPreviousOk() (*string, bool)
- func (o *PaginatedInstrumentSplit) GetResults() []InstrumentSplit
- func (o *PaginatedInstrumentSplit) GetResultsOk() ([]InstrumentSplit, bool)
- func (o *PaginatedInstrumentSplit) HasCount() bool
- func (o *PaginatedInstrumentSplit) HasNext() bool
- func (o *PaginatedInstrumentSplit) HasPrevious() bool
- func (o *PaginatedInstrumentSplit) HasResults() bool
- func (o PaginatedInstrumentSplit) MarshalJSON() ([]byte, error)
- func (o *PaginatedInstrumentSplit) SetCount(v string)
- func (o *PaginatedInstrumentSplit) SetNext(v string)
- func (o *PaginatedInstrumentSplit) SetPrevious(v string)
- func (o *PaginatedInstrumentSplit) SetResults(v []InstrumentSplit)
- func (o PaginatedInstrumentSplit) ToMap() (map[string]interface{}, error)
- type PaginatedMarketData
- func (o *PaginatedMarketData) GetCount() string
- func (o *PaginatedMarketData) GetCountOk() (*string, bool)
- func (o *PaginatedMarketData) GetNext() string
- func (o *PaginatedMarketData) GetNextOk() (*string, bool)
- func (o *PaginatedMarketData) GetPrevious() string
- func (o *PaginatedMarketData) GetPreviousOk() (*string, bool)
- func (o *PaginatedMarketData) GetResults() []MarketData
- func (o *PaginatedMarketData) GetResultsOk() ([]MarketData, bool)
- func (o *PaginatedMarketData) HasCount() bool
- func (o *PaginatedMarketData) HasNext() bool
- func (o *PaginatedMarketData) HasPrevious() bool
- func (o *PaginatedMarketData) HasResults() bool
- func (o PaginatedMarketData) MarshalJSON() ([]byte, error)
- func (o *PaginatedMarketData) SetCount(v string)
- func (o *PaginatedMarketData) SetNext(v string)
- func (o *PaginatedMarketData) SetPrevious(v string)
- func (o *PaginatedMarketData) SetResults(v []MarketData)
- func (o PaginatedMarketData) ToMap() (map[string]interface{}, error)
- type PaginatedMovers
- func (o *PaginatedMovers) GetCount() string
- func (o *PaginatedMovers) GetCountOk() (*string, bool)
- func (o *PaginatedMovers) GetNext() string
- func (o *PaginatedMovers) GetNextOk() (*string, bool)
- func (o *PaginatedMovers) GetPrevious() string
- func (o *PaginatedMovers) GetPreviousOk() (*string, bool)
- func (o *PaginatedMovers) GetResults() []map[string]interface{}
- func (o *PaginatedMovers) GetResultsOk() ([]map[string]interface{}, bool)
- func (o *PaginatedMovers) HasCount() bool
- func (o *PaginatedMovers) HasNext() bool
- func (o *PaginatedMovers) HasPrevious() bool
- func (o *PaginatedMovers) HasResults() bool
- func (o PaginatedMovers) MarshalJSON() ([]byte, error)
- func (o *PaginatedMovers) SetCount(v string)
- func (o *PaginatedMovers) SetNext(v string)
- func (o *PaginatedMovers) SetPrevious(v string)
- func (o *PaginatedMovers) SetResults(v []map[string]interface{})
- func (o PaginatedMovers) ToMap() (map[string]interface{}, error)
- type PaginatedOptionChain
- func (o *PaginatedOptionChain) GetCount() string
- func (o *PaginatedOptionChain) GetCountOk() (*string, bool)
- func (o *PaginatedOptionChain) GetNext() string
- func (o *PaginatedOptionChain) GetNextOk() (*string, bool)
- func (o *PaginatedOptionChain) GetPrevious() string
- func (o *PaginatedOptionChain) GetPreviousOk() (*string, bool)
- func (o *PaginatedOptionChain) GetResults() []OptionChain
- func (o *PaginatedOptionChain) GetResultsOk() ([]OptionChain, bool)
- func (o *PaginatedOptionChain) HasCount() bool
- func (o *PaginatedOptionChain) HasNext() bool
- func (o *PaginatedOptionChain) HasPrevious() bool
- func (o *PaginatedOptionChain) HasResults() bool
- func (o PaginatedOptionChain) MarshalJSON() ([]byte, error)
- func (o *PaginatedOptionChain) SetCount(v string)
- func (o *PaginatedOptionChain) SetNext(v string)
- func (o *PaginatedOptionChain) SetPrevious(v string)
- func (o *PaginatedOptionChain) SetResults(v []OptionChain)
- func (o PaginatedOptionChain) ToMap() (map[string]interface{}, error)
- type PaginatedOptionInstrument
- func (o *PaginatedOptionInstrument) GetCount() string
- func (o *PaginatedOptionInstrument) GetCountOk() (*string, bool)
- func (o *PaginatedOptionInstrument) GetNext() string
- func (o *PaginatedOptionInstrument) GetNextOk() (*string, bool)
- func (o *PaginatedOptionInstrument) GetPrevious() string
- func (o *PaginatedOptionInstrument) GetPreviousOk() (*string, bool)
- func (o *PaginatedOptionInstrument) GetResults() []OptionInstrument
- func (o *PaginatedOptionInstrument) GetResultsOk() ([]OptionInstrument, bool)
- func (o *PaginatedOptionInstrument) HasCount() bool
- func (o *PaginatedOptionInstrument) HasNext() bool
- func (o *PaginatedOptionInstrument) HasPrevious() bool
- func (o *PaginatedOptionInstrument) HasResults() bool
- func (o PaginatedOptionInstrument) MarshalJSON() ([]byte, error)
- func (o *PaginatedOptionInstrument) SetCount(v string)
- func (o *PaginatedOptionInstrument) SetNext(v string)
- func (o *PaginatedOptionInstrument) SetPrevious(v string)
- func (o *PaginatedOptionInstrument) SetResults(v []OptionInstrument)
- func (o PaginatedOptionInstrument) ToMap() (map[string]interface{}, error)
- type PaginatedOrder
- func (o *PaginatedOrder) GetCount() string
- func (o *PaginatedOrder) GetCountOk() (*string, bool)
- func (o *PaginatedOrder) GetNext() string
- func (o *PaginatedOrder) GetNextOk() (*string, bool)
- func (o *PaginatedOrder) GetPrevious() string
- func (o *PaginatedOrder) GetPreviousOk() (*string, bool)
- func (o *PaginatedOrder) GetResults() []Order
- func (o *PaginatedOrder) GetResultsOk() ([]Order, bool)
- func (o *PaginatedOrder) HasCount() bool
- func (o *PaginatedOrder) HasNext() bool
- func (o *PaginatedOrder) HasPrevious() bool
- func (o *PaginatedOrder) HasResults() bool
- func (o PaginatedOrder) MarshalJSON() ([]byte, error)
- func (o *PaginatedOrder) SetCount(v string)
- func (o *PaginatedOrder) SetNext(v string)
- func (o *PaginatedOrder) SetPrevious(v string)
- func (o *PaginatedOrder) SetResults(v []Order)
- func (o PaginatedOrder) ToMap() (map[string]interface{}, error)
- type PaginatedPosition
- func (o *PaginatedPosition) GetCount() string
- func (o *PaginatedPosition) GetCountOk() (*string, bool)
- func (o *PaginatedPosition) GetNext() string
- func (o *PaginatedPosition) GetNextOk() (*string, bool)
- func (o *PaginatedPosition) GetPrevious() string
- func (o *PaginatedPosition) GetPreviousOk() (*string, bool)
- func (o *PaginatedPosition) GetResults() []Position
- func (o *PaginatedPosition) GetResultsOk() ([]Position, bool)
- func (o *PaginatedPosition) HasCount() bool
- func (o *PaginatedPosition) HasNext() bool
- func (o *PaginatedPosition) HasPrevious() bool
- func (o *PaginatedPosition) HasResults() bool
- func (o PaginatedPosition) MarshalJSON() ([]byte, error)
- func (o *PaginatedPosition) SetCount(v string)
- func (o *PaginatedPosition) SetNext(v string)
- func (o *PaginatedPosition) SetPrevious(v string)
- func (o *PaginatedPosition) SetResults(v []Position)
- func (o PaginatedPosition) ToMap() (map[string]interface{}, error)
- type PaginatedQuoteData
- func (o *PaginatedQuoteData) GetCount() string
- func (o *PaginatedQuoteData) GetCountOk() (*string, bool)
- func (o *PaginatedQuoteData) GetNext() string
- func (o *PaginatedQuoteData) GetNextOk() (*string, bool)
- func (o *PaginatedQuoteData) GetPrevious() string
- func (o *PaginatedQuoteData) GetPreviousOk() (*string, bool)
- func (o *PaginatedQuoteData) GetResults() []QuoteData
- func (o *PaginatedQuoteData) GetResultsOk() ([]QuoteData, bool)
- func (o *PaginatedQuoteData) HasCount() bool
- func (o *PaginatedQuoteData) HasNext() bool
- func (o *PaginatedQuoteData) HasPrevious() bool
- func (o *PaginatedQuoteData) HasResults() bool
- func (o PaginatedQuoteData) MarshalJSON() ([]byte, error)
- func (o *PaginatedQuoteData) SetCount(v string)
- func (o *PaginatedQuoteData) SetNext(v string)
- func (o *PaginatedQuoteData) SetPrevious(v string)
- func (o *PaginatedQuoteData) SetResults(v []QuoteData)
- func (o PaginatedQuoteData) ToMap() (map[string]interface{}, error)
- type PaginatedWatchListCreateResponse
- func (o *PaginatedWatchListCreateResponse) GetCount() string
- func (o *PaginatedWatchListCreateResponse) GetCountOk() (*string, bool)
- func (o *PaginatedWatchListCreateResponse) GetNext() string
- func (o *PaginatedWatchListCreateResponse) GetNextOk() (*string, bool)
- func (o *PaginatedWatchListCreateResponse) GetPrevious() string
- func (o *PaginatedWatchListCreateResponse) GetPreviousOk() (*string, bool)
- func (o *PaginatedWatchListCreateResponse) GetResults() []WatchListCreateResponse
- func (o *PaginatedWatchListCreateResponse) GetResultsOk() ([]WatchListCreateResponse, bool)
- func (o *PaginatedWatchListCreateResponse) HasCount() bool
- func (o *PaginatedWatchListCreateResponse) HasNext() bool
- func (o *PaginatedWatchListCreateResponse) HasPrevious() bool
- func (o *PaginatedWatchListCreateResponse) HasResults() bool
- func (o PaginatedWatchListCreateResponse) MarshalJSON() ([]byte, error)
- func (o *PaginatedWatchListCreateResponse) SetCount(v string)
- func (o *PaginatedWatchListCreateResponse) SetNext(v string)
- func (o *PaginatedWatchListCreateResponse) SetPrevious(v string)
- func (o *PaginatedWatchListCreateResponse) SetResults(v []WatchListCreateResponse)
- func (o PaginatedWatchListCreateResponse) ToMap() (map[string]interface{}, error)
- type PaginatedWatchListsData
- func (o *PaginatedWatchListsData) GetCount() string
- func (o *PaginatedWatchListsData) GetCountOk() (*string, bool)
- func (o *PaginatedWatchListsData) GetNext() string
- func (o *PaginatedWatchListsData) GetNextOk() (*string, bool)
- func (o *PaginatedWatchListsData) GetPrevious() string
- func (o *PaginatedWatchListsData) GetPreviousOk() (*string, bool)
- func (o *PaginatedWatchListsData) GetResults() []WatchListsData
- func (o *PaginatedWatchListsData) GetResultsOk() ([]WatchListsData, bool)
- func (o *PaginatedWatchListsData) HasCount() bool
- func (o *PaginatedWatchListsData) HasNext() bool
- func (o *PaginatedWatchListsData) HasPrevious() bool
- func (o *PaginatedWatchListsData) HasResults() bool
- func (o PaginatedWatchListsData) MarshalJSON() ([]byte, error)
- func (o *PaginatedWatchListsData) SetCount(v string)
- func (o *PaginatedWatchListsData) SetNext(v string)
- func (o *PaginatedWatchListsData) SetPrevious(v string)
- func (o *PaginatedWatchListsData) SetResults(v []WatchListsData)
- func (o PaginatedWatchListsData) ToMap() (map[string]interface{}, error)
- type Portfolio
- func (o *Portfolio) GetAccount() string
- func (o *Portfolio) GetAccountOk() (*string, bool)
- func (o *Portfolio) GetAdjustedEquityPreviousClose() string
- func (o *Portfolio) GetAdjustedEquityPreviousCloseOk() (*string, bool)
- func (o *Portfolio) GetEquity() string
- func (o *Portfolio) GetEquityOk() (*string, bool)
- func (o *Portfolio) GetEquityPreviousClose() string
- func (o *Portfolio) GetEquityPreviousCloseOk() (*string, bool)
- func (o *Portfolio) GetExcessMaintenance() string
- func (o *Portfolio) GetExcessMaintenanceOk() (*string, bool)
- func (o *Portfolio) GetExcessMaintenanceWithUnclearedDeposits() string
- func (o *Portfolio) GetExcessMaintenanceWithUnclearedDepositsOk() (*string, bool)
- func (o *Portfolio) GetExcessMargin() string
- func (o *Portfolio) GetExcessMarginOk() (*string, bool)
- func (o *Portfolio) GetExcessMarginWithUnclearedDeposits() string
- func (o *Portfolio) GetExcessMarginWithUnclearedDepositsOk() (*string, bool)
- func (o *Portfolio) GetExtendedHoursEquity() string
- func (o *Portfolio) GetExtendedHoursEquityOk() (*string, bool)
- func (o *Portfolio) GetExtendedHoursMarketValue() string
- func (o *Portfolio) GetExtendedHoursMarketValueOk() (*string, bool)
- func (o *Portfolio) GetLastCoreEquity() string
- func (o *Portfolio) GetLastCoreEquityOk() (*string, bool)
- func (o *Portfolio) GetLastCoreMarketValue() string
- func (o *Portfolio) GetLastCoreMarketValueOk() (*string, bool)
- func (o *Portfolio) GetMarketValue() string
- func (o *Portfolio) GetMarketValueOk() (*string, bool)
- func (o *Portfolio) GetStartDate() string
- func (o *Portfolio) GetStartDateOk() (*string, bool)
- func (o *Portfolio) GetUnwithdrawableDeposits() string
- func (o *Portfolio) GetUnwithdrawableDepositsOk() (*string, bool)
- func (o *Portfolio) GetUnwithdrawableGrants() string
- func (o *Portfolio) GetUnwithdrawableGrantsOk() (*string, bool)
- func (o *Portfolio) GetUrl() string
- func (o *Portfolio) GetUrlOk() (*string, bool)
- func (o *Portfolio) GetWithdrawableAmount() string
- func (o *Portfolio) GetWithdrawableAmountOk() (*string, bool)
- func (o *Portfolio) HasAccount() bool
- func (o *Portfolio) HasAdjustedEquityPreviousClose() bool
- func (o *Portfolio) HasEquity() bool
- func (o *Portfolio) HasEquityPreviousClose() bool
- func (o *Portfolio) HasExcessMaintenance() bool
- func (o *Portfolio) HasExcessMaintenanceWithUnclearedDeposits() bool
- func (o *Portfolio) HasExcessMargin() bool
- func (o *Portfolio) HasExcessMarginWithUnclearedDeposits() bool
- func (o *Portfolio) HasExtendedHoursEquity() bool
- func (o *Portfolio) HasExtendedHoursMarketValue() bool
- func (o *Portfolio) HasLastCoreEquity() bool
- func (o *Portfolio) HasLastCoreMarketValue() bool
- func (o *Portfolio) HasMarketValue() bool
- func (o *Portfolio) HasStartDate() bool
- func (o *Portfolio) HasUnwithdrawableDeposits() bool
- func (o *Portfolio) HasUnwithdrawableGrants() bool
- func (o *Portfolio) HasUrl() bool
- func (o *Portfolio) HasWithdrawableAmount() bool
- func (o Portfolio) MarshalJSON() ([]byte, error)
- func (o *Portfolio) SetAccount(v string)
- func (o *Portfolio) SetAdjustedEquityPreviousClose(v string)
- func (o *Portfolio) SetEquity(v string)
- func (o *Portfolio) SetEquityPreviousClose(v string)
- func (o *Portfolio) SetExcessMaintenance(v string)
- func (o *Portfolio) SetExcessMaintenanceWithUnclearedDeposits(v string)
- func (o *Portfolio) SetExcessMargin(v string)
- func (o *Portfolio) SetExcessMarginWithUnclearedDeposits(v string)
- func (o *Portfolio) SetExtendedHoursEquity(v string)
- func (o *Portfolio) SetExtendedHoursMarketValue(v string)
- func (o *Portfolio) SetLastCoreEquity(v string)
- func (o *Portfolio) SetLastCoreMarketValue(v string)
- func (o *Portfolio) SetMarketValue(v string)
- func (o *Portfolio) SetStartDate(v string)
- func (o *Portfolio) SetUnwithdrawableDeposits(v string)
- func (o *Portfolio) SetUnwithdrawableGrants(v string)
- func (o *Portfolio) SetUrl(v string)
- func (o *Portfolio) SetWithdrawableAmount(v string)
- func (o Portfolio) ToMap() (map[string]interface{}, error)
- type Position
- func (o *Position) GetAccount() string
- func (o *Position) GetAccountOk() (*string, bool)
- func (o *Position) GetAverageBuyPrice() string
- func (o *Position) GetAverageBuyPriceOk() (*string, bool)
- func (o *Position) GetCreatedAt() time.Time
- func (o *Position) GetCreatedAtOk() (*time.Time, bool)
- func (o *Position) GetInstrument() string
- func (o *Position) GetInstrumentOk() (*string, bool)
- func (o *Position) GetIntradayAverageBuyPrice() string
- func (o *Position) GetIntradayAverageBuyPriceOk() (*string, bool)
- func (o *Position) GetIntradayQuantity() string
- func (o *Position) GetIntradayQuantityOk() (*string, bool)
- func (o *Position) GetQuantity() string
- func (o *Position) GetQuantityOk() (*string, bool)
- func (o *Position) GetSharesHeldForBuys() string
- func (o *Position) GetSharesHeldForBuysOk() (*string, bool)
- func (o *Position) GetSharesHeldForSells() string
- func (o *Position) GetSharesHeldForSellsOk() (*string, bool)
- func (o *Position) GetSharesHeldForStockGrants() string
- func (o *Position) GetSharesHeldForStockGrantsOk() (*string, bool)
- func (o *Position) GetUpdatedAt() time.Time
- func (o *Position) GetUpdatedAtOk() (*time.Time, bool)
- func (o *Position) GetUrl() string
- func (o *Position) GetUrlOk() (*string, bool)
- func (o *Position) HasAccount() bool
- func (o *Position) HasAverageBuyPrice() bool
- func (o *Position) HasCreatedAt() bool
- func (o *Position) HasInstrument() bool
- func (o *Position) HasIntradayAverageBuyPrice() bool
- func (o *Position) HasIntradayQuantity() bool
- func (o *Position) HasQuantity() bool
- func (o *Position) HasSharesHeldForBuys() bool
- func (o *Position) HasSharesHeldForSells() bool
- func (o *Position) HasSharesHeldForStockGrants() bool
- func (o *Position) HasUpdatedAt() bool
- func (o *Position) HasUrl() bool
- func (o Position) MarshalJSON() ([]byte, error)
- func (o *Position) SetAccount(v string)
- func (o *Position) SetAverageBuyPrice(v string)
- func (o *Position) SetCreatedAt(v time.Time)
- func (o *Position) SetInstrument(v string)
- func (o *Position) SetIntradayAverageBuyPrice(v string)
- func (o *Position) SetIntradayQuantity(v string)
- func (o *Position) SetQuantity(v string)
- func (o *Position) SetSharesHeldForBuys(v string)
- func (o *Position) SetSharesHeldForSells(v string)
- func (o *Position) SetSharesHeldForStockGrants(v string)
- func (o *Position) SetUpdatedAt(v time.Time)
- func (o *Position) SetUrl(v string)
- func (o Position) ToMap() (map[string]interface{}, error)
- type PositionEffect
- type Quote
- func (o *Quote) GetAdjustedPreviousClose() string
- func (o *Quote) GetAdjustedPreviousCloseOk() (*string, bool)
- func (o *Quote) GetAskPrice() string
- func (o *Quote) GetAskPriceOk() (*string, bool)
- func (o *Quote) GetAskSize() int32
- func (o *Quote) GetAskSizeOk() (*int32, bool)
- func (o *Quote) GetBidPrice() string
- func (o *Quote) GetBidPriceOk() (*string, bool)
- func (o *Quote) GetBidSize() int32
- func (o *Quote) GetBidSizeOk() (*int32, bool)
- func (o *Quote) GetLastExtendedHoursTradePrice() string
- func (o *Quote) GetLastExtendedHoursTradePriceOk() (*string, bool)
- func (o *Quote) GetLastTradePrice() string
- func (o *Quote) GetLastTradePriceOk() (*string, bool)
- func (o *Quote) GetPreviousClose() string
- func (o *Quote) GetPreviousCloseDate() string
- func (o *Quote) GetPreviousCloseDateOk() (*string, bool)
- func (o *Quote) GetPreviousCloseOk() (*string, bool)
- func (o *Quote) GetSymbol() string
- func (o *Quote) GetSymbolOk() (*string, bool)
- func (o *Quote) GetTradingHalted() bool
- func (o *Quote) GetTradingHaltedOk() (*bool, bool)
- func (o *Quote) GetUpdatedAt() string
- func (o *Quote) GetUpdatedAtOk() (*string, bool)
- func (o *Quote) HasAdjustedPreviousClose() bool
- func (o *Quote) HasAskPrice() bool
- func (o *Quote) HasAskSize() bool
- func (o *Quote) HasBidPrice() bool
- func (o *Quote) HasBidSize() bool
- func (o *Quote) HasLastExtendedHoursTradePrice() bool
- func (o *Quote) HasLastTradePrice() bool
- func (o *Quote) HasPreviousClose() bool
- func (o *Quote) HasPreviousCloseDate() bool
- func (o *Quote) HasSymbol() bool
- func (o *Quote) HasTradingHalted() bool
- func (o *Quote) HasUpdatedAt() bool
- func (o Quote) MarshalJSON() ([]byte, error)
- func (o *Quote) SetAdjustedPreviousClose(v string)
- func (o *Quote) SetAskPrice(v string)
- func (o *Quote) SetAskSize(v int32)
- func (o *Quote) SetBidPrice(v string)
- func (o *Quote) SetBidSize(v int32)
- func (o *Quote) SetLastExtendedHoursTradePrice(v string)
- func (o *Quote) SetLastTradePrice(v string)
- func (o *Quote) SetPreviousClose(v string)
- func (o *Quote) SetPreviousCloseDate(v string)
- func (o *Quote) SetSymbol(v string)
- func (o *Quote) SetTradingHalted(v bool)
- func (o *Quote) SetUpdatedAt(v string)
- func (o Quote) ToMap() (map[string]interface{}, error)
- type QuoteCurrency
- func (o *QuoteCurrency) GetCode() string
- func (o *QuoteCurrency) GetCodeOk() (*string, bool)
- func (o *QuoteCurrency) GetId() string
- func (o *QuoteCurrency) GetIdOk() (*string, bool)
- func (o *QuoteCurrency) GetIncrement() string
- func (o *QuoteCurrency) GetIncrementOk() (*string, bool)
- func (o *QuoteCurrency) GetName() string
- func (o *QuoteCurrency) GetNameOk() (*string, bool)
- func (o *QuoteCurrency) GetType() string
- func (o *QuoteCurrency) GetTypeOk() (*string, bool)
- func (o *QuoteCurrency) HasCode() bool
- func (o *QuoteCurrency) HasId() bool
- func (o *QuoteCurrency) HasIncrement() bool
- func (o *QuoteCurrency) HasName() bool
- func (o *QuoteCurrency) HasType() bool
- func (o QuoteCurrency) MarshalJSON() ([]byte, error)
- func (o *QuoteCurrency) SetCode(v string)
- func (o *QuoteCurrency) SetId(v string)
- func (o *QuoteCurrency) SetIncrement(v string)
- func (o *QuoteCurrency) SetName(v string)
- func (o *QuoteCurrency) SetType(v string)
- func (o QuoteCurrency) ToMap() (map[string]interface{}, error)
- type QuoteData
- func (o *QuoteData) GetAdjustedPreviousClose() string
- func (o *QuoteData) GetAdjustedPreviousCloseOk() (*string, bool)
- func (o *QuoteData) GetAskPrice() string
- func (o *QuoteData) GetAskPriceOk() (*string, bool)
- func (o *QuoteData) GetAskSize() string
- func (o *QuoteData) GetAskSizeOk() (*string, bool)
- func (o *QuoteData) GetBidPrice() string
- func (o *QuoteData) GetBidPriceOk() (*string, bool)
- func (o *QuoteData) GetBidSize() string
- func (o *QuoteData) GetBidSizeOk() (*string, bool)
- func (o *QuoteData) GetLastExtendedHoursTradePrice() string
- func (o *QuoteData) GetLastExtendedHoursTradePriceOk() (*string, bool)
- func (o *QuoteData) GetLastTradePrice() string
- func (o *QuoteData) GetLastTradePriceOk() (*string, bool)
- func (o *QuoteData) GetPreviousClose() string
- func (o *QuoteData) GetPreviousCloseDate() string
- func (o *QuoteData) GetPreviousCloseDateOk() (*string, bool)
- func (o *QuoteData) GetPreviousCloseOk() (*string, bool)
- func (o *QuoteData) GetSymbol() string
- func (o *QuoteData) GetSymbolOk() (*string, bool)
- func (o *QuoteData) GetTradingHalted() bool
- func (o *QuoteData) GetTradingHaltedOk() (*bool, bool)
- func (o *QuoteData) GetUpdatedAt() time.Time
- func (o *QuoteData) GetUpdatedAtOk() (*time.Time, bool)
- func (o *QuoteData) HasAdjustedPreviousClose() bool
- func (o *QuoteData) HasAskPrice() bool
- func (o *QuoteData) HasAskSize() bool
- func (o *QuoteData) HasBidPrice() bool
- func (o *QuoteData) HasBidSize() bool
- func (o *QuoteData) HasLastExtendedHoursTradePrice() bool
- func (o *QuoteData) HasLastTradePrice() bool
- func (o *QuoteData) HasPreviousClose() bool
- func (o *QuoteData) HasPreviousCloseDate() bool
- func (o *QuoteData) HasSymbol() bool
- func (o *QuoteData) HasTradingHalted() bool
- func (o *QuoteData) HasUpdatedAt() bool
- func (o QuoteData) MarshalJSON() ([]byte, error)
- func (o *QuoteData) SetAdjustedPreviousClose(v string)
- func (o *QuoteData) SetAskPrice(v string)
- func (o *QuoteData) SetAskSize(v string)
- func (o *QuoteData) SetBidPrice(v string)
- func (o *QuoteData) SetBidSize(v string)
- func (o *QuoteData) SetLastExtendedHoursTradePrice(v string)
- func (o *QuoteData) SetLastTradePrice(v string)
- func (o *QuoteData) SetPreviousClose(v string)
- func (o *QuoteData) SetPreviousCloseDate(v string)
- func (o *QuoteData) SetSymbol(v string)
- func (o *QuoteData) SetTradingHalted(v bool)
- func (o *QuoteData) SetUpdatedAt(v time.Time)
- func (o QuoteData) ToMap() (map[string]interface{}, error)
- type RiskTolerance
- type Side
- type SourceOfFunds
- type TaxBracket
- type TimeHorizon
- type TimeInForce
- type TotalNetWorth
- type Transaction
- type Trigger
- type UnderlyingInstrument
- func (o *UnderlyingInstrument) GetId() string
- func (o *UnderlyingInstrument) GetIdOk() (*string, bool)
- func (o *UnderlyingInstrument) GetInstrument() string
- func (o *UnderlyingInstrument) GetInstrumentOk() (*string, bool)
- func (o *UnderlyingInstrument) GetQuantity() float32
- func (o *UnderlyingInstrument) GetQuantityOk() (*float32, bool)
- func (o *UnderlyingInstrument) HasId() bool
- func (o *UnderlyingInstrument) HasInstrument() bool
- func (o *UnderlyingInstrument) HasQuantity() bool
- func (o UnderlyingInstrument) MarshalJSON() ([]byte, error)
- func (o *UnderlyingInstrument) SetId(v string)
- func (o *UnderlyingInstrument) SetInstrument(v string)
- func (o *UnderlyingInstrument) SetQuantity(v float32)
- func (o UnderlyingInstrument) ToMap() (map[string]interface{}, error)
- type UserId
- func (o *UserId) GetId() string
- func (o *UserId) GetIdOk() (*string, bool)
- func (o *UserId) GetUrl() string
- func (o *UserId) GetUrlOk() (*string, bool)
- func (o *UserId) GetUsername() string
- func (o *UserId) GetUsernameOk() (*string, bool)
- func (o *UserId) HasId() bool
- func (o *UserId) HasUrl() bool
- func (o *UserId) HasUsername() bool
- func (o UserId) MarshalJSON() ([]byte, error)
- func (o *UserId) SetId(v string)
- func (o *UserId) SetUrl(v string)
- func (o *UserId) SetUsername(v string)
- func (o UserId) ToMap() (map[string]interface{}, error)
- type UserInfo
- func (o *UserInfo) GetAdditionalInfo() string
- func (o *UserInfo) GetAdditionalInfoOk() (*string, bool)
- func (o *UserInfo) GetBasicInfo() string
- func (o *UserInfo) GetBasicInfoOk() (*string, bool)
- func (o *UserInfo) GetEmail() string
- func (o *UserInfo) GetEmailOk() (*string, bool)
- func (o *UserInfo) GetEmployment() string
- func (o *UserInfo) GetEmploymentOk() (*string, bool)
- func (o *UserInfo) GetFirstName() string
- func (o *UserInfo) GetFirstNameOk() (*string, bool)
- func (o *UserInfo) GetId() string
- func (o *UserInfo) GetIdInfo() string
- func (o *UserInfo) GetIdInfoOk() (*string, bool)
- func (o *UserInfo) GetIdOk() (*string, bool)
- func (o *UserInfo) GetInternationalInfo() string
- func (o *UserInfo) GetInternationalInfoOk() (*string, bool)
- func (o *UserInfo) GetInvestmentProfile() string
- func (o *UserInfo) GetInvestmentProfileOk() (*string, bool)
- func (o *UserInfo) GetLastName() string
- func (o *UserInfo) GetLastNameOk() (*string, bool)
- func (o *UserInfo) GetUrl() string
- func (o *UserInfo) GetUrlOk() (*string, bool)
- func (o *UserInfo) GetUsername() string
- func (o *UserInfo) GetUsernameOk() (*string, bool)
- func (o *UserInfo) HasAdditionalInfo() bool
- func (o *UserInfo) HasBasicInfo() bool
- func (o *UserInfo) HasEmail() bool
- func (o *UserInfo) HasEmployment() bool
- func (o *UserInfo) HasFirstName() bool
- func (o *UserInfo) HasId() bool
- func (o *UserInfo) HasIdInfo() bool
- func (o *UserInfo) HasInternationalInfo() bool
- func (o *UserInfo) HasInvestmentProfile() bool
- func (o *UserInfo) HasLastName() bool
- func (o *UserInfo) HasUrl() bool
- func (o *UserInfo) HasUsername() bool
- func (o UserInfo) MarshalJSON() ([]byte, error)
- func (o *UserInfo) SetAdditionalInfo(v string)
- func (o *UserInfo) SetBasicInfo(v string)
- func (o *UserInfo) SetEmail(v string)
- func (o *UserInfo) SetEmployment(v string)
- func (o *UserInfo) SetFirstName(v string)
- func (o *UserInfo) SetId(v string)
- func (o *UserInfo) SetIdInfo(v string)
- func (o *UserInfo) SetInternationalInfo(v string)
- func (o *UserInfo) SetInvestmentProfile(v string)
- func (o *UserInfo) SetLastName(v string)
- func (o *UserInfo) SetUrl(v string)
- func (o *UserInfo) SetUsername(v string)
- func (o UserInfo) ToMap() (map[string]interface{}, error)
- type WatchListCreateResponse
- func (o *WatchListCreateResponse) GetName() string
- func (o *WatchListCreateResponse) GetNameOk() (*string, bool)
- func (o *WatchListCreateResponse) GetUrl() string
- func (o *WatchListCreateResponse) GetUrlOk() (*string, bool)
- func (o *WatchListCreateResponse) GetUser() string
- func (o *WatchListCreateResponse) GetUserOk() (*string, bool)
- func (o *WatchListCreateResponse) HasName() bool
- func (o *WatchListCreateResponse) HasUrl() bool
- func (o *WatchListCreateResponse) HasUser() bool
- func (o WatchListCreateResponse) MarshalJSON() ([]byte, error)
- func (o *WatchListCreateResponse) SetName(v string)
- func (o *WatchListCreateResponse) SetUrl(v string)
- func (o *WatchListCreateResponse) SetUser(v string)
- func (o WatchListCreateResponse) ToMap() (map[string]interface{}, error)
- type WatchListsData
- func (o *WatchListsData) GetCreatedAt() string
- func (o *WatchListsData) GetCreatedAtOk() (*string, bool)
- func (o *WatchListsData) GetInstrument() string
- func (o *WatchListsData) GetInstrumentOk() (*string, bool)
- func (o *WatchListsData) GetUrl() string
- func (o *WatchListsData) GetUrlOk() (*string, bool)
- func (o *WatchListsData) GetWatchlist() string
- func (o *WatchListsData) GetWatchlistOk() (*string, bool)
- func (o *WatchListsData) HasCreatedAt() bool
- func (o *WatchListsData) HasInstrument() bool
- func (o *WatchListsData) HasUrl() bool
- func (o *WatchListsData) HasWatchlist() bool
- func (o WatchListsData) MarshalJSON() ([]byte, error)
- func (o *WatchListsData) SetCreatedAt(v string)
- func (o *WatchListsData) SetInstrument(v string)
- func (o *WatchListsData) SetUrl(v string)
- func (o *WatchListsData) SetWatchlist(v string)
- func (o WatchListsData) ToMap() (map[string]interface{}, error)
- type Watchlist
- func (o *Watchlist) GetName() string
- func (o *Watchlist) GetNameOk() (*string, bool)
- func (o *Watchlist) GetUrl() string
- func (o *Watchlist) GetUrlOk() (*string, bool)
- func (o *Watchlist) GetUser() string
- func (o *Watchlist) GetUserOk() (*string, bool)
- func (o *Watchlist) HasName() bool
- func (o *Watchlist) HasUrl() bool
- func (o *Watchlist) HasUser() bool
- func (o Watchlist) MarshalJSON() ([]byte, error)
- func (o *Watchlist) SetName(v string)
- func (o *Watchlist) SetUrl(v string)
- func (o *Watchlist) SetUser(v string)
- func (o Watchlist) ToMap() (map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
var AllowedAccountTypeEnumValues = []AccountType{
"cash",
"margin",
}
All allowed values of AccountType enum
var AllowedDirectionEnumValues = []Direction{
"debit",
"credit",
}
All allowed values of Direction enum
var AllowedExecutionTypeEnumValues = []ExecutionType{
"market",
"limit",
}
All allowed values of ExecutionType enum
var AllowedInstrumentStateEnumValues = []InstrumentState{
"active",
"inactive",
}
All allowed values of InstrumentState enum
var AllowedInvestmentExperienceEnumValues = []InvestmentExperience{
"extensive_investment_exp",
"good_investment_exp",
"limited_investment_exp",
"no_investment_exp",
}
All allowed values of InvestmentExperience enum
var AllowedInvestmentObjectiveEnumValues = []InvestmentObjective{
"cap_preserve_invest_obj",
"income_invest_obj",
"growth_invest_obj",
"speculation_invest_obj",
"other_invest_obj",
}
All allowed values of InvestmentObjective enum
var AllowedLiquidityNeedsEnumValues = []LiquidityNeeds{
"not_important_liq_need",
"somewhat_important_liq_need",
"very_important_liq_need",
}
All allowed values of LiquidityNeeds enum
var AllowedMaritalStatusEnumValues = []MaritalStatus{
"single",
"married",
}
All allowed values of MaritalStatus enum
var AllowedOpenCloseStrategyEnumValues = []OpenCloseStrategy{
"short_put",
"short_call",
"long_call",
"long_put",
"long_call_spread",
"long_put_spread",
"short_put_spread",
"short_call_spread",
"short_put_ladder",
"short_call_ladder",
}
All allowed values of OpenCloseStrategy enum
var AllowedOrderActionEnumValues = []OrderAction{
"order",
"status",
"cancel",
"history",
}
All allowed values of OrderAction enum
var AllowedOrderStateEnumValues = []OrderState{
"queued",
"unconfirmed",
"confirmed",
"partially_filled",
"filled",
"rejected",
"cancelled",
"failed",
}
All allowed values of OrderState enum
var AllowedPositionEffectEnumValues = []PositionEffect{
"open",
"close",
}
All allowed values of PositionEffect enum
var AllowedRiskToleranceEnumValues = []RiskTolerance{
"low_risk_tolerance",
"med_risk_tolerance",
"high_risk_tolerance",
}
All allowed values of RiskTolerance enum
var AllowedSideEnumValues = []Side{
"buy",
"sell",
}
All allowed values of Side enum
var AllowedSourceOfFundsEnumValues = []SourceOfFunds{
"savings_personal_income",
"pension_retirement",
"insurance_payout",
"inheritance",
"gift",
"sale_business_or_property",
"other",
}
All allowed values of SourceOfFunds enum
var AllowedTaxBracketEnumValues = []TaxBracket{
"0_pct",
"20_pct",
"25_pct",
"28_pct",
"33_pct",
"35_pct",
"39_6_pct",
}
All allowed values of TaxBracket enum
var AllowedTimeHorizonEnumValues = []TimeHorizon{
"short_time_horizon",
"med_time_horizon",
"long_time_horizon",
}
All allowed values of TimeHorizon enum
var AllowedTimeInForceEnumValues = []TimeInForce{
"gfd",
"gtc",
"ioc",
"opg",
}
All allowed values of TimeInForce enum
var AllowedTotalNetWorthEnumValues = []TotalNetWorth{
"0_24999",
"25000_49999",
"50000_64999",
"65000_99999",
"100000_149999",
"150000_199999",
"250000_499999",
"500000_999999",
"1000000_inf",
}
All allowed values of TotalNetWorth enum
var AllowedTriggerEnumValues = []Trigger{
"immediate",
"stop",
}
All allowed values of Trigger enum
Functions ¶
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type Account ¶
type Account struct { Option *string `json:"option,omitempty"` PositionEffect *string `json:"position_effect,omitempty"` RatioQuantity *string `json:"ratio_quantity,omitempty"` Side *string `json:"side,omitempty"` }
Account struct for Account
func NewAccount ¶
func NewAccount() *Account
NewAccount instantiates a new Account 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 NewAccountWithDefaults ¶
func NewAccountWithDefaults() *Account
NewAccountWithDefaults instantiates a new Account 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 (*Account) GetOptionOk ¶
GetOptionOk returns a tuple with the Option field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Account) GetPositionEffect ¶
GetPositionEffect returns the PositionEffect field value if set, zero value otherwise.
func (*Account) GetPositionEffectOk ¶
GetPositionEffectOk returns a tuple with the PositionEffect field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Account) GetRatioQuantity ¶
GetRatioQuantity returns the RatioQuantity field value if set, zero value otherwise.
func (*Account) GetRatioQuantityOk ¶
GetRatioQuantityOk returns a tuple with the RatioQuantity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Account) GetSideOk ¶
GetSideOk returns a tuple with the Side field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Account) HasPositionEffect ¶
HasPositionEffect returns a boolean if a field has been set.
func (*Account) HasRatioQuantity ¶
HasRatioQuantity returns a boolean if a field has been set.
func (Account) MarshalJSON ¶
func (*Account) SetOption ¶
SetOption gets a reference to the given string and assigns it to the Option field.
func (*Account) SetPositionEffect ¶
SetPositionEffect gets a reference to the given string and assigns it to the PositionEffect field.
func (*Account) SetRatioQuantity ¶
SetRatioQuantity gets a reference to the given string and assigns it to the RatioQuantity field.
type AccountInfo ¶
type AccountInfo struct { AccountNumber *string `json:"account_number,omitempty"` BuyingPower *string `json:"buying_power,omitempty"` Cash *string `json:"cash,omitempty"` CashAvailableForWithdrawal *string `json:"cash_available_for_withdrawal,omitempty"` CashBalances *CashBalances `json:"cash_balances,omitempty"` CashHeldForOrders *string `json:"cash_held_for_orders,omitempty"` CreatedAt *time.Time `json:"created_at,omitempty"` Deactivated *bool `json:"deactivated,omitempty"` DepositHalted *bool `json:"deposit_halted,omitempty"` MarginBalances *MarginBalances `json:"margin_balances,omitempty"` MaxAchEarlyAccessAmount *string `json:"max_ach_early_access_amount,omitempty"` OnlyPositionClosingTrades *bool `json:"only_position_closing_trades,omitempty"` Portfolio *string `json:"portfolio,omitempty"` Positions *string `json:"positions,omitempty"` Sma *string `json:"sma,omitempty"` SmaHeldForOrders *string `json:"sma_held_for_orders,omitempty"` SweepEnabled *bool `json:"sweep_enabled,omitempty"` Type *AccountType `json:"type,omitempty"` UnclearedDeposits *string `json:"uncleared_deposits,omitempty"` UnsettledFunds *string `json:"unsettled_funds,omitempty"` UpdatedAt *time.Time `json:"updated_at,omitempty"` Url *string `json:"url,omitempty"` User *string `json:"user,omitempty"` WithdrawalHalted *bool `json:"withdrawal_halted,omitempty"` }
AccountInfo struct for AccountInfo
func NewAccountInfo ¶
func NewAccountInfo() *AccountInfo
NewAccountInfo instantiates a new AccountInfo 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 NewAccountInfoWithDefaults ¶
func NewAccountInfoWithDefaults() *AccountInfo
NewAccountInfoWithDefaults instantiates a new AccountInfo 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 (*AccountInfo) GetAccountNumber ¶
func (o *AccountInfo) GetAccountNumber() string
GetAccountNumber returns the AccountNumber field value if set, zero value otherwise.
func (*AccountInfo) GetAccountNumberOk ¶
func (o *AccountInfo) GetAccountNumberOk() (*string, bool)
GetAccountNumberOk returns a tuple with the AccountNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountInfo) GetBuyingPower ¶
func (o *AccountInfo) GetBuyingPower() string
GetBuyingPower returns the BuyingPower field value if set, zero value otherwise.
func (*AccountInfo) GetBuyingPowerOk ¶
func (o *AccountInfo) GetBuyingPowerOk() (*string, bool)
GetBuyingPowerOk returns a tuple with the BuyingPower field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountInfo) GetCash ¶
func (o *AccountInfo) GetCash() string
GetCash returns the Cash field value if set, zero value otherwise.
func (*AccountInfo) GetCashAvailableForWithdrawal ¶
func (o *AccountInfo) GetCashAvailableForWithdrawal() string
GetCashAvailableForWithdrawal returns the CashAvailableForWithdrawal field value if set, zero value otherwise.
func (*AccountInfo) GetCashAvailableForWithdrawalOk ¶
func (o *AccountInfo) GetCashAvailableForWithdrawalOk() (*string, bool)
GetCashAvailableForWithdrawalOk returns a tuple with the CashAvailableForWithdrawal field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountInfo) GetCashBalances ¶
func (o *AccountInfo) GetCashBalances() CashBalances
GetCashBalances returns the CashBalances field value if set, zero value otherwise.
func (*AccountInfo) GetCashBalancesOk ¶
func (o *AccountInfo) GetCashBalancesOk() (*CashBalances, bool)
GetCashBalancesOk returns a tuple with the CashBalances field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountInfo) GetCashHeldForOrders ¶
func (o *AccountInfo) GetCashHeldForOrders() string
GetCashHeldForOrders returns the CashHeldForOrders field value if set, zero value otherwise.
func (*AccountInfo) GetCashHeldForOrdersOk ¶
func (o *AccountInfo) GetCashHeldForOrdersOk() (*string, bool)
GetCashHeldForOrdersOk returns a tuple with the CashHeldForOrders field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountInfo) GetCashOk ¶
func (o *AccountInfo) GetCashOk() (*string, bool)
GetCashOk returns a tuple with the Cash field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountInfo) GetCreatedAt ¶
func (o *AccountInfo) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*AccountInfo) GetCreatedAtOk ¶
func (o *AccountInfo) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountInfo) GetDeactivated ¶
func (o *AccountInfo) GetDeactivated() bool
GetDeactivated returns the Deactivated field value if set, zero value otherwise.
func (*AccountInfo) GetDeactivatedOk ¶
func (o *AccountInfo) GetDeactivatedOk() (*bool, bool)
GetDeactivatedOk returns a tuple with the Deactivated field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountInfo) GetDepositHalted ¶
func (o *AccountInfo) GetDepositHalted() bool
GetDepositHalted returns the DepositHalted field value if set, zero value otherwise.
func (*AccountInfo) GetDepositHaltedOk ¶
func (o *AccountInfo) GetDepositHaltedOk() (*bool, bool)
GetDepositHaltedOk returns a tuple with the DepositHalted field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountInfo) GetMarginBalances ¶
func (o *AccountInfo) GetMarginBalances() MarginBalances
GetMarginBalances returns the MarginBalances field value if set, zero value otherwise.
func (*AccountInfo) GetMarginBalancesOk ¶
func (o *AccountInfo) GetMarginBalancesOk() (*MarginBalances, bool)
GetMarginBalancesOk returns a tuple with the MarginBalances field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountInfo) GetMaxAchEarlyAccessAmount ¶
func (o *AccountInfo) GetMaxAchEarlyAccessAmount() string
GetMaxAchEarlyAccessAmount returns the MaxAchEarlyAccessAmount field value if set, zero value otherwise.
func (*AccountInfo) GetMaxAchEarlyAccessAmountOk ¶
func (o *AccountInfo) GetMaxAchEarlyAccessAmountOk() (*string, bool)
GetMaxAchEarlyAccessAmountOk returns a tuple with the MaxAchEarlyAccessAmount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountInfo) GetOnlyPositionClosingTrades ¶
func (o *AccountInfo) GetOnlyPositionClosingTrades() bool
GetOnlyPositionClosingTrades returns the OnlyPositionClosingTrades field value if set, zero value otherwise.
func (*AccountInfo) GetOnlyPositionClosingTradesOk ¶
func (o *AccountInfo) GetOnlyPositionClosingTradesOk() (*bool, bool)
GetOnlyPositionClosingTradesOk returns a tuple with the OnlyPositionClosingTrades field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountInfo) GetPortfolio ¶
func (o *AccountInfo) GetPortfolio() string
GetPortfolio returns the Portfolio field value if set, zero value otherwise.
func (*AccountInfo) GetPortfolioOk ¶
func (o *AccountInfo) GetPortfolioOk() (*string, bool)
GetPortfolioOk returns a tuple with the Portfolio field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountInfo) GetPositions ¶
func (o *AccountInfo) GetPositions() string
GetPositions returns the Positions field value if set, zero value otherwise.
func (*AccountInfo) GetPositionsOk ¶
func (o *AccountInfo) GetPositionsOk() (*string, bool)
GetPositionsOk returns a tuple with the Positions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountInfo) GetSma ¶
func (o *AccountInfo) GetSma() string
GetSma returns the Sma field value if set, zero value otherwise.
func (*AccountInfo) GetSmaHeldForOrders ¶
func (o *AccountInfo) GetSmaHeldForOrders() string
GetSmaHeldForOrders returns the SmaHeldForOrders field value if set, zero value otherwise.
func (*AccountInfo) GetSmaHeldForOrdersOk ¶
func (o *AccountInfo) GetSmaHeldForOrdersOk() (*string, bool)
GetSmaHeldForOrdersOk returns a tuple with the SmaHeldForOrders field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountInfo) GetSmaOk ¶
func (o *AccountInfo) GetSmaOk() (*string, bool)
GetSmaOk returns a tuple with the Sma field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountInfo) GetSweepEnabled ¶
func (o *AccountInfo) GetSweepEnabled() bool
GetSweepEnabled returns the SweepEnabled field value if set, zero value otherwise.
func (*AccountInfo) GetSweepEnabledOk ¶
func (o *AccountInfo) GetSweepEnabledOk() (*bool, bool)
GetSweepEnabledOk returns a tuple with the SweepEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountInfo) GetType ¶
func (o *AccountInfo) GetType() AccountType
GetType returns the Type field value if set, zero value otherwise.
func (*AccountInfo) GetTypeOk ¶
func (o *AccountInfo) GetTypeOk() (*AccountType, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountInfo) GetUnclearedDeposits ¶
func (o *AccountInfo) GetUnclearedDeposits() string
GetUnclearedDeposits returns the UnclearedDeposits field value if set, zero value otherwise.
func (*AccountInfo) GetUnclearedDepositsOk ¶
func (o *AccountInfo) GetUnclearedDepositsOk() (*string, bool)
GetUnclearedDepositsOk returns a tuple with the UnclearedDeposits field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountInfo) GetUnsettledFunds ¶
func (o *AccountInfo) GetUnsettledFunds() string
GetUnsettledFunds returns the UnsettledFunds field value if set, zero value otherwise.
func (*AccountInfo) GetUnsettledFundsOk ¶
func (o *AccountInfo) GetUnsettledFundsOk() (*string, bool)
GetUnsettledFundsOk returns a tuple with the UnsettledFunds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountInfo) GetUpdatedAt ¶
func (o *AccountInfo) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*AccountInfo) GetUpdatedAtOk ¶
func (o *AccountInfo) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountInfo) GetUrl ¶
func (o *AccountInfo) GetUrl() string
GetUrl returns the Url field value if set, zero value otherwise.
func (*AccountInfo) GetUrlOk ¶
func (o *AccountInfo) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountInfo) GetUser ¶
func (o *AccountInfo) GetUser() string
GetUser returns the User field value if set, zero value otherwise.
func (*AccountInfo) GetUserOk ¶
func (o *AccountInfo) GetUserOk() (*string, bool)
GetUserOk returns a tuple with the User field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountInfo) GetWithdrawalHalted ¶
func (o *AccountInfo) GetWithdrawalHalted() bool
GetWithdrawalHalted returns the WithdrawalHalted field value if set, zero value otherwise.
func (*AccountInfo) GetWithdrawalHaltedOk ¶
func (o *AccountInfo) GetWithdrawalHaltedOk() (*bool, bool)
GetWithdrawalHaltedOk returns a tuple with the WithdrawalHalted field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountInfo) HasAccountNumber ¶
func (o *AccountInfo) HasAccountNumber() bool
HasAccountNumber returns a boolean if a field has been set.
func (*AccountInfo) HasBuyingPower ¶
func (o *AccountInfo) HasBuyingPower() bool
HasBuyingPower returns a boolean if a field has been set.
func (*AccountInfo) HasCash ¶
func (o *AccountInfo) HasCash() bool
HasCash returns a boolean if a field has been set.
func (*AccountInfo) HasCashAvailableForWithdrawal ¶
func (o *AccountInfo) HasCashAvailableForWithdrawal() bool
HasCashAvailableForWithdrawal returns a boolean if a field has been set.
func (*AccountInfo) HasCashBalances ¶
func (o *AccountInfo) HasCashBalances() bool
HasCashBalances returns a boolean if a field has been set.
func (*AccountInfo) HasCashHeldForOrders ¶
func (o *AccountInfo) HasCashHeldForOrders() bool
HasCashHeldForOrders returns a boolean if a field has been set.
func (*AccountInfo) HasCreatedAt ¶
func (o *AccountInfo) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*AccountInfo) HasDeactivated ¶
func (o *AccountInfo) HasDeactivated() bool
HasDeactivated returns a boolean if a field has been set.
func (*AccountInfo) HasDepositHalted ¶
func (o *AccountInfo) HasDepositHalted() bool
HasDepositHalted returns a boolean if a field has been set.
func (*AccountInfo) HasMarginBalances ¶
func (o *AccountInfo) HasMarginBalances() bool
HasMarginBalances returns a boolean if a field has been set.
func (*AccountInfo) HasMaxAchEarlyAccessAmount ¶
func (o *AccountInfo) HasMaxAchEarlyAccessAmount() bool
HasMaxAchEarlyAccessAmount returns a boolean if a field has been set.
func (*AccountInfo) HasOnlyPositionClosingTrades ¶
func (o *AccountInfo) HasOnlyPositionClosingTrades() bool
HasOnlyPositionClosingTrades returns a boolean if a field has been set.
func (*AccountInfo) HasPortfolio ¶
func (o *AccountInfo) HasPortfolio() bool
HasPortfolio returns a boolean if a field has been set.
func (*AccountInfo) HasPositions ¶
func (o *AccountInfo) HasPositions() bool
HasPositions returns a boolean if a field has been set.
func (*AccountInfo) HasSma ¶
func (o *AccountInfo) HasSma() bool
HasSma returns a boolean if a field has been set.
func (*AccountInfo) HasSmaHeldForOrders ¶
func (o *AccountInfo) HasSmaHeldForOrders() bool
HasSmaHeldForOrders returns a boolean if a field has been set.
func (*AccountInfo) HasSweepEnabled ¶
func (o *AccountInfo) HasSweepEnabled() bool
HasSweepEnabled returns a boolean if a field has been set.
func (*AccountInfo) HasType ¶
func (o *AccountInfo) HasType() bool
HasType returns a boolean if a field has been set.
func (*AccountInfo) HasUnclearedDeposits ¶
func (o *AccountInfo) HasUnclearedDeposits() bool
HasUnclearedDeposits returns a boolean if a field has been set.
func (*AccountInfo) HasUnsettledFunds ¶
func (o *AccountInfo) HasUnsettledFunds() bool
HasUnsettledFunds returns a boolean if a field has been set.
func (*AccountInfo) HasUpdatedAt ¶
func (o *AccountInfo) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (*AccountInfo) HasUrl ¶
func (o *AccountInfo) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (*AccountInfo) HasUser ¶
func (o *AccountInfo) HasUser() bool
HasUser returns a boolean if a field has been set.
func (*AccountInfo) HasWithdrawalHalted ¶
func (o *AccountInfo) HasWithdrawalHalted() bool
HasWithdrawalHalted returns a boolean if a field has been set.
func (AccountInfo) MarshalJSON ¶
func (o AccountInfo) MarshalJSON() ([]byte, error)
func (*AccountInfo) SetAccountNumber ¶
func (o *AccountInfo) SetAccountNumber(v string)
SetAccountNumber gets a reference to the given string and assigns it to the AccountNumber field.
func (*AccountInfo) SetBuyingPower ¶
func (o *AccountInfo) SetBuyingPower(v string)
SetBuyingPower gets a reference to the given string and assigns it to the BuyingPower field.
func (*AccountInfo) SetCash ¶
func (o *AccountInfo) SetCash(v string)
SetCash gets a reference to the given string and assigns it to the Cash field.
func (*AccountInfo) SetCashAvailableForWithdrawal ¶
func (o *AccountInfo) SetCashAvailableForWithdrawal(v string)
SetCashAvailableForWithdrawal gets a reference to the given string and assigns it to the CashAvailableForWithdrawal field.
func (*AccountInfo) SetCashBalances ¶
func (o *AccountInfo) SetCashBalances(v CashBalances)
SetCashBalances gets a reference to the given CashBalances and assigns it to the CashBalances field.
func (*AccountInfo) SetCashHeldForOrders ¶
func (o *AccountInfo) SetCashHeldForOrders(v string)
SetCashHeldForOrders gets a reference to the given string and assigns it to the CashHeldForOrders field.
func (*AccountInfo) SetCreatedAt ¶
func (o *AccountInfo) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*AccountInfo) SetDeactivated ¶
func (o *AccountInfo) SetDeactivated(v bool)
SetDeactivated gets a reference to the given bool and assigns it to the Deactivated field.
func (*AccountInfo) SetDepositHalted ¶
func (o *AccountInfo) SetDepositHalted(v bool)
SetDepositHalted gets a reference to the given bool and assigns it to the DepositHalted field.
func (*AccountInfo) SetMarginBalances ¶
func (o *AccountInfo) SetMarginBalances(v MarginBalances)
SetMarginBalances gets a reference to the given MarginBalances and assigns it to the MarginBalances field.
func (*AccountInfo) SetMaxAchEarlyAccessAmount ¶
func (o *AccountInfo) SetMaxAchEarlyAccessAmount(v string)
SetMaxAchEarlyAccessAmount gets a reference to the given string and assigns it to the MaxAchEarlyAccessAmount field.
func (*AccountInfo) SetOnlyPositionClosingTrades ¶
func (o *AccountInfo) SetOnlyPositionClosingTrades(v bool)
SetOnlyPositionClosingTrades gets a reference to the given bool and assigns it to the OnlyPositionClosingTrades field.
func (*AccountInfo) SetPortfolio ¶
func (o *AccountInfo) SetPortfolio(v string)
SetPortfolio gets a reference to the given string and assigns it to the Portfolio field.
func (*AccountInfo) SetPositions ¶
func (o *AccountInfo) SetPositions(v string)
SetPositions gets a reference to the given string and assigns it to the Positions field.
func (*AccountInfo) SetSma ¶
func (o *AccountInfo) SetSma(v string)
SetSma gets a reference to the given string and assigns it to the Sma field.
func (*AccountInfo) SetSmaHeldForOrders ¶
func (o *AccountInfo) SetSmaHeldForOrders(v string)
SetSmaHeldForOrders gets a reference to the given string and assigns it to the SmaHeldForOrders field.
func (*AccountInfo) SetSweepEnabled ¶
func (o *AccountInfo) SetSweepEnabled(v bool)
SetSweepEnabled gets a reference to the given bool and assigns it to the SweepEnabled field.
func (*AccountInfo) SetType ¶
func (o *AccountInfo) SetType(v AccountType)
SetType gets a reference to the given AccountType and assigns it to the Type field.
func (*AccountInfo) SetUnclearedDeposits ¶
func (o *AccountInfo) SetUnclearedDeposits(v string)
SetUnclearedDeposits gets a reference to the given string and assigns it to the UnclearedDeposits field.
func (*AccountInfo) SetUnsettledFunds ¶
func (o *AccountInfo) SetUnsettledFunds(v string)
SetUnsettledFunds gets a reference to the given string and assigns it to the UnsettledFunds field.
func (*AccountInfo) SetUpdatedAt ¶
func (o *AccountInfo) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (*AccountInfo) SetUrl ¶
func (o *AccountInfo) SetUrl(v string)
SetUrl gets a reference to the given string and assigns it to the Url field.
func (*AccountInfo) SetUser ¶
func (o *AccountInfo) SetUser(v string)
SetUser gets a reference to the given string and assigns it to the User field.
func (*AccountInfo) SetWithdrawalHalted ¶
func (o *AccountInfo) SetWithdrawalHalted(v bool)
SetWithdrawalHalted gets a reference to the given bool and assigns it to the WithdrawalHalted field.
func (AccountInfo) ToMap ¶
func (o AccountInfo) ToMap() (map[string]interface{}, error)
type AccountType ¶
type AccountType string
AccountType the model 'AccountType'
const ( CASH AccountType = "cash" MARGIN AccountType = "margin" )
List of AccountType
func NewAccountTypeFromValue ¶
func NewAccountTypeFromValue(v string) (*AccountType, error)
NewAccountTypeFromValue returns a pointer to a valid AccountType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (AccountType) IsValid ¶
func (v AccountType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (AccountType) Ptr ¶
func (v AccountType) Ptr() *AccountType
Ptr returns reference to AccountType value
func (*AccountType) UnmarshalJSON ¶
func (v *AccountType) UnmarshalJSON(src []byte) error
type Auth ¶
type Auth struct { MfaRequired *string `json:"mfa_required,omitempty"` MfaType *string `json:"mfa_type,omitempty"` Token *string `json:"token,omitempty"` }
Auth struct for Auth
func NewAuth ¶
func NewAuth() *Auth
NewAuth instantiates a new Auth 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 NewAuthWithDefaults ¶
func NewAuthWithDefaults() *Auth
NewAuthWithDefaults instantiates a new Auth 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 (*Auth) GetMfaRequired ¶
GetMfaRequired returns the MfaRequired field value if set, zero value otherwise.
func (*Auth) GetMfaRequiredOk ¶
GetMfaRequiredOk returns a tuple with the MfaRequired field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Auth) GetMfaType ¶
GetMfaType returns the MfaType field value if set, zero value otherwise.
func (*Auth) GetMfaTypeOk ¶
GetMfaTypeOk returns a tuple with the MfaType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Auth) GetTokenOk ¶
GetTokenOk returns a tuple with the Token field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Auth) HasMfaRequired ¶
HasMfaRequired returns a boolean if a field has been set.
func (*Auth) HasMfaType ¶
HasMfaType returns a boolean if a field has been set.
func (Auth) MarshalJSON ¶
func (*Auth) SetMfaRequired ¶
SetMfaRequired gets a reference to the given string and assigns it to the MfaRequired field.
func (*Auth) SetMfaType ¶
SetMfaType gets a reference to the given string and assigns it to the MfaType field.
type BasicInfo ¶
type BasicInfo struct { Address *string `json:"address,omitempty"` Citizenship *string `json:"citizenship,omitempty"` City *string `json:"city,omitempty"` CountryOfResidence *string `json:"country_of_residence,omitempty"` DateOfBirth *string `json:"date_of_birth,omitempty"` MaritalStatus *MaritalStatus `json:"marital_status,omitempty"` NumberDependents *string `json:"number_dependents,omitempty"` PhoneNumber *string `json:"phone_number,omitempty"` State *string `json:"state,omitempty"` TaxIdSsn *string `json:"tax_id_ssn,omitempty"` UpdatedAt *time.Time `json:"updated_at,omitempty"` User *string `json:"user,omitempty"` Zipcode *string `json:"zipcode,omitempty"` }
BasicInfo struct for BasicInfo
func NewBasicInfo ¶
func NewBasicInfo() *BasicInfo
NewBasicInfo instantiates a new BasicInfo 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 NewBasicInfoWithDefaults ¶
func NewBasicInfoWithDefaults() *BasicInfo
NewBasicInfoWithDefaults instantiates a new BasicInfo 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 (*BasicInfo) GetAddress ¶
GetAddress returns the Address field value if set, zero value otherwise.
func (*BasicInfo) GetAddressOk ¶
GetAddressOk returns a tuple with the Address field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BasicInfo) GetCitizenship ¶
GetCitizenship returns the Citizenship field value if set, zero value otherwise.
func (*BasicInfo) GetCitizenshipOk ¶
GetCitizenshipOk returns a tuple with the Citizenship field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BasicInfo) GetCityOk ¶
GetCityOk returns a tuple with the City field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BasicInfo) GetCountryOfResidence ¶
GetCountryOfResidence returns the CountryOfResidence field value if set, zero value otherwise.
func (*BasicInfo) GetCountryOfResidenceOk ¶
GetCountryOfResidenceOk returns a tuple with the CountryOfResidence field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BasicInfo) GetDateOfBirth ¶
GetDateOfBirth returns the DateOfBirth field value if set, zero value otherwise.
func (*BasicInfo) GetDateOfBirthOk ¶
GetDateOfBirthOk returns a tuple with the DateOfBirth field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BasicInfo) GetMaritalStatus ¶
func (o *BasicInfo) GetMaritalStatus() MaritalStatus
GetMaritalStatus returns the MaritalStatus field value if set, zero value otherwise.
func (*BasicInfo) GetMaritalStatusOk ¶
func (o *BasicInfo) GetMaritalStatusOk() (*MaritalStatus, bool)
GetMaritalStatusOk returns a tuple with the MaritalStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BasicInfo) GetNumberDependents ¶
GetNumberDependents returns the NumberDependents field value if set, zero value otherwise.
func (*BasicInfo) GetNumberDependentsOk ¶
GetNumberDependentsOk returns a tuple with the NumberDependents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BasicInfo) GetPhoneNumber ¶
GetPhoneNumber returns the PhoneNumber field value if set, zero value otherwise.
func (*BasicInfo) GetPhoneNumberOk ¶
GetPhoneNumberOk returns a tuple with the PhoneNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BasicInfo) GetStateOk ¶
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BasicInfo) GetTaxIdSsn ¶
GetTaxIdSsn returns the TaxIdSsn field value if set, zero value otherwise.
func (*BasicInfo) GetTaxIdSsnOk ¶
GetTaxIdSsnOk returns a tuple with the TaxIdSsn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BasicInfo) GetUpdatedAt ¶
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*BasicInfo) GetUpdatedAtOk ¶
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BasicInfo) GetUserOk ¶
GetUserOk returns a tuple with the User field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BasicInfo) GetZipcode ¶
GetZipcode returns the Zipcode field value if set, zero value otherwise.
func (*BasicInfo) GetZipcodeOk ¶
GetZipcodeOk returns a tuple with the Zipcode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BasicInfo) HasAddress ¶
HasAddress returns a boolean if a field has been set.
func (*BasicInfo) HasCitizenship ¶
HasCitizenship returns a boolean if a field has been set.
func (*BasicInfo) HasCountryOfResidence ¶
HasCountryOfResidence returns a boolean if a field has been set.
func (*BasicInfo) HasDateOfBirth ¶
HasDateOfBirth returns a boolean if a field has been set.
func (*BasicInfo) HasMaritalStatus ¶
HasMaritalStatus returns a boolean if a field has been set.
func (*BasicInfo) HasNumberDependents ¶
HasNumberDependents returns a boolean if a field has been set.
func (*BasicInfo) HasPhoneNumber ¶
HasPhoneNumber returns a boolean if a field has been set.
func (*BasicInfo) HasTaxIdSsn ¶
HasTaxIdSsn returns a boolean if a field has been set.
func (*BasicInfo) HasUpdatedAt ¶
HasUpdatedAt returns a boolean if a field has been set.
func (*BasicInfo) HasZipcode ¶
HasZipcode returns a boolean if a field has been set.
func (BasicInfo) MarshalJSON ¶
func (*BasicInfo) SetAddress ¶
SetAddress gets a reference to the given string and assigns it to the Address field.
func (*BasicInfo) SetCitizenship ¶
SetCitizenship gets a reference to the given string and assigns it to the Citizenship field.
func (*BasicInfo) SetCity ¶
SetCity gets a reference to the given string and assigns it to the City field.
func (*BasicInfo) SetCountryOfResidence ¶
SetCountryOfResidence gets a reference to the given string and assigns it to the CountryOfResidence field.
func (*BasicInfo) SetDateOfBirth ¶
SetDateOfBirth gets a reference to the given string and assigns it to the DateOfBirth field.
func (*BasicInfo) SetMaritalStatus ¶
func (o *BasicInfo) SetMaritalStatus(v MaritalStatus)
SetMaritalStatus gets a reference to the given MaritalStatus and assigns it to the MaritalStatus field.
func (*BasicInfo) SetNumberDependents ¶
SetNumberDependents gets a reference to the given string and assigns it to the NumberDependents field.
func (*BasicInfo) SetPhoneNumber ¶
SetPhoneNumber gets a reference to the given string and assigns it to the PhoneNumber field.
func (*BasicInfo) SetState ¶
SetState gets a reference to the given string and assigns it to the State field.
func (*BasicInfo) SetTaxIdSsn ¶
SetTaxIdSsn gets a reference to the given string and assigns it to the TaxIdSsn field.
func (*BasicInfo) SetUpdatedAt ¶
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (*BasicInfo) SetUser ¶
SetUser gets a reference to the given string and assigns it to the User field.
func (*BasicInfo) SetZipcode ¶
SetZipcode gets a reference to the given string and assigns it to the Zipcode field.
type CashBalances ¶
type CashBalances struct { BuyingPower *string `json:"buying_power,omitempty"` Cash *string `json:"cash,omitempty"` CashAvailableForWithdrawal *string `json:"cash_available_for_withdrawal,omitempty"` CashHeldForOrders *string `json:"cash_held_for_orders,omitempty"` CreatedAt *time.Time `json:"created_at,omitempty"` UnclearedDeposits *string `json:"uncleared_deposits,omitempty"` UnsettledFunds *string `json:"unsettled_funds,omitempty"` UpdatedAt *time.Time `json:"updated_at,omitempty"` }
CashBalances struct for CashBalances
func NewCashBalances ¶
func NewCashBalances() *CashBalances
NewCashBalances instantiates a new CashBalances 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 NewCashBalancesWithDefaults ¶
func NewCashBalancesWithDefaults() *CashBalances
NewCashBalancesWithDefaults instantiates a new CashBalances 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 (*CashBalances) GetBuyingPower ¶
func (o *CashBalances) GetBuyingPower() string
GetBuyingPower returns the BuyingPower field value if set, zero value otherwise.
func (*CashBalances) GetBuyingPowerOk ¶
func (o *CashBalances) GetBuyingPowerOk() (*string, bool)
GetBuyingPowerOk returns a tuple with the BuyingPower field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CashBalances) GetCash ¶
func (o *CashBalances) GetCash() string
GetCash returns the Cash field value if set, zero value otherwise.
func (*CashBalances) GetCashAvailableForWithdrawal ¶
func (o *CashBalances) GetCashAvailableForWithdrawal() string
GetCashAvailableForWithdrawal returns the CashAvailableForWithdrawal field value if set, zero value otherwise.
func (*CashBalances) GetCashAvailableForWithdrawalOk ¶
func (o *CashBalances) GetCashAvailableForWithdrawalOk() (*string, bool)
GetCashAvailableForWithdrawalOk returns a tuple with the CashAvailableForWithdrawal field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CashBalances) GetCashHeldForOrders ¶
func (o *CashBalances) GetCashHeldForOrders() string
GetCashHeldForOrders returns the CashHeldForOrders field value if set, zero value otherwise.
func (*CashBalances) GetCashHeldForOrdersOk ¶
func (o *CashBalances) GetCashHeldForOrdersOk() (*string, bool)
GetCashHeldForOrdersOk returns a tuple with the CashHeldForOrders field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CashBalances) GetCashOk ¶
func (o *CashBalances) GetCashOk() (*string, bool)
GetCashOk returns a tuple with the Cash field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CashBalances) GetCreatedAt ¶
func (o *CashBalances) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*CashBalances) GetCreatedAtOk ¶
func (o *CashBalances) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CashBalances) GetUnclearedDeposits ¶
func (o *CashBalances) GetUnclearedDeposits() string
GetUnclearedDeposits returns the UnclearedDeposits field value if set, zero value otherwise.
func (*CashBalances) GetUnclearedDepositsOk ¶
func (o *CashBalances) GetUnclearedDepositsOk() (*string, bool)
GetUnclearedDepositsOk returns a tuple with the UnclearedDeposits field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CashBalances) GetUnsettledFunds ¶
func (o *CashBalances) GetUnsettledFunds() string
GetUnsettledFunds returns the UnsettledFunds field value if set, zero value otherwise.
func (*CashBalances) GetUnsettledFundsOk ¶
func (o *CashBalances) GetUnsettledFundsOk() (*string, bool)
GetUnsettledFundsOk returns a tuple with the UnsettledFunds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CashBalances) GetUpdatedAt ¶
func (o *CashBalances) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*CashBalances) GetUpdatedAtOk ¶
func (o *CashBalances) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CashBalances) HasBuyingPower ¶
func (o *CashBalances) HasBuyingPower() bool
HasBuyingPower returns a boolean if a field has been set.
func (*CashBalances) HasCash ¶
func (o *CashBalances) HasCash() bool
HasCash returns a boolean if a field has been set.
func (*CashBalances) HasCashAvailableForWithdrawal ¶
func (o *CashBalances) HasCashAvailableForWithdrawal() bool
HasCashAvailableForWithdrawal returns a boolean if a field has been set.
func (*CashBalances) HasCashHeldForOrders ¶
func (o *CashBalances) HasCashHeldForOrders() bool
HasCashHeldForOrders returns a boolean if a field has been set.
func (*CashBalances) HasCreatedAt ¶
func (o *CashBalances) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*CashBalances) HasUnclearedDeposits ¶
func (o *CashBalances) HasUnclearedDeposits() bool
HasUnclearedDeposits returns a boolean if a field has been set.
func (*CashBalances) HasUnsettledFunds ¶
func (o *CashBalances) HasUnsettledFunds() bool
HasUnsettledFunds returns a boolean if a field has been set.
func (*CashBalances) HasUpdatedAt ¶
func (o *CashBalances) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (CashBalances) MarshalJSON ¶
func (o CashBalances) MarshalJSON() ([]byte, error)
func (*CashBalances) SetBuyingPower ¶
func (o *CashBalances) SetBuyingPower(v string)
SetBuyingPower gets a reference to the given string and assigns it to the BuyingPower field.
func (*CashBalances) SetCash ¶
func (o *CashBalances) SetCash(v string)
SetCash gets a reference to the given string and assigns it to the Cash field.
func (*CashBalances) SetCashAvailableForWithdrawal ¶
func (o *CashBalances) SetCashAvailableForWithdrawal(v string)
SetCashAvailableForWithdrawal gets a reference to the given string and assigns it to the CashAvailableForWithdrawal field.
func (*CashBalances) SetCashHeldForOrders ¶
func (o *CashBalances) SetCashHeldForOrders(v string)
SetCashHeldForOrders gets a reference to the given string and assigns it to the CashHeldForOrders field.
func (*CashBalances) SetCreatedAt ¶
func (o *CashBalances) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*CashBalances) SetUnclearedDeposits ¶
func (o *CashBalances) SetUnclearedDeposits(v string)
SetUnclearedDeposits gets a reference to the given string and assigns it to the UnclearedDeposits field.
func (*CashBalances) SetUnsettledFunds ¶
func (o *CashBalances) SetUnsettledFunds(v string)
SetUnsettledFunds gets a reference to the given string and assigns it to the UnsettledFunds field.
func (*CashBalances) SetUpdatedAt ¶
func (o *CashBalances) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (CashBalances) ToMap ¶
func (o CashBalances) ToMap() (map[string]interface{}, error)
type CryptoAccount ¶
type CryptoAccount struct { Id *string `json:"id,omitempty"` Status *string `json:"status,omitempty"` UserId *string `json:"user_id,omitempty"` }
CryptoAccount struct for CryptoAccount
func NewCryptoAccount ¶
func NewCryptoAccount() *CryptoAccount
NewCryptoAccount instantiates a new CryptoAccount 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 NewCryptoAccountWithDefaults ¶
func NewCryptoAccountWithDefaults() *CryptoAccount
NewCryptoAccountWithDefaults instantiates a new CryptoAccount 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 (*CryptoAccount) GetId ¶
func (o *CryptoAccount) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*CryptoAccount) GetIdOk ¶
func (o *CryptoAccount) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoAccount) GetStatus ¶
func (o *CryptoAccount) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*CryptoAccount) GetStatusOk ¶
func (o *CryptoAccount) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoAccount) GetUserId ¶
func (o *CryptoAccount) GetUserId() string
GetUserId returns the UserId field value if set, zero value otherwise.
func (*CryptoAccount) GetUserIdOk ¶
func (o *CryptoAccount) GetUserIdOk() (*string, bool)
GetUserIdOk returns a tuple with the UserId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoAccount) HasId ¶
func (o *CryptoAccount) HasId() bool
HasId returns a boolean if a field has been set.
func (*CryptoAccount) HasStatus ¶
func (o *CryptoAccount) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*CryptoAccount) HasUserId ¶
func (o *CryptoAccount) HasUserId() bool
HasUserId returns a boolean if a field has been set.
func (CryptoAccount) MarshalJSON ¶
func (o CryptoAccount) MarshalJSON() ([]byte, error)
func (*CryptoAccount) SetId ¶
func (o *CryptoAccount) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*CryptoAccount) SetStatus ¶
func (o *CryptoAccount) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (*CryptoAccount) SetUserId ¶
func (o *CryptoAccount) SetUserId(v string)
SetUserId gets a reference to the given string and assigns it to the UserId field.
func (CryptoAccount) ToMap ¶
func (o CryptoAccount) ToMap() (map[string]interface{}, error)
type CryptoAssetCurrency ¶
type CryptoAssetCurrency struct { BrandColor *string `json:"brand_color,omitempty"` Code *string `json:"code,omitempty"` Id *string `json:"id,omitempty"` Increment *string `json:"increment,omitempty"` Name interface{} `json:"name,omitempty"` }
CryptoAssetCurrency struct for CryptoAssetCurrency
func NewCryptoAssetCurrency ¶
func NewCryptoAssetCurrency() *CryptoAssetCurrency
NewCryptoAssetCurrency instantiates a new CryptoAssetCurrency 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 NewCryptoAssetCurrencyWithDefaults ¶
func NewCryptoAssetCurrencyWithDefaults() *CryptoAssetCurrency
NewCryptoAssetCurrencyWithDefaults instantiates a new CryptoAssetCurrency 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 (*CryptoAssetCurrency) GetBrandColor ¶
func (o *CryptoAssetCurrency) GetBrandColor() string
GetBrandColor returns the BrandColor field value if set, zero value otherwise.
func (*CryptoAssetCurrency) GetBrandColorOk ¶
func (o *CryptoAssetCurrency) GetBrandColorOk() (*string, bool)
GetBrandColorOk returns a tuple with the BrandColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoAssetCurrency) GetCode ¶
func (o *CryptoAssetCurrency) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*CryptoAssetCurrency) GetCodeOk ¶
func (o *CryptoAssetCurrency) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoAssetCurrency) GetId ¶
func (o *CryptoAssetCurrency) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*CryptoAssetCurrency) GetIdOk ¶
func (o *CryptoAssetCurrency) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoAssetCurrency) GetIncrement ¶
func (o *CryptoAssetCurrency) GetIncrement() string
GetIncrement returns the Increment field value if set, zero value otherwise.
func (*CryptoAssetCurrency) GetIncrementOk ¶
func (o *CryptoAssetCurrency) GetIncrementOk() (*string, bool)
GetIncrementOk returns a tuple with the Increment field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoAssetCurrency) GetName ¶
func (o *CryptoAssetCurrency) GetName() interface{}
GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CryptoAssetCurrency) GetNameOk ¶
func (o *CryptoAssetCurrency) GetNameOk() (*interface{}, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CryptoAssetCurrency) HasBrandColor ¶
func (o *CryptoAssetCurrency) HasBrandColor() bool
HasBrandColor returns a boolean if a field has been set.
func (*CryptoAssetCurrency) HasCode ¶
func (o *CryptoAssetCurrency) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*CryptoAssetCurrency) HasId ¶
func (o *CryptoAssetCurrency) HasId() bool
HasId returns a boolean if a field has been set.
func (*CryptoAssetCurrency) HasIncrement ¶
func (o *CryptoAssetCurrency) HasIncrement() bool
HasIncrement returns a boolean if a field has been set.
func (*CryptoAssetCurrency) HasName ¶
func (o *CryptoAssetCurrency) HasName() bool
HasName returns a boolean if a field has been set.
func (CryptoAssetCurrency) MarshalJSON ¶
func (o CryptoAssetCurrency) MarshalJSON() ([]byte, error)
func (*CryptoAssetCurrency) SetBrandColor ¶
func (o *CryptoAssetCurrency) SetBrandColor(v string)
SetBrandColor gets a reference to the given string and assigns it to the BrandColor field.
func (*CryptoAssetCurrency) SetCode ¶
func (o *CryptoAssetCurrency) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*CryptoAssetCurrency) SetId ¶
func (o *CryptoAssetCurrency) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*CryptoAssetCurrency) SetIncrement ¶
func (o *CryptoAssetCurrency) SetIncrement(v string)
SetIncrement gets a reference to the given string and assigns it to the Increment field.
func (*CryptoAssetCurrency) SetName ¶
func (o *CryptoAssetCurrency) SetName(v interface{})
SetName gets a reference to the given interface{} and assigns it to the Name field.
func (CryptoAssetCurrency) ToMap ¶
func (o CryptoAssetCurrency) ToMap() (map[string]interface{}, error)
type CryptoCurrencyPair ¶
type CryptoCurrencyPair struct { AssetCurrency *CryptoAssetCurrency `json:"asset_currency,omitempty"` Id *string `json:"id,omitempty"` MaxOrderSize *string `json:"max_order_size,omitempty"` MinOrderPriceIncrement *string `json:"min_order_price_increment,omitempty"` MinOrderSize *string `json:"min_order_size,omitempty"` Name *string `json:"name,omitempty"` QuoteCurrency *QuoteCurrency `json:"quote_currency,omitempty"` Symbol *string `json:"symbol,omitempty"` Tradability *string `json:"tradability,omitempty"` }
CryptoCurrencyPair struct for CryptoCurrencyPair
func NewCryptoCurrencyPair ¶
func NewCryptoCurrencyPair() *CryptoCurrencyPair
NewCryptoCurrencyPair instantiates a new CryptoCurrencyPair 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 NewCryptoCurrencyPairWithDefaults ¶
func NewCryptoCurrencyPairWithDefaults() *CryptoCurrencyPair
NewCryptoCurrencyPairWithDefaults instantiates a new CryptoCurrencyPair 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 (*CryptoCurrencyPair) GetAssetCurrency ¶
func (o *CryptoCurrencyPair) GetAssetCurrency() CryptoAssetCurrency
GetAssetCurrency returns the AssetCurrency field value if set, zero value otherwise.
func (*CryptoCurrencyPair) GetAssetCurrencyOk ¶
func (o *CryptoCurrencyPair) GetAssetCurrencyOk() (*CryptoAssetCurrency, bool)
GetAssetCurrencyOk returns a tuple with the AssetCurrency field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoCurrencyPair) GetId ¶
func (o *CryptoCurrencyPair) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*CryptoCurrencyPair) GetIdOk ¶
func (o *CryptoCurrencyPair) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoCurrencyPair) GetMaxOrderSize ¶
func (o *CryptoCurrencyPair) GetMaxOrderSize() string
GetMaxOrderSize returns the MaxOrderSize field value if set, zero value otherwise.
func (*CryptoCurrencyPair) GetMaxOrderSizeOk ¶
func (o *CryptoCurrencyPair) GetMaxOrderSizeOk() (*string, bool)
GetMaxOrderSizeOk returns a tuple with the MaxOrderSize field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoCurrencyPair) GetMinOrderPriceIncrement ¶
func (o *CryptoCurrencyPair) GetMinOrderPriceIncrement() string
GetMinOrderPriceIncrement returns the MinOrderPriceIncrement field value if set, zero value otherwise.
func (*CryptoCurrencyPair) GetMinOrderPriceIncrementOk ¶
func (o *CryptoCurrencyPair) GetMinOrderPriceIncrementOk() (*string, bool)
GetMinOrderPriceIncrementOk returns a tuple with the MinOrderPriceIncrement field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoCurrencyPair) GetMinOrderSize ¶
func (o *CryptoCurrencyPair) GetMinOrderSize() string
GetMinOrderSize returns the MinOrderSize field value if set, zero value otherwise.
func (*CryptoCurrencyPair) GetMinOrderSizeOk ¶
func (o *CryptoCurrencyPair) GetMinOrderSizeOk() (*string, bool)
GetMinOrderSizeOk returns a tuple with the MinOrderSize field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoCurrencyPair) GetName ¶
func (o *CryptoCurrencyPair) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*CryptoCurrencyPair) GetNameOk ¶
func (o *CryptoCurrencyPair) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoCurrencyPair) GetQuoteCurrency ¶
func (o *CryptoCurrencyPair) GetQuoteCurrency() QuoteCurrency
GetQuoteCurrency returns the QuoteCurrency field value if set, zero value otherwise.
func (*CryptoCurrencyPair) GetQuoteCurrencyOk ¶
func (o *CryptoCurrencyPair) GetQuoteCurrencyOk() (*QuoteCurrency, bool)
GetQuoteCurrencyOk returns a tuple with the QuoteCurrency field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoCurrencyPair) GetSymbol ¶
func (o *CryptoCurrencyPair) GetSymbol() string
GetSymbol returns the Symbol field value if set, zero value otherwise.
func (*CryptoCurrencyPair) GetSymbolOk ¶
func (o *CryptoCurrencyPair) GetSymbolOk() (*string, bool)
GetSymbolOk returns a tuple with the Symbol field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoCurrencyPair) GetTradability ¶
func (o *CryptoCurrencyPair) GetTradability() string
GetTradability returns the Tradability field value if set, zero value otherwise.
func (*CryptoCurrencyPair) GetTradabilityOk ¶
func (o *CryptoCurrencyPair) GetTradabilityOk() (*string, bool)
GetTradabilityOk returns a tuple with the Tradability field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoCurrencyPair) HasAssetCurrency ¶
func (o *CryptoCurrencyPair) HasAssetCurrency() bool
HasAssetCurrency returns a boolean if a field has been set.
func (*CryptoCurrencyPair) HasId ¶
func (o *CryptoCurrencyPair) HasId() bool
HasId returns a boolean if a field has been set.
func (*CryptoCurrencyPair) HasMaxOrderSize ¶
func (o *CryptoCurrencyPair) HasMaxOrderSize() bool
HasMaxOrderSize returns a boolean if a field has been set.
func (*CryptoCurrencyPair) HasMinOrderPriceIncrement ¶
func (o *CryptoCurrencyPair) HasMinOrderPriceIncrement() bool
HasMinOrderPriceIncrement returns a boolean if a field has been set.
func (*CryptoCurrencyPair) HasMinOrderSize ¶
func (o *CryptoCurrencyPair) HasMinOrderSize() bool
HasMinOrderSize returns a boolean if a field has been set.
func (*CryptoCurrencyPair) HasName ¶
func (o *CryptoCurrencyPair) HasName() bool
HasName returns a boolean if a field has been set.
func (*CryptoCurrencyPair) HasQuoteCurrency ¶
func (o *CryptoCurrencyPair) HasQuoteCurrency() bool
HasQuoteCurrency returns a boolean if a field has been set.
func (*CryptoCurrencyPair) HasSymbol ¶
func (o *CryptoCurrencyPair) HasSymbol() bool
HasSymbol returns a boolean if a field has been set.
func (*CryptoCurrencyPair) HasTradability ¶
func (o *CryptoCurrencyPair) HasTradability() bool
HasTradability returns a boolean if a field has been set.
func (CryptoCurrencyPair) MarshalJSON ¶
func (o CryptoCurrencyPair) MarshalJSON() ([]byte, error)
func (*CryptoCurrencyPair) SetAssetCurrency ¶
func (o *CryptoCurrencyPair) SetAssetCurrency(v CryptoAssetCurrency)
SetAssetCurrency gets a reference to the given CryptoAssetCurrency and assigns it to the AssetCurrency field.
func (*CryptoCurrencyPair) SetId ¶
func (o *CryptoCurrencyPair) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*CryptoCurrencyPair) SetMaxOrderSize ¶
func (o *CryptoCurrencyPair) SetMaxOrderSize(v string)
SetMaxOrderSize gets a reference to the given string and assigns it to the MaxOrderSize field.
func (*CryptoCurrencyPair) SetMinOrderPriceIncrement ¶
func (o *CryptoCurrencyPair) SetMinOrderPriceIncrement(v string)
SetMinOrderPriceIncrement gets a reference to the given string and assigns it to the MinOrderPriceIncrement field.
func (*CryptoCurrencyPair) SetMinOrderSize ¶
func (o *CryptoCurrencyPair) SetMinOrderSize(v string)
SetMinOrderSize gets a reference to the given string and assigns it to the MinOrderSize field.
func (*CryptoCurrencyPair) SetName ¶
func (o *CryptoCurrencyPair) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*CryptoCurrencyPair) SetQuoteCurrency ¶
func (o *CryptoCurrencyPair) SetQuoteCurrency(v QuoteCurrency)
SetQuoteCurrency gets a reference to the given QuoteCurrency and assigns it to the QuoteCurrency field.
func (*CryptoCurrencyPair) SetSymbol ¶
func (o *CryptoCurrencyPair) SetSymbol(v string)
SetSymbol gets a reference to the given string and assigns it to the Symbol field.
func (*CryptoCurrencyPair) SetTradability ¶
func (o *CryptoCurrencyPair) SetTradability(v string)
SetTradability gets a reference to the given string and assigns it to the Tradability field.
func (CryptoCurrencyPair) ToMap ¶
func (o CryptoCurrencyPair) ToMap() (map[string]interface{}, error)
type CryptoOrder ¶
type CryptoOrder struct { AccountId *string `json:"account_id,omitempty"` CurrencyPairId *string `json:"currency_pair_id,omitempty"` Price *string `json:"price,omitempty"` Quantity *string `json:"quantity,omitempty"` RefId *string `json:"ref_id,omitempty"` Side *Side `json:"side,omitempty"` TimeInForce *TimeInForce `json:"time_in_force,omitempty"` Type *ExecutionType `json:"type,omitempty"` }
CryptoOrder struct for CryptoOrder
func NewCryptoOrder ¶
func NewCryptoOrder() *CryptoOrder
NewCryptoOrder instantiates a new CryptoOrder 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 NewCryptoOrderWithDefaults ¶
func NewCryptoOrderWithDefaults() *CryptoOrder
NewCryptoOrderWithDefaults instantiates a new CryptoOrder 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 (*CryptoOrder) GetAccountId ¶
func (o *CryptoOrder) GetAccountId() string
GetAccountId returns the AccountId field value if set, zero value otherwise.
func (*CryptoOrder) GetAccountIdOk ¶
func (o *CryptoOrder) GetAccountIdOk() (*string, bool)
GetAccountIdOk returns a tuple with the AccountId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoOrder) GetCurrencyPairId ¶
func (o *CryptoOrder) GetCurrencyPairId() string
GetCurrencyPairId returns the CurrencyPairId field value if set, zero value otherwise.
func (*CryptoOrder) GetCurrencyPairIdOk ¶
func (o *CryptoOrder) GetCurrencyPairIdOk() (*string, bool)
GetCurrencyPairIdOk returns a tuple with the CurrencyPairId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoOrder) GetPrice ¶
func (o *CryptoOrder) GetPrice() string
GetPrice returns the Price field value if set, zero value otherwise.
func (*CryptoOrder) GetPriceOk ¶
func (o *CryptoOrder) GetPriceOk() (*string, bool)
GetPriceOk returns a tuple with the Price field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoOrder) GetQuantity ¶
func (o *CryptoOrder) GetQuantity() string
GetQuantity returns the Quantity field value if set, zero value otherwise.
func (*CryptoOrder) GetQuantityOk ¶
func (o *CryptoOrder) GetQuantityOk() (*string, bool)
GetQuantityOk returns a tuple with the Quantity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoOrder) GetRefId ¶
func (o *CryptoOrder) GetRefId() string
GetRefId returns the RefId field value if set, zero value otherwise.
func (*CryptoOrder) GetRefIdOk ¶
func (o *CryptoOrder) GetRefIdOk() (*string, bool)
GetRefIdOk returns a tuple with the RefId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoOrder) GetSide ¶
func (o *CryptoOrder) GetSide() Side
GetSide returns the Side field value if set, zero value otherwise.
func (*CryptoOrder) GetSideOk ¶
func (o *CryptoOrder) GetSideOk() (*Side, bool)
GetSideOk returns a tuple with the Side field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoOrder) GetTimeInForce ¶
func (o *CryptoOrder) GetTimeInForce() TimeInForce
GetTimeInForce returns the TimeInForce field value if set, zero value otherwise.
func (*CryptoOrder) GetTimeInForceOk ¶
func (o *CryptoOrder) GetTimeInForceOk() (*TimeInForce, bool)
GetTimeInForceOk returns a tuple with the TimeInForce field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoOrder) GetType ¶
func (o *CryptoOrder) GetType() ExecutionType
GetType returns the Type field value if set, zero value otherwise.
func (*CryptoOrder) GetTypeOk ¶
func (o *CryptoOrder) GetTypeOk() (*ExecutionType, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoOrder) HasAccountId ¶
func (o *CryptoOrder) HasAccountId() bool
HasAccountId returns a boolean if a field has been set.
func (*CryptoOrder) HasCurrencyPairId ¶
func (o *CryptoOrder) HasCurrencyPairId() bool
HasCurrencyPairId returns a boolean if a field has been set.
func (*CryptoOrder) HasPrice ¶
func (o *CryptoOrder) HasPrice() bool
HasPrice returns a boolean if a field has been set.
func (*CryptoOrder) HasQuantity ¶
func (o *CryptoOrder) HasQuantity() bool
HasQuantity returns a boolean if a field has been set.
func (*CryptoOrder) HasRefId ¶
func (o *CryptoOrder) HasRefId() bool
HasRefId returns a boolean if a field has been set.
func (*CryptoOrder) HasSide ¶
func (o *CryptoOrder) HasSide() bool
HasSide returns a boolean if a field has been set.
func (*CryptoOrder) HasTimeInForce ¶
func (o *CryptoOrder) HasTimeInForce() bool
HasTimeInForce returns a boolean if a field has been set.
func (*CryptoOrder) HasType ¶
func (o *CryptoOrder) HasType() bool
HasType returns a boolean if a field has been set.
func (CryptoOrder) MarshalJSON ¶
func (o CryptoOrder) MarshalJSON() ([]byte, error)
func (*CryptoOrder) SetAccountId ¶
func (o *CryptoOrder) SetAccountId(v string)
SetAccountId gets a reference to the given string and assigns it to the AccountId field.
func (*CryptoOrder) SetCurrencyPairId ¶
func (o *CryptoOrder) SetCurrencyPairId(v string)
SetCurrencyPairId gets a reference to the given string and assigns it to the CurrencyPairId field.
func (*CryptoOrder) SetPrice ¶
func (o *CryptoOrder) SetPrice(v string)
SetPrice gets a reference to the given string and assigns it to the Price field.
func (*CryptoOrder) SetQuantity ¶
func (o *CryptoOrder) SetQuantity(v string)
SetQuantity gets a reference to the given string and assigns it to the Quantity field.
func (*CryptoOrder) SetRefId ¶
func (o *CryptoOrder) SetRefId(v string)
SetRefId gets a reference to the given string and assigns it to the RefId field.
func (*CryptoOrder) SetSide ¶
func (o *CryptoOrder) SetSide(v Side)
SetSide gets a reference to the given Side and assigns it to the Side field.
func (*CryptoOrder) SetTimeInForce ¶
func (o *CryptoOrder) SetTimeInForce(v TimeInForce)
SetTimeInForce gets a reference to the given TimeInForce and assigns it to the TimeInForce field.
func (*CryptoOrder) SetType ¶
func (o *CryptoOrder) SetType(v ExecutionType)
SetType gets a reference to the given ExecutionType and assigns it to the Type field.
func (CryptoOrder) ToMap ¶
func (o CryptoOrder) ToMap() (map[string]interface{}, error)
type CryptoOrderOptions ¶
type CryptoOrderOptions struct { Account *string `json:"account,omitempty"` AveragePrice *string `json:"average_price,omitempty"` Cancel *string `json:"cancel,omitempty"` CreatedAt *string `json:"created_at,omitempty"` CumulativeQuantity *string `json:"cumulative_quantity,omitempty"` CurrencyPairId *string `json:"currency_pair_id,omitempty"` Executions []Execution `json:"executions,omitempty"` Id *string `json:"id,omitempty"` LastTransactionAt *string `json:"last_transaction_at,omitempty"` Price *string `json:"price,omitempty"` Quantity *string `json:"quantity,omitempty"` RejectReason *string `json:"reject_reason,omitempty"` Side *Side `json:"side,omitempty"` State *string `json:"state,omitempty"` StopPrice *string `json:"stop_price,omitempty"` TimeInForce *TimeInForce `json:"time_in_force,omitempty"` Type *string `json:"type,omitempty"` }
CryptoOrderOptions struct for CryptoOrderOptions
func NewCryptoOrderOptions ¶
func NewCryptoOrderOptions() *CryptoOrderOptions
NewCryptoOrderOptions instantiates a new CryptoOrderOptions 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 NewCryptoOrderOptionsWithDefaults ¶
func NewCryptoOrderOptionsWithDefaults() *CryptoOrderOptions
NewCryptoOrderOptionsWithDefaults instantiates a new CryptoOrderOptions 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 (*CryptoOrderOptions) GetAccount ¶
func (o *CryptoOrderOptions) GetAccount() string
GetAccount returns the Account field value if set, zero value otherwise.
func (*CryptoOrderOptions) GetAccountOk ¶
func (o *CryptoOrderOptions) GetAccountOk() (*string, bool)
GetAccountOk returns a tuple with the Account field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoOrderOptions) GetAveragePrice ¶
func (o *CryptoOrderOptions) GetAveragePrice() string
GetAveragePrice returns the AveragePrice field value if set, zero value otherwise.
func (*CryptoOrderOptions) GetAveragePriceOk ¶
func (o *CryptoOrderOptions) GetAveragePriceOk() (*string, bool)
GetAveragePriceOk returns a tuple with the AveragePrice field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoOrderOptions) GetCancel ¶
func (o *CryptoOrderOptions) GetCancel() string
GetCancel returns the Cancel field value if set, zero value otherwise.
func (*CryptoOrderOptions) GetCancelOk ¶
func (o *CryptoOrderOptions) GetCancelOk() (*string, bool)
GetCancelOk returns a tuple with the Cancel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoOrderOptions) GetCreatedAt ¶
func (o *CryptoOrderOptions) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*CryptoOrderOptions) GetCreatedAtOk ¶
func (o *CryptoOrderOptions) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoOrderOptions) GetCumulativeQuantity ¶
func (o *CryptoOrderOptions) GetCumulativeQuantity() string
GetCumulativeQuantity returns the CumulativeQuantity field value if set, zero value otherwise.
func (*CryptoOrderOptions) GetCumulativeQuantityOk ¶
func (o *CryptoOrderOptions) GetCumulativeQuantityOk() (*string, bool)
GetCumulativeQuantityOk returns a tuple with the CumulativeQuantity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoOrderOptions) GetCurrencyPairId ¶
func (o *CryptoOrderOptions) GetCurrencyPairId() string
GetCurrencyPairId returns the CurrencyPairId field value if set, zero value otherwise.
func (*CryptoOrderOptions) GetCurrencyPairIdOk ¶
func (o *CryptoOrderOptions) GetCurrencyPairIdOk() (*string, bool)
GetCurrencyPairIdOk returns a tuple with the CurrencyPairId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoOrderOptions) GetExecutions ¶
func (o *CryptoOrderOptions) GetExecutions() []Execution
GetExecutions returns the Executions field value if set, zero value otherwise.
func (*CryptoOrderOptions) GetExecutionsOk ¶
func (o *CryptoOrderOptions) GetExecutionsOk() ([]Execution, bool)
GetExecutionsOk returns a tuple with the Executions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoOrderOptions) GetId ¶
func (o *CryptoOrderOptions) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*CryptoOrderOptions) GetIdOk ¶
func (o *CryptoOrderOptions) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoOrderOptions) GetLastTransactionAt ¶
func (o *CryptoOrderOptions) GetLastTransactionAt() string
GetLastTransactionAt returns the LastTransactionAt field value if set, zero value otherwise.
func (*CryptoOrderOptions) GetLastTransactionAtOk ¶
func (o *CryptoOrderOptions) GetLastTransactionAtOk() (*string, bool)
GetLastTransactionAtOk returns a tuple with the LastTransactionAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoOrderOptions) GetPrice ¶
func (o *CryptoOrderOptions) GetPrice() string
GetPrice returns the Price field value if set, zero value otherwise.
func (*CryptoOrderOptions) GetPriceOk ¶
func (o *CryptoOrderOptions) GetPriceOk() (*string, bool)
GetPriceOk returns a tuple with the Price field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoOrderOptions) GetQuantity ¶
func (o *CryptoOrderOptions) GetQuantity() string
GetQuantity returns the Quantity field value if set, zero value otherwise.
func (*CryptoOrderOptions) GetQuantityOk ¶
func (o *CryptoOrderOptions) GetQuantityOk() (*string, bool)
GetQuantityOk returns a tuple with the Quantity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoOrderOptions) GetRejectReason ¶
func (o *CryptoOrderOptions) GetRejectReason() string
GetRejectReason returns the RejectReason field value if set, zero value otherwise.
func (*CryptoOrderOptions) GetRejectReasonOk ¶
func (o *CryptoOrderOptions) GetRejectReasonOk() (*string, bool)
GetRejectReasonOk returns a tuple with the RejectReason field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoOrderOptions) GetSide ¶
func (o *CryptoOrderOptions) GetSide() Side
GetSide returns the Side field value if set, zero value otherwise.
func (*CryptoOrderOptions) GetSideOk ¶
func (o *CryptoOrderOptions) GetSideOk() (*Side, bool)
GetSideOk returns a tuple with the Side field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoOrderOptions) GetState ¶
func (o *CryptoOrderOptions) GetState() string
GetState returns the State field value if set, zero value otherwise.
func (*CryptoOrderOptions) GetStateOk ¶
func (o *CryptoOrderOptions) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoOrderOptions) GetStopPrice ¶
func (o *CryptoOrderOptions) GetStopPrice() string
GetStopPrice returns the StopPrice field value if set, zero value otherwise.
func (*CryptoOrderOptions) GetStopPriceOk ¶
func (o *CryptoOrderOptions) GetStopPriceOk() (*string, bool)
GetStopPriceOk returns a tuple with the StopPrice field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoOrderOptions) GetTimeInForce ¶
func (o *CryptoOrderOptions) GetTimeInForce() TimeInForce
GetTimeInForce returns the TimeInForce field value if set, zero value otherwise.
func (*CryptoOrderOptions) GetTimeInForceOk ¶
func (o *CryptoOrderOptions) GetTimeInForceOk() (*TimeInForce, bool)
GetTimeInForceOk returns a tuple with the TimeInForce field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoOrderOptions) GetType ¶
func (o *CryptoOrderOptions) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*CryptoOrderOptions) GetTypeOk ¶
func (o *CryptoOrderOptions) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoOrderOptions) HasAccount ¶
func (o *CryptoOrderOptions) HasAccount() bool
HasAccount returns a boolean if a field has been set.
func (*CryptoOrderOptions) HasAveragePrice ¶
func (o *CryptoOrderOptions) HasAveragePrice() bool
HasAveragePrice returns a boolean if a field has been set.
func (*CryptoOrderOptions) HasCancel ¶
func (o *CryptoOrderOptions) HasCancel() bool
HasCancel returns a boolean if a field has been set.
func (*CryptoOrderOptions) HasCreatedAt ¶
func (o *CryptoOrderOptions) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*CryptoOrderOptions) HasCumulativeQuantity ¶
func (o *CryptoOrderOptions) HasCumulativeQuantity() bool
HasCumulativeQuantity returns a boolean if a field has been set.
func (*CryptoOrderOptions) HasCurrencyPairId ¶
func (o *CryptoOrderOptions) HasCurrencyPairId() bool
HasCurrencyPairId returns a boolean if a field has been set.
func (*CryptoOrderOptions) HasExecutions ¶
func (o *CryptoOrderOptions) HasExecutions() bool
HasExecutions returns a boolean if a field has been set.
func (*CryptoOrderOptions) HasId ¶
func (o *CryptoOrderOptions) HasId() bool
HasId returns a boolean if a field has been set.
func (*CryptoOrderOptions) HasLastTransactionAt ¶
func (o *CryptoOrderOptions) HasLastTransactionAt() bool
HasLastTransactionAt returns a boolean if a field has been set.
func (*CryptoOrderOptions) HasPrice ¶
func (o *CryptoOrderOptions) HasPrice() bool
HasPrice returns a boolean if a field has been set.
func (*CryptoOrderOptions) HasQuantity ¶
func (o *CryptoOrderOptions) HasQuantity() bool
HasQuantity returns a boolean if a field has been set.
func (*CryptoOrderOptions) HasRejectReason ¶
func (o *CryptoOrderOptions) HasRejectReason() bool
HasRejectReason returns a boolean if a field has been set.
func (*CryptoOrderOptions) HasSide ¶
func (o *CryptoOrderOptions) HasSide() bool
HasSide returns a boolean if a field has been set.
func (*CryptoOrderOptions) HasState ¶
func (o *CryptoOrderOptions) HasState() bool
HasState returns a boolean if a field has been set.
func (*CryptoOrderOptions) HasStopPrice ¶
func (o *CryptoOrderOptions) HasStopPrice() bool
HasStopPrice returns a boolean if a field has been set.
func (*CryptoOrderOptions) HasTimeInForce ¶
func (o *CryptoOrderOptions) HasTimeInForce() bool
HasTimeInForce returns a boolean if a field has been set.
func (*CryptoOrderOptions) HasType ¶
func (o *CryptoOrderOptions) HasType() bool
HasType returns a boolean if a field has been set.
func (CryptoOrderOptions) MarshalJSON ¶
func (o CryptoOrderOptions) MarshalJSON() ([]byte, error)
func (*CryptoOrderOptions) SetAccount ¶
func (o *CryptoOrderOptions) SetAccount(v string)
SetAccount gets a reference to the given string and assigns it to the Account field.
func (*CryptoOrderOptions) SetAveragePrice ¶
func (o *CryptoOrderOptions) SetAveragePrice(v string)
SetAveragePrice gets a reference to the given string and assigns it to the AveragePrice field.
func (*CryptoOrderOptions) SetCancel ¶
func (o *CryptoOrderOptions) SetCancel(v string)
SetCancel gets a reference to the given string and assigns it to the Cancel field.
func (*CryptoOrderOptions) SetCreatedAt ¶
func (o *CryptoOrderOptions) SetCreatedAt(v string)
SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.
func (*CryptoOrderOptions) SetCumulativeQuantity ¶
func (o *CryptoOrderOptions) SetCumulativeQuantity(v string)
SetCumulativeQuantity gets a reference to the given string and assigns it to the CumulativeQuantity field.
func (*CryptoOrderOptions) SetCurrencyPairId ¶
func (o *CryptoOrderOptions) SetCurrencyPairId(v string)
SetCurrencyPairId gets a reference to the given string and assigns it to the CurrencyPairId field.
func (*CryptoOrderOptions) SetExecutions ¶
func (o *CryptoOrderOptions) SetExecutions(v []Execution)
SetExecutions gets a reference to the given []Execution and assigns it to the Executions field.
func (*CryptoOrderOptions) SetId ¶
func (o *CryptoOrderOptions) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*CryptoOrderOptions) SetLastTransactionAt ¶
func (o *CryptoOrderOptions) SetLastTransactionAt(v string)
SetLastTransactionAt gets a reference to the given string and assigns it to the LastTransactionAt field.
func (*CryptoOrderOptions) SetPrice ¶
func (o *CryptoOrderOptions) SetPrice(v string)
SetPrice gets a reference to the given string and assigns it to the Price field.
func (*CryptoOrderOptions) SetQuantity ¶
func (o *CryptoOrderOptions) SetQuantity(v string)
SetQuantity gets a reference to the given string and assigns it to the Quantity field.
func (*CryptoOrderOptions) SetRejectReason ¶
func (o *CryptoOrderOptions) SetRejectReason(v string)
SetRejectReason gets a reference to the given string and assigns it to the RejectReason field.
func (*CryptoOrderOptions) SetSide ¶
func (o *CryptoOrderOptions) SetSide(v Side)
SetSide gets a reference to the given Side and assigns it to the Side field.
func (*CryptoOrderOptions) SetState ¶
func (o *CryptoOrderOptions) SetState(v string)
SetState gets a reference to the given string and assigns it to the State field.
func (*CryptoOrderOptions) SetStopPrice ¶
func (o *CryptoOrderOptions) SetStopPrice(v string)
SetStopPrice gets a reference to the given string and assigns it to the StopPrice field.
func (*CryptoOrderOptions) SetTimeInForce ¶
func (o *CryptoOrderOptions) SetTimeInForce(v TimeInForce)
SetTimeInForce gets a reference to the given TimeInForce and assigns it to the TimeInForce field.
func (*CryptoOrderOptions) SetType ¶
func (o *CryptoOrderOptions) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (CryptoOrderOptions) ToMap ¶
func (o CryptoOrderOptions) ToMap() (map[string]interface{}, error)
type CryptoOrderOutput ¶
type CryptoOrderOutput struct { Account *string `json:"account,omitempty"` AveragePrice *string `json:"average_price,omitempty"` Cancel *string `json:"cancel,omitempty"` CancelUrl *string `json:"cancel_url,omitempty"` CreatedAt *string `json:"created_at,omitempty"` CumulativeQuantity *string `json:"cumulative_quantity,omitempty"` CurrencyPairId *string `json:"currency_pair_id,omitempty"` Executions []Execution `json:"executions,omitempty"` Id *string `json:"id,omitempty"` LastTransactionAt *string `json:"last_transaction_at,omitempty"` Price *string `json:"price,omitempty"` Quantity *string `json:"quantity,omitempty"` RejectReason *string `json:"reject_reason,omitempty"` Side *Side `json:"side,omitempty"` State *string `json:"state,omitempty"` StopPrice *string `json:"stop_price,omitempty"` TimeInForce *TimeInForce `json:"time_in_force,omitempty"` Type *string `json:"type,omitempty"` }
CryptoOrderOutput struct for CryptoOrderOutput
func NewCryptoOrderOutput ¶
func NewCryptoOrderOutput() *CryptoOrderOutput
NewCryptoOrderOutput instantiates a new CryptoOrderOutput 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 NewCryptoOrderOutputWithDefaults ¶
func NewCryptoOrderOutputWithDefaults() *CryptoOrderOutput
NewCryptoOrderOutputWithDefaults instantiates a new CryptoOrderOutput 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 (*CryptoOrderOutput) GetAccount ¶
func (o *CryptoOrderOutput) GetAccount() string
GetAccount returns the Account field value if set, zero value otherwise.
func (*CryptoOrderOutput) GetAccountOk ¶
func (o *CryptoOrderOutput) GetAccountOk() (*string, bool)
GetAccountOk returns a tuple with the Account field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoOrderOutput) GetAveragePrice ¶
func (o *CryptoOrderOutput) GetAveragePrice() string
GetAveragePrice returns the AveragePrice field value if set, zero value otherwise.
func (*CryptoOrderOutput) GetAveragePriceOk ¶
func (o *CryptoOrderOutput) GetAveragePriceOk() (*string, bool)
GetAveragePriceOk returns a tuple with the AveragePrice field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoOrderOutput) GetCancel ¶
func (o *CryptoOrderOutput) GetCancel() string
GetCancel returns the Cancel field value if set, zero value otherwise.
func (*CryptoOrderOutput) GetCancelOk ¶
func (o *CryptoOrderOutput) GetCancelOk() (*string, bool)
GetCancelOk returns a tuple with the Cancel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoOrderOutput) GetCancelUrl ¶
func (o *CryptoOrderOutput) GetCancelUrl() string
GetCancelUrl returns the CancelUrl field value if set, zero value otherwise.
func (*CryptoOrderOutput) GetCancelUrlOk ¶
func (o *CryptoOrderOutput) GetCancelUrlOk() (*string, bool)
GetCancelUrlOk returns a tuple with the CancelUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoOrderOutput) GetCreatedAt ¶
func (o *CryptoOrderOutput) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*CryptoOrderOutput) GetCreatedAtOk ¶
func (o *CryptoOrderOutput) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoOrderOutput) GetCumulativeQuantity ¶
func (o *CryptoOrderOutput) GetCumulativeQuantity() string
GetCumulativeQuantity returns the CumulativeQuantity field value if set, zero value otherwise.
func (*CryptoOrderOutput) GetCumulativeQuantityOk ¶
func (o *CryptoOrderOutput) GetCumulativeQuantityOk() (*string, bool)
GetCumulativeQuantityOk returns a tuple with the CumulativeQuantity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoOrderOutput) GetCurrencyPairId ¶
func (o *CryptoOrderOutput) GetCurrencyPairId() string
GetCurrencyPairId returns the CurrencyPairId field value if set, zero value otherwise.
func (*CryptoOrderOutput) GetCurrencyPairIdOk ¶
func (o *CryptoOrderOutput) GetCurrencyPairIdOk() (*string, bool)
GetCurrencyPairIdOk returns a tuple with the CurrencyPairId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoOrderOutput) GetExecutions ¶
func (o *CryptoOrderOutput) GetExecutions() []Execution
GetExecutions returns the Executions field value if set, zero value otherwise.
func (*CryptoOrderOutput) GetExecutionsOk ¶
func (o *CryptoOrderOutput) GetExecutionsOk() ([]Execution, bool)
GetExecutionsOk returns a tuple with the Executions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoOrderOutput) GetId ¶
func (o *CryptoOrderOutput) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*CryptoOrderOutput) GetIdOk ¶
func (o *CryptoOrderOutput) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoOrderOutput) GetLastTransactionAt ¶
func (o *CryptoOrderOutput) GetLastTransactionAt() string
GetLastTransactionAt returns the LastTransactionAt field value if set, zero value otherwise.
func (*CryptoOrderOutput) GetLastTransactionAtOk ¶
func (o *CryptoOrderOutput) GetLastTransactionAtOk() (*string, bool)
GetLastTransactionAtOk returns a tuple with the LastTransactionAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoOrderOutput) GetPrice ¶
func (o *CryptoOrderOutput) GetPrice() string
GetPrice returns the Price field value if set, zero value otherwise.
func (*CryptoOrderOutput) GetPriceOk ¶
func (o *CryptoOrderOutput) GetPriceOk() (*string, bool)
GetPriceOk returns a tuple with the Price field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoOrderOutput) GetQuantity ¶
func (o *CryptoOrderOutput) GetQuantity() string
GetQuantity returns the Quantity field value if set, zero value otherwise.
func (*CryptoOrderOutput) GetQuantityOk ¶
func (o *CryptoOrderOutput) GetQuantityOk() (*string, bool)
GetQuantityOk returns a tuple with the Quantity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoOrderOutput) GetRejectReason ¶
func (o *CryptoOrderOutput) GetRejectReason() string
GetRejectReason returns the RejectReason field value if set, zero value otherwise.
func (*CryptoOrderOutput) GetRejectReasonOk ¶
func (o *CryptoOrderOutput) GetRejectReasonOk() (*string, bool)
GetRejectReasonOk returns a tuple with the RejectReason field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoOrderOutput) GetSide ¶
func (o *CryptoOrderOutput) GetSide() Side
GetSide returns the Side field value if set, zero value otherwise.
func (*CryptoOrderOutput) GetSideOk ¶
func (o *CryptoOrderOutput) GetSideOk() (*Side, bool)
GetSideOk returns a tuple with the Side field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoOrderOutput) GetState ¶
func (o *CryptoOrderOutput) GetState() string
GetState returns the State field value if set, zero value otherwise.
func (*CryptoOrderOutput) GetStateOk ¶
func (o *CryptoOrderOutput) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoOrderOutput) GetStopPrice ¶
func (o *CryptoOrderOutput) GetStopPrice() string
GetStopPrice returns the StopPrice field value if set, zero value otherwise.
func (*CryptoOrderOutput) GetStopPriceOk ¶
func (o *CryptoOrderOutput) GetStopPriceOk() (*string, bool)
GetStopPriceOk returns a tuple with the StopPrice field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoOrderOutput) GetTimeInForce ¶
func (o *CryptoOrderOutput) GetTimeInForce() TimeInForce
GetTimeInForce returns the TimeInForce field value if set, zero value otherwise.
func (*CryptoOrderOutput) GetTimeInForceOk ¶
func (o *CryptoOrderOutput) GetTimeInForceOk() (*TimeInForce, bool)
GetTimeInForceOk returns a tuple with the TimeInForce field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoOrderOutput) GetType ¶
func (o *CryptoOrderOutput) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*CryptoOrderOutput) GetTypeOk ¶
func (o *CryptoOrderOutput) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoOrderOutput) HasAccount ¶
func (o *CryptoOrderOutput) HasAccount() bool
HasAccount returns a boolean if a field has been set.
func (*CryptoOrderOutput) HasAveragePrice ¶
func (o *CryptoOrderOutput) HasAveragePrice() bool
HasAveragePrice returns a boolean if a field has been set.
func (*CryptoOrderOutput) HasCancel ¶
func (o *CryptoOrderOutput) HasCancel() bool
HasCancel returns a boolean if a field has been set.
func (*CryptoOrderOutput) HasCancelUrl ¶
func (o *CryptoOrderOutput) HasCancelUrl() bool
HasCancelUrl returns a boolean if a field has been set.
func (*CryptoOrderOutput) HasCreatedAt ¶
func (o *CryptoOrderOutput) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*CryptoOrderOutput) HasCumulativeQuantity ¶
func (o *CryptoOrderOutput) HasCumulativeQuantity() bool
HasCumulativeQuantity returns a boolean if a field has been set.
func (*CryptoOrderOutput) HasCurrencyPairId ¶
func (o *CryptoOrderOutput) HasCurrencyPairId() bool
HasCurrencyPairId returns a boolean if a field has been set.
func (*CryptoOrderOutput) HasExecutions ¶
func (o *CryptoOrderOutput) HasExecutions() bool
HasExecutions returns a boolean if a field has been set.
func (*CryptoOrderOutput) HasId ¶
func (o *CryptoOrderOutput) HasId() bool
HasId returns a boolean if a field has been set.
func (*CryptoOrderOutput) HasLastTransactionAt ¶
func (o *CryptoOrderOutput) HasLastTransactionAt() bool
HasLastTransactionAt returns a boolean if a field has been set.
func (*CryptoOrderOutput) HasPrice ¶
func (o *CryptoOrderOutput) HasPrice() bool
HasPrice returns a boolean if a field has been set.
func (*CryptoOrderOutput) HasQuantity ¶
func (o *CryptoOrderOutput) HasQuantity() bool
HasQuantity returns a boolean if a field has been set.
func (*CryptoOrderOutput) HasRejectReason ¶
func (o *CryptoOrderOutput) HasRejectReason() bool
HasRejectReason returns a boolean if a field has been set.
func (*CryptoOrderOutput) HasSide ¶
func (o *CryptoOrderOutput) HasSide() bool
HasSide returns a boolean if a field has been set.
func (*CryptoOrderOutput) HasState ¶
func (o *CryptoOrderOutput) HasState() bool
HasState returns a boolean if a field has been set.
func (*CryptoOrderOutput) HasStopPrice ¶
func (o *CryptoOrderOutput) HasStopPrice() bool
HasStopPrice returns a boolean if a field has been set.
func (*CryptoOrderOutput) HasTimeInForce ¶
func (o *CryptoOrderOutput) HasTimeInForce() bool
HasTimeInForce returns a boolean if a field has been set.
func (*CryptoOrderOutput) HasType ¶
func (o *CryptoOrderOutput) HasType() bool
HasType returns a boolean if a field has been set.
func (CryptoOrderOutput) MarshalJSON ¶
func (o CryptoOrderOutput) MarshalJSON() ([]byte, error)
func (*CryptoOrderOutput) SetAccount ¶
func (o *CryptoOrderOutput) SetAccount(v string)
SetAccount gets a reference to the given string and assigns it to the Account field.
func (*CryptoOrderOutput) SetAveragePrice ¶
func (o *CryptoOrderOutput) SetAveragePrice(v string)
SetAveragePrice gets a reference to the given string and assigns it to the AveragePrice field.
func (*CryptoOrderOutput) SetCancel ¶
func (o *CryptoOrderOutput) SetCancel(v string)
SetCancel gets a reference to the given string and assigns it to the Cancel field.
func (*CryptoOrderOutput) SetCancelUrl ¶
func (o *CryptoOrderOutput) SetCancelUrl(v string)
SetCancelUrl gets a reference to the given string and assigns it to the CancelUrl field.
func (*CryptoOrderOutput) SetCreatedAt ¶
func (o *CryptoOrderOutput) SetCreatedAt(v string)
SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.
func (*CryptoOrderOutput) SetCumulativeQuantity ¶
func (o *CryptoOrderOutput) SetCumulativeQuantity(v string)
SetCumulativeQuantity gets a reference to the given string and assigns it to the CumulativeQuantity field.
func (*CryptoOrderOutput) SetCurrencyPairId ¶
func (o *CryptoOrderOutput) SetCurrencyPairId(v string)
SetCurrencyPairId gets a reference to the given string and assigns it to the CurrencyPairId field.
func (*CryptoOrderOutput) SetExecutions ¶
func (o *CryptoOrderOutput) SetExecutions(v []Execution)
SetExecutions gets a reference to the given []Execution and assigns it to the Executions field.
func (*CryptoOrderOutput) SetId ¶
func (o *CryptoOrderOutput) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*CryptoOrderOutput) SetLastTransactionAt ¶
func (o *CryptoOrderOutput) SetLastTransactionAt(v string)
SetLastTransactionAt gets a reference to the given string and assigns it to the LastTransactionAt field.
func (*CryptoOrderOutput) SetPrice ¶
func (o *CryptoOrderOutput) SetPrice(v string)
SetPrice gets a reference to the given string and assigns it to the Price field.
func (*CryptoOrderOutput) SetQuantity ¶
func (o *CryptoOrderOutput) SetQuantity(v string)
SetQuantity gets a reference to the given string and assigns it to the Quantity field.
func (*CryptoOrderOutput) SetRejectReason ¶
func (o *CryptoOrderOutput) SetRejectReason(v string)
SetRejectReason gets a reference to the given string and assigns it to the RejectReason field.
func (*CryptoOrderOutput) SetSide ¶
func (o *CryptoOrderOutput) SetSide(v Side)
SetSide gets a reference to the given Side and assigns it to the Side field.
func (*CryptoOrderOutput) SetState ¶
func (o *CryptoOrderOutput) SetState(v string)
SetState gets a reference to the given string and assigns it to the State field.
func (*CryptoOrderOutput) SetStopPrice ¶
func (o *CryptoOrderOutput) SetStopPrice(v string)
SetStopPrice gets a reference to the given string and assigns it to the StopPrice field.
func (*CryptoOrderOutput) SetTimeInForce ¶
func (o *CryptoOrderOutput) SetTimeInForce(v TimeInForce)
SetTimeInForce gets a reference to the given TimeInForce and assigns it to the TimeInForce field.
func (*CryptoOrderOutput) SetType ¶
func (o *CryptoOrderOutput) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (CryptoOrderOutput) ToMap ¶
func (o CryptoOrderOutput) ToMap() (map[string]interface{}, error)
type CryptoPortfolio ¶
type CryptoPortfolio struct { AccountId *string `json:"account_id,omitempty"` Equity *string `json:"equity,omitempty"` ExtendedHoursEquity *string `json:"extended_hours_equity,omitempty"` ExtendedHoursMarketValue *string `json:"extended_hours_market_value,omitempty"` Id *string `json:"id,omitempty"` }
CryptoPortfolio struct for CryptoPortfolio
func NewCryptoPortfolio ¶
func NewCryptoPortfolio() *CryptoPortfolio
NewCryptoPortfolio instantiates a new CryptoPortfolio 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 NewCryptoPortfolioWithDefaults ¶
func NewCryptoPortfolioWithDefaults() *CryptoPortfolio
NewCryptoPortfolioWithDefaults instantiates a new CryptoPortfolio 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 (*CryptoPortfolio) GetAccountId ¶
func (o *CryptoPortfolio) GetAccountId() string
GetAccountId returns the AccountId field value if set, zero value otherwise.
func (*CryptoPortfolio) GetAccountIdOk ¶
func (o *CryptoPortfolio) GetAccountIdOk() (*string, bool)
GetAccountIdOk returns a tuple with the AccountId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoPortfolio) GetEquity ¶
func (o *CryptoPortfolio) GetEquity() string
GetEquity returns the Equity field value if set, zero value otherwise.
func (*CryptoPortfolio) GetEquityOk ¶
func (o *CryptoPortfolio) GetEquityOk() (*string, bool)
GetEquityOk returns a tuple with the Equity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoPortfolio) GetExtendedHoursEquity ¶
func (o *CryptoPortfolio) GetExtendedHoursEquity() string
GetExtendedHoursEquity returns the ExtendedHoursEquity field value if set, zero value otherwise.
func (*CryptoPortfolio) GetExtendedHoursEquityOk ¶
func (o *CryptoPortfolio) GetExtendedHoursEquityOk() (*string, bool)
GetExtendedHoursEquityOk returns a tuple with the ExtendedHoursEquity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoPortfolio) GetExtendedHoursMarketValue ¶
func (o *CryptoPortfolio) GetExtendedHoursMarketValue() string
GetExtendedHoursMarketValue returns the ExtendedHoursMarketValue field value if set, zero value otherwise.
func (*CryptoPortfolio) GetExtendedHoursMarketValueOk ¶
func (o *CryptoPortfolio) GetExtendedHoursMarketValueOk() (*string, bool)
GetExtendedHoursMarketValueOk returns a tuple with the ExtendedHoursMarketValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoPortfolio) GetId ¶
func (o *CryptoPortfolio) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*CryptoPortfolio) GetIdOk ¶
func (o *CryptoPortfolio) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CryptoPortfolio) HasAccountId ¶
func (o *CryptoPortfolio) HasAccountId() bool
HasAccountId returns a boolean if a field has been set.
func (*CryptoPortfolio) HasEquity ¶
func (o *CryptoPortfolio) HasEquity() bool
HasEquity returns a boolean if a field has been set.
func (*CryptoPortfolio) HasExtendedHoursEquity ¶
func (o *CryptoPortfolio) HasExtendedHoursEquity() bool
HasExtendedHoursEquity returns a boolean if a field has been set.
func (*CryptoPortfolio) HasExtendedHoursMarketValue ¶
func (o *CryptoPortfolio) HasExtendedHoursMarketValue() bool
HasExtendedHoursMarketValue returns a boolean if a field has been set.
func (*CryptoPortfolio) HasId ¶
func (o *CryptoPortfolio) HasId() bool
HasId returns a boolean if a field has been set.
func (CryptoPortfolio) MarshalJSON ¶
func (o CryptoPortfolio) MarshalJSON() ([]byte, error)
func (*CryptoPortfolio) SetAccountId ¶
func (o *CryptoPortfolio) SetAccountId(v string)
SetAccountId gets a reference to the given string and assigns it to the AccountId field.
func (*CryptoPortfolio) SetEquity ¶
func (o *CryptoPortfolio) SetEquity(v string)
SetEquity gets a reference to the given string and assigns it to the Equity field.
func (*CryptoPortfolio) SetExtendedHoursEquity ¶
func (o *CryptoPortfolio) SetExtendedHoursEquity(v string)
SetExtendedHoursEquity gets a reference to the given string and assigns it to the ExtendedHoursEquity field.
func (*CryptoPortfolio) SetExtendedHoursMarketValue ¶
func (o *CryptoPortfolio) SetExtendedHoursMarketValue(v string)
SetExtendedHoursMarketValue gets a reference to the given string and assigns it to the ExtendedHoursMarketValue field.
func (*CryptoPortfolio) SetId ¶
func (o *CryptoPortfolio) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (CryptoPortfolio) ToMap ¶
func (o CryptoPortfolio) ToMap() (map[string]interface{}, error)
type Direction ¶
type Direction string
Direction the model 'Direction'
func NewDirectionFromValue ¶
NewDirectionFromValue returns a pointer to a valid Direction for the value passed as argument, or an error if the value passed is not allowed by the enum
func (*Direction) UnmarshalJSON ¶
type EquityComponent ¶
type Execution ¶
type Execution struct { Id *string `json:"id,omitempty"` Price *string `json:"price,omitempty"` Quantity *string `json:"quantity,omitempty"` SettlementDate *string `json:"settlement_date,omitempty"` Timestamp *time.Time `json:"timestamp,omitempty"` }
Execution struct for Execution
func NewExecution ¶
func NewExecution() *Execution
NewExecution instantiates a new Execution 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 NewExecutionWithDefaults ¶
func NewExecutionWithDefaults() *Execution
NewExecutionWithDefaults instantiates a new Execution 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 (*Execution) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Execution) GetPriceOk ¶
GetPriceOk returns a tuple with the Price field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Execution) GetQuantity ¶
GetQuantity returns the Quantity field value if set, zero value otherwise.
func (*Execution) GetQuantityOk ¶
GetQuantityOk returns a tuple with the Quantity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Execution) GetSettlementDate ¶
GetSettlementDate returns the SettlementDate field value if set, zero value otherwise.
func (*Execution) GetSettlementDateOk ¶
GetSettlementDateOk returns a tuple with the SettlementDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Execution) GetTimestamp ¶
GetTimestamp returns the Timestamp field value if set, zero value otherwise.
func (*Execution) GetTimestampOk ¶
GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Execution) HasQuantity ¶
HasQuantity returns a boolean if a field has been set.
func (*Execution) HasSettlementDate ¶
HasSettlementDate returns a boolean if a field has been set.
func (*Execution) HasTimestamp ¶
HasTimestamp returns a boolean if a field has been set.
func (Execution) MarshalJSON ¶
func (*Execution) SetId ¶
SetId gets a reference to the given string and assigns it to the Id field.
func (*Execution) SetPrice ¶
SetPrice gets a reference to the given string and assigns it to the Price field.
func (*Execution) SetQuantity ¶
SetQuantity gets a reference to the given string and assigns it to the Quantity field.
func (*Execution) SetSettlementDate ¶
SetSettlementDate gets a reference to the given string and assigns it to the SettlementDate field.
func (*Execution) SetTimestamp ¶
SetTimestamp gets a reference to the given time.Time and assigns it to the Timestamp field.
type ExecutionType ¶
type ExecutionType string
ExecutionType the model 'ExecutionType'
const ( MARKET ExecutionType = "market" LIMIT ExecutionType = "limit" )
List of ExecutionType
func NewExecutionTypeFromValue ¶
func NewExecutionTypeFromValue(v string) (*ExecutionType, error)
NewExecutionTypeFromValue returns a pointer to a valid ExecutionType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (ExecutionType) IsValid ¶
func (v ExecutionType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (ExecutionType) Ptr ¶
func (v ExecutionType) Ptr() *ExecutionType
Ptr returns reference to ExecutionType value
func (*ExecutionType) UnmarshalJSON ¶
func (v *ExecutionType) UnmarshalJSON(src []byte) error
type FundamentalsData ¶
type FundamentalsData struct { AverageVolume *string `json:"average_volume,omitempty"` Description *string `json:"description,omitempty"` DividendYield *string `json:"dividend_yield,omitempty"` High *string `json:"high,omitempty"` High52Weeks *string `json:"high_52_weeks,omitempty"` Instrument *string `json:"instrument,omitempty"` Low *string `json:"low,omitempty"` Low52Weeks *string `json:"low_52_weeks,omitempty"` MarketCap *string `json:"market_cap,omitempty"` Open *string `json:"open,omitempty"` PeRatio *string `json:"pe_ratio,omitempty"` Volume *string `json:"volume,omitempty"` }
FundamentalsData struct for FundamentalsData
func NewFundamentalsData ¶
func NewFundamentalsData() *FundamentalsData
NewFundamentalsData instantiates a new FundamentalsData 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 NewFundamentalsDataWithDefaults ¶
func NewFundamentalsDataWithDefaults() *FundamentalsData
NewFundamentalsDataWithDefaults instantiates a new FundamentalsData 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 (*FundamentalsData) GetAverageVolume ¶
func (o *FundamentalsData) GetAverageVolume() string
GetAverageVolume returns the AverageVolume field value if set, zero value otherwise.
func (*FundamentalsData) GetAverageVolumeOk ¶
func (o *FundamentalsData) GetAverageVolumeOk() (*string, bool)
GetAverageVolumeOk returns a tuple with the AverageVolume field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FundamentalsData) GetDescription ¶
func (o *FundamentalsData) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*FundamentalsData) GetDescriptionOk ¶
func (o *FundamentalsData) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FundamentalsData) GetDividendYield ¶
func (o *FundamentalsData) GetDividendYield() string
GetDividendYield returns the DividendYield field value if set, zero value otherwise.
func (*FundamentalsData) GetDividendYieldOk ¶
func (o *FundamentalsData) GetDividendYieldOk() (*string, bool)
GetDividendYieldOk returns a tuple with the DividendYield field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FundamentalsData) GetHigh ¶
func (o *FundamentalsData) GetHigh() string
GetHigh returns the High field value if set, zero value otherwise.
func (*FundamentalsData) GetHigh52Weeks ¶
func (o *FundamentalsData) GetHigh52Weeks() string
GetHigh52Weeks returns the High52Weeks field value if set, zero value otherwise.
func (*FundamentalsData) GetHigh52WeeksOk ¶
func (o *FundamentalsData) GetHigh52WeeksOk() (*string, bool)
GetHigh52WeeksOk returns a tuple with the High52Weeks field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FundamentalsData) GetHighOk ¶
func (o *FundamentalsData) GetHighOk() (*string, bool)
GetHighOk returns a tuple with the High field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FundamentalsData) GetInstrument ¶
func (o *FundamentalsData) GetInstrument() string
GetInstrument returns the Instrument field value if set, zero value otherwise.
func (*FundamentalsData) GetInstrumentOk ¶
func (o *FundamentalsData) GetInstrumentOk() (*string, bool)
GetInstrumentOk returns a tuple with the Instrument field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FundamentalsData) GetLow ¶
func (o *FundamentalsData) GetLow() string
GetLow returns the Low field value if set, zero value otherwise.
func (*FundamentalsData) GetLow52Weeks ¶
func (o *FundamentalsData) GetLow52Weeks() string
GetLow52Weeks returns the Low52Weeks field value if set, zero value otherwise.
func (*FundamentalsData) GetLow52WeeksOk ¶
func (o *FundamentalsData) GetLow52WeeksOk() (*string, bool)
GetLow52WeeksOk returns a tuple with the Low52Weeks field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FundamentalsData) GetLowOk ¶
func (o *FundamentalsData) GetLowOk() (*string, bool)
GetLowOk returns a tuple with the Low field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FundamentalsData) GetMarketCap ¶
func (o *FundamentalsData) GetMarketCap() string
GetMarketCap returns the MarketCap field value if set, zero value otherwise.
func (*FundamentalsData) GetMarketCapOk ¶
func (o *FundamentalsData) GetMarketCapOk() (*string, bool)
GetMarketCapOk returns a tuple with the MarketCap field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FundamentalsData) GetOpen ¶
func (o *FundamentalsData) GetOpen() string
GetOpen returns the Open field value if set, zero value otherwise.
func (*FundamentalsData) GetOpenOk ¶
func (o *FundamentalsData) GetOpenOk() (*string, bool)
GetOpenOk returns a tuple with the Open field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FundamentalsData) GetPeRatio ¶
func (o *FundamentalsData) GetPeRatio() string
GetPeRatio returns the PeRatio field value if set, zero value otherwise.
func (*FundamentalsData) GetPeRatioOk ¶
func (o *FundamentalsData) GetPeRatioOk() (*string, bool)
GetPeRatioOk returns a tuple with the PeRatio field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FundamentalsData) GetVolume ¶
func (o *FundamentalsData) GetVolume() string
GetVolume returns the Volume field value if set, zero value otherwise.
func (*FundamentalsData) GetVolumeOk ¶
func (o *FundamentalsData) GetVolumeOk() (*string, bool)
GetVolumeOk returns a tuple with the Volume field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FundamentalsData) HasAverageVolume ¶
func (o *FundamentalsData) HasAverageVolume() bool
HasAverageVolume returns a boolean if a field has been set.
func (*FundamentalsData) HasDescription ¶
func (o *FundamentalsData) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*FundamentalsData) HasDividendYield ¶
func (o *FundamentalsData) HasDividendYield() bool
HasDividendYield returns a boolean if a field has been set.
func (*FundamentalsData) HasHigh ¶
func (o *FundamentalsData) HasHigh() bool
HasHigh returns a boolean if a field has been set.
func (*FundamentalsData) HasHigh52Weeks ¶
func (o *FundamentalsData) HasHigh52Weeks() bool
HasHigh52Weeks returns a boolean if a field has been set.
func (*FundamentalsData) HasInstrument ¶
func (o *FundamentalsData) HasInstrument() bool
HasInstrument returns a boolean if a field has been set.
func (*FundamentalsData) HasLow ¶
func (o *FundamentalsData) HasLow() bool
HasLow returns a boolean if a field has been set.
func (*FundamentalsData) HasLow52Weeks ¶
func (o *FundamentalsData) HasLow52Weeks() bool
HasLow52Weeks returns a boolean if a field has been set.
func (*FundamentalsData) HasMarketCap ¶
func (o *FundamentalsData) HasMarketCap() bool
HasMarketCap returns a boolean if a field has been set.
func (*FundamentalsData) HasOpen ¶
func (o *FundamentalsData) HasOpen() bool
HasOpen returns a boolean if a field has been set.
func (*FundamentalsData) HasPeRatio ¶
func (o *FundamentalsData) HasPeRatio() bool
HasPeRatio returns a boolean if a field has been set.
func (*FundamentalsData) HasVolume ¶
func (o *FundamentalsData) HasVolume() bool
HasVolume returns a boolean if a field has been set.
func (FundamentalsData) MarshalJSON ¶
func (o FundamentalsData) MarshalJSON() ([]byte, error)
func (*FundamentalsData) SetAverageVolume ¶
func (o *FundamentalsData) SetAverageVolume(v string)
SetAverageVolume gets a reference to the given string and assigns it to the AverageVolume field.
func (*FundamentalsData) SetDescription ¶
func (o *FundamentalsData) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*FundamentalsData) SetDividendYield ¶
func (o *FundamentalsData) SetDividendYield(v string)
SetDividendYield gets a reference to the given string and assigns it to the DividendYield field.
func (*FundamentalsData) SetHigh ¶
func (o *FundamentalsData) SetHigh(v string)
SetHigh gets a reference to the given string and assigns it to the High field.
func (*FundamentalsData) SetHigh52Weeks ¶
func (o *FundamentalsData) SetHigh52Weeks(v string)
SetHigh52Weeks gets a reference to the given string and assigns it to the High52Weeks field.
func (*FundamentalsData) SetInstrument ¶
func (o *FundamentalsData) SetInstrument(v string)
SetInstrument gets a reference to the given string and assigns it to the Instrument field.
func (*FundamentalsData) SetLow ¶
func (o *FundamentalsData) SetLow(v string)
SetLow gets a reference to the given string and assigns it to the Low field.
func (*FundamentalsData) SetLow52Weeks ¶
func (o *FundamentalsData) SetLow52Weeks(v string)
SetLow52Weeks gets a reference to the given string and assigns it to the Low52Weeks field.
func (*FundamentalsData) SetMarketCap ¶
func (o *FundamentalsData) SetMarketCap(v string)
SetMarketCap gets a reference to the given string and assigns it to the MarketCap field.
func (*FundamentalsData) SetOpen ¶
func (o *FundamentalsData) SetOpen(v string)
SetOpen gets a reference to the given string and assigns it to the Open field.
func (*FundamentalsData) SetPeRatio ¶
func (o *FundamentalsData) SetPeRatio(v string)
SetPeRatio gets a reference to the given string and assigns it to the PeRatio field.
func (*FundamentalsData) SetVolume ¶
func (o *FundamentalsData) SetVolume(v string)
SetVolume gets a reference to the given string and assigns it to the Volume field.
func (FundamentalsData) ToMap ¶
func (o FundamentalsData) ToMap() (map[string]interface{}, error)
type GetEventsResponse ¶
type GetEventsResponse struct { Next *string `json:"next,omitempty"` Previous *string `json:"previous,omitempty"` Results *[]OptionAssignment `json:"results,omitempty"` }
type GetOptionOrdersResponse ¶
type GetOptionOrdersResponse struct { Next *string `json:"next,omitempty"` Previous *string `json:"previous,omitempty"` Results []OptionOrder `json:"results,omitempty"` }
GetOptionOrdersResponse struct for GetOptionOrdersResponse
func NewGetOptionOrdersResponse ¶
func NewGetOptionOrdersResponse() *GetOptionOrdersResponse
NewGetOptionOrdersResponse instantiates a new GetOptionOrdersResponse 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 NewGetOptionOrdersResponseWithDefaults ¶
func NewGetOptionOrdersResponseWithDefaults() *GetOptionOrdersResponse
NewGetOptionOrdersResponseWithDefaults instantiates a new GetOptionOrdersResponse 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 (*GetOptionOrdersResponse) GetNext ¶
func (o *GetOptionOrdersResponse) GetNext() string
GetNext returns the Next field value if set, zero value otherwise.
func (*GetOptionOrdersResponse) GetNextOk ¶
func (o *GetOptionOrdersResponse) GetNextOk() (*string, bool)
GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetOptionOrdersResponse) GetPrevious ¶
func (o *GetOptionOrdersResponse) GetPrevious() string
GetPrevious returns the Previous field value if set, zero value otherwise.
func (*GetOptionOrdersResponse) GetPreviousOk ¶
func (o *GetOptionOrdersResponse) GetPreviousOk() (*string, bool)
GetPreviousOk returns a tuple with the Previous field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetOptionOrdersResponse) GetResults ¶
func (o *GetOptionOrdersResponse) GetResults() []OptionOrder
GetResults returns the Results field value if set, zero value otherwise.
func (*GetOptionOrdersResponse) GetResultsOk ¶
func (o *GetOptionOrdersResponse) GetResultsOk() ([]OptionOrder, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetOptionOrdersResponse) HasNext ¶
func (o *GetOptionOrdersResponse) HasNext() bool
HasNext returns a boolean if a field has been set.
func (*GetOptionOrdersResponse) HasPrevious ¶
func (o *GetOptionOrdersResponse) HasPrevious() bool
HasPrevious returns a boolean if a field has been set.
func (*GetOptionOrdersResponse) HasResults ¶
func (o *GetOptionOrdersResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (GetOptionOrdersResponse) MarshalJSON ¶
func (o GetOptionOrdersResponse) MarshalJSON() ([]byte, error)
func (*GetOptionOrdersResponse) SetNext ¶
func (o *GetOptionOrdersResponse) SetNext(v string)
SetNext gets a reference to the given string and assigns it to the Next field.
func (*GetOptionOrdersResponse) SetPrevious ¶
func (o *GetOptionOrdersResponse) SetPrevious(v string)
SetPrevious gets a reference to the given string and assigns it to the Previous field.
func (*GetOptionOrdersResponse) SetResults ¶
func (o *GetOptionOrdersResponse) SetResults(v []OptionOrder)
SetResults gets a reference to the given []OptionOrder and assigns it to the Results field.
func (GetOptionOrdersResponse) ToMap ¶
func (o GetOptionOrdersResponse) ToMap() (map[string]interface{}, error)
type GetStockSplitResponse ¶
type InstrumentData ¶
type InstrumentData struct { BloombergUnique *string `json:"bloomberg_unique,omitempty"` Country *string `json:"country,omitempty"` DayTradeRatio *string `json:"day_trade_ratio,omitempty"` Fundamentals *string `json:"fundamentals,omitempty"` Id *string `json:"id,omitempty"` ListDate *string `json:"list_date,omitempty"` MaintenanceRatio *string `json:"maintenance_ratio,omitempty"` MarginInitialRatio *string `json:"margin_initial_ratio,omitempty"` Market *string `json:"market,omitempty"` MinTickSize *string `json:"min_tick_size,omitempty"` Name *string `json:"name,omitempty"` Quote *string `json:"quote,omitempty"` SimpleName *string `json:"simple_name,omitempty"` Splits *string `json:"splits,omitempty"` State *InstrumentState `json:"state,omitempty"` Symbol *string `json:"symbol,omitempty"` Tradability *string `json:"tradability,omitempty"` Tradeable *bool `json:"tradeable,omitempty"` Type *string `json:"type,omitempty"` Url *string `json:"url,omitempty"` }
InstrumentData struct for InstrumentData
func NewInstrumentData ¶
func NewInstrumentData() *InstrumentData
NewInstrumentData instantiates a new InstrumentData 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 NewInstrumentDataWithDefaults ¶
func NewInstrumentDataWithDefaults() *InstrumentData
NewInstrumentDataWithDefaults instantiates a new InstrumentData 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 (*InstrumentData) GetBloombergUnique ¶
func (o *InstrumentData) GetBloombergUnique() string
GetBloombergUnique returns the BloombergUnique field value if set, zero value otherwise.
func (*InstrumentData) GetBloombergUniqueOk ¶
func (o *InstrumentData) GetBloombergUniqueOk() (*string, bool)
GetBloombergUniqueOk returns a tuple with the BloombergUnique field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstrumentData) GetCountry ¶
func (o *InstrumentData) GetCountry() string
GetCountry returns the Country field value if set, zero value otherwise.
func (*InstrumentData) GetCountryOk ¶
func (o *InstrumentData) GetCountryOk() (*string, bool)
GetCountryOk returns a tuple with the Country field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstrumentData) GetDayTradeRatio ¶
func (o *InstrumentData) GetDayTradeRatio() string
GetDayTradeRatio returns the DayTradeRatio field value if set, zero value otherwise.
func (*InstrumentData) GetDayTradeRatioOk ¶
func (o *InstrumentData) GetDayTradeRatioOk() (*string, bool)
GetDayTradeRatioOk returns a tuple with the DayTradeRatio field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstrumentData) GetFundamentals ¶
func (o *InstrumentData) GetFundamentals() string
GetFundamentals returns the Fundamentals field value if set, zero value otherwise.
func (*InstrumentData) GetFundamentalsOk ¶
func (o *InstrumentData) GetFundamentalsOk() (*string, bool)
GetFundamentalsOk returns a tuple with the Fundamentals field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstrumentData) GetId ¶
func (o *InstrumentData) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*InstrumentData) GetIdOk ¶
func (o *InstrumentData) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstrumentData) GetListDate ¶
func (o *InstrumentData) GetListDate() string
GetListDate returns the ListDate field value if set, zero value otherwise.
func (*InstrumentData) GetListDateOk ¶
func (o *InstrumentData) GetListDateOk() (*string, bool)
GetListDateOk returns a tuple with the ListDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstrumentData) GetMaintenanceRatio ¶
func (o *InstrumentData) GetMaintenanceRatio() string
GetMaintenanceRatio returns the MaintenanceRatio field value if set, zero value otherwise.
func (*InstrumentData) GetMaintenanceRatioOk ¶
func (o *InstrumentData) GetMaintenanceRatioOk() (*string, bool)
GetMaintenanceRatioOk returns a tuple with the MaintenanceRatio field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstrumentData) GetMarginInitialRatio ¶
func (o *InstrumentData) GetMarginInitialRatio() string
GetMarginInitialRatio returns the MarginInitialRatio field value if set, zero value otherwise.
func (*InstrumentData) GetMarginInitialRatioOk ¶
func (o *InstrumentData) GetMarginInitialRatioOk() (*string, bool)
GetMarginInitialRatioOk returns a tuple with the MarginInitialRatio field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstrumentData) GetMarket ¶
func (o *InstrumentData) GetMarket() string
GetMarket returns the Market field value if set, zero value otherwise.
func (*InstrumentData) GetMarketOk ¶
func (o *InstrumentData) GetMarketOk() (*string, bool)
GetMarketOk returns a tuple with the Market field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstrumentData) GetMinTickSize ¶
func (o *InstrumentData) GetMinTickSize() string
GetMinTickSize returns the MinTickSize field value if set, zero value otherwise.
func (*InstrumentData) GetMinTickSizeOk ¶
func (o *InstrumentData) GetMinTickSizeOk() (*string, bool)
GetMinTickSizeOk returns a tuple with the MinTickSize field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstrumentData) GetName ¶
func (o *InstrumentData) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*InstrumentData) GetNameOk ¶
func (o *InstrumentData) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstrumentData) GetQuote ¶
func (o *InstrumentData) GetQuote() string
GetQuote returns the Quote field value if set, zero value otherwise.
func (*InstrumentData) GetQuoteOk ¶
func (o *InstrumentData) GetQuoteOk() (*string, bool)
GetQuoteOk returns a tuple with the Quote field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstrumentData) GetSimpleName ¶
func (o *InstrumentData) GetSimpleName() string
GetSimpleName returns the SimpleName field value if set, zero value otherwise.
func (*InstrumentData) GetSimpleNameOk ¶
func (o *InstrumentData) GetSimpleNameOk() (*string, bool)
GetSimpleNameOk returns a tuple with the SimpleName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstrumentData) GetSplits ¶
func (o *InstrumentData) GetSplits() string
GetSplits returns the Splits field value if set, zero value otherwise.
func (*InstrumentData) GetSplitsOk ¶
func (o *InstrumentData) GetSplitsOk() (*string, bool)
GetSplitsOk returns a tuple with the Splits field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstrumentData) GetState ¶
func (o *InstrumentData) GetState() InstrumentState
GetState returns the State field value if set, zero value otherwise.
func (*InstrumentData) GetStateOk ¶
func (o *InstrumentData) GetStateOk() (*InstrumentState, bool)
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstrumentData) GetSymbol ¶
func (o *InstrumentData) GetSymbol() string
GetSymbol returns the Symbol field value if set, zero value otherwise.
func (*InstrumentData) GetSymbolOk ¶
func (o *InstrumentData) GetSymbolOk() (*string, bool)
GetSymbolOk returns a tuple with the Symbol field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstrumentData) GetTradability ¶
func (o *InstrumentData) GetTradability() string
GetTradability returns the Tradability field value if set, zero value otherwise.
func (*InstrumentData) GetTradabilityOk ¶
func (o *InstrumentData) GetTradabilityOk() (*string, bool)
GetTradabilityOk returns a tuple with the Tradability field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstrumentData) GetTradeable ¶
func (o *InstrumentData) GetTradeable() bool
GetTradeable returns the Tradeable field value if set, zero value otherwise.
func (*InstrumentData) GetTradeableOk ¶
func (o *InstrumentData) GetTradeableOk() (*bool, bool)
GetTradeableOk returns a tuple with the Tradeable field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstrumentData) GetType ¶
func (o *InstrumentData) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*InstrumentData) GetTypeOk ¶
func (o *InstrumentData) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstrumentData) GetUrl ¶
func (o *InstrumentData) GetUrl() string
GetUrl returns the Url field value if set, zero value otherwise.
func (*InstrumentData) GetUrlOk ¶
func (o *InstrumentData) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstrumentData) HasBloombergUnique ¶
func (o *InstrumentData) HasBloombergUnique() bool
HasBloombergUnique returns a boolean if a field has been set.
func (*InstrumentData) HasCountry ¶
func (o *InstrumentData) HasCountry() bool
HasCountry returns a boolean if a field has been set.
func (*InstrumentData) HasDayTradeRatio ¶
func (o *InstrumentData) HasDayTradeRatio() bool
HasDayTradeRatio returns a boolean if a field has been set.
func (*InstrumentData) HasFundamentals ¶
func (o *InstrumentData) HasFundamentals() bool
HasFundamentals returns a boolean if a field has been set.
func (*InstrumentData) HasId ¶
func (o *InstrumentData) HasId() bool
HasId returns a boolean if a field has been set.
func (*InstrumentData) HasListDate ¶
func (o *InstrumentData) HasListDate() bool
HasListDate returns a boolean if a field has been set.
func (*InstrumentData) HasMaintenanceRatio ¶
func (o *InstrumentData) HasMaintenanceRatio() bool
HasMaintenanceRatio returns a boolean if a field has been set.
func (*InstrumentData) HasMarginInitialRatio ¶
func (o *InstrumentData) HasMarginInitialRatio() bool
HasMarginInitialRatio returns a boolean if a field has been set.
func (*InstrumentData) HasMarket ¶
func (o *InstrumentData) HasMarket() bool
HasMarket returns a boolean if a field has been set.
func (*InstrumentData) HasMinTickSize ¶
func (o *InstrumentData) HasMinTickSize() bool
HasMinTickSize returns a boolean if a field has been set.
func (*InstrumentData) HasName ¶
func (o *InstrumentData) HasName() bool
HasName returns a boolean if a field has been set.
func (*InstrumentData) HasQuote ¶
func (o *InstrumentData) HasQuote() bool
HasQuote returns a boolean if a field has been set.
func (*InstrumentData) HasSimpleName ¶
func (o *InstrumentData) HasSimpleName() bool
HasSimpleName returns a boolean if a field has been set.
func (*InstrumentData) HasSplits ¶
func (o *InstrumentData) HasSplits() bool
HasSplits returns a boolean if a field has been set.
func (*InstrumentData) HasState ¶
func (o *InstrumentData) HasState() bool
HasState returns a boolean if a field has been set.
func (*InstrumentData) HasSymbol ¶
func (o *InstrumentData) HasSymbol() bool
HasSymbol returns a boolean if a field has been set.
func (*InstrumentData) HasTradability ¶
func (o *InstrumentData) HasTradability() bool
HasTradability returns a boolean if a field has been set.
func (*InstrumentData) HasTradeable ¶
func (o *InstrumentData) HasTradeable() bool
HasTradeable returns a boolean if a field has been set.
func (*InstrumentData) HasType ¶
func (o *InstrumentData) HasType() bool
HasType returns a boolean if a field has been set.
func (*InstrumentData) HasUrl ¶
func (o *InstrumentData) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (InstrumentData) MarshalJSON ¶
func (o InstrumentData) MarshalJSON() ([]byte, error)
func (*InstrumentData) SetBloombergUnique ¶
func (o *InstrumentData) SetBloombergUnique(v string)
SetBloombergUnique gets a reference to the given string and assigns it to the BloombergUnique field.
func (*InstrumentData) SetCountry ¶
func (o *InstrumentData) SetCountry(v string)
SetCountry gets a reference to the given string and assigns it to the Country field.
func (*InstrumentData) SetDayTradeRatio ¶
func (o *InstrumentData) SetDayTradeRatio(v string)
SetDayTradeRatio gets a reference to the given string and assigns it to the DayTradeRatio field.
func (*InstrumentData) SetFundamentals ¶
func (o *InstrumentData) SetFundamentals(v string)
SetFundamentals gets a reference to the given string and assigns it to the Fundamentals field.
func (*InstrumentData) SetId ¶
func (o *InstrumentData) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*InstrumentData) SetListDate ¶
func (o *InstrumentData) SetListDate(v string)
SetListDate gets a reference to the given string and assigns it to the ListDate field.
func (*InstrumentData) SetMaintenanceRatio ¶
func (o *InstrumentData) SetMaintenanceRatio(v string)
SetMaintenanceRatio gets a reference to the given string and assigns it to the MaintenanceRatio field.
func (*InstrumentData) SetMarginInitialRatio ¶
func (o *InstrumentData) SetMarginInitialRatio(v string)
SetMarginInitialRatio gets a reference to the given string and assigns it to the MarginInitialRatio field.
func (*InstrumentData) SetMarket ¶
func (o *InstrumentData) SetMarket(v string)
SetMarket gets a reference to the given string and assigns it to the Market field.
func (*InstrumentData) SetMinTickSize ¶
func (o *InstrumentData) SetMinTickSize(v string)
SetMinTickSize gets a reference to the given string and assigns it to the MinTickSize field.
func (*InstrumentData) SetName ¶
func (o *InstrumentData) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*InstrumentData) SetQuote ¶
func (o *InstrumentData) SetQuote(v string)
SetQuote gets a reference to the given string and assigns it to the Quote field.
func (*InstrumentData) SetSimpleName ¶
func (o *InstrumentData) SetSimpleName(v string)
SetSimpleName gets a reference to the given string and assigns it to the SimpleName field.
func (*InstrumentData) SetSplits ¶
func (o *InstrumentData) SetSplits(v string)
SetSplits gets a reference to the given string and assigns it to the Splits field.
func (*InstrumentData) SetState ¶
func (o *InstrumentData) SetState(v InstrumentState)
SetState gets a reference to the given InstrumentState and assigns it to the State field.
func (*InstrumentData) SetSymbol ¶
func (o *InstrumentData) SetSymbol(v string)
SetSymbol gets a reference to the given string and assigns it to the Symbol field.
func (*InstrumentData) SetTradability ¶
func (o *InstrumentData) SetTradability(v string)
SetTradability gets a reference to the given string and assigns it to the Tradability field.
func (*InstrumentData) SetTradeable ¶
func (o *InstrumentData) SetTradeable(v bool)
SetTradeable gets a reference to the given bool and assigns it to the Tradeable field.
func (*InstrumentData) SetType ¶
func (o *InstrumentData) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*InstrumentData) SetUrl ¶
func (o *InstrumentData) SetUrl(v string)
SetUrl gets a reference to the given string and assigns it to the Url field.
func (InstrumentData) ToMap ¶
func (o InstrumentData) ToMap() (map[string]interface{}, error)
type InstrumentSplit ¶
type InstrumentSplit struct { Divisor *string `json:"divisor,omitempty"` ExecutionDate *string `json:"execution_date,omitempty"` Instrument *string `json:"instrument,omitempty"` Multiplier *string `json:"multiplier,omitempty"` Url *string `json:"url,omitempty"` }
InstrumentSplit struct for InstrumentSplit
func NewInstrumentSplit ¶
func NewInstrumentSplit() *InstrumentSplit
NewInstrumentSplit instantiates a new InstrumentSplit 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 NewInstrumentSplitWithDefaults ¶
func NewInstrumentSplitWithDefaults() *InstrumentSplit
NewInstrumentSplitWithDefaults instantiates a new InstrumentSplit 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 (*InstrumentSplit) GetDivisor ¶
func (o *InstrumentSplit) GetDivisor() string
GetDivisor returns the Divisor field value if set, zero value otherwise.
func (*InstrumentSplit) GetDivisorOk ¶
func (o *InstrumentSplit) GetDivisorOk() (*string, bool)
GetDivisorOk returns a tuple with the Divisor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstrumentSplit) GetExecutionDate ¶
func (o *InstrumentSplit) GetExecutionDate() string
GetExecutionDate returns the ExecutionDate field value if set, zero value otherwise.
func (*InstrumentSplit) GetExecutionDateOk ¶
func (o *InstrumentSplit) GetExecutionDateOk() (*string, bool)
GetExecutionDateOk returns a tuple with the ExecutionDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstrumentSplit) GetInstrument ¶
func (o *InstrumentSplit) GetInstrument() string
GetInstrument returns the Instrument field value if set, zero value otherwise.
func (*InstrumentSplit) GetInstrumentOk ¶
func (o *InstrumentSplit) GetInstrumentOk() (*string, bool)
GetInstrumentOk returns a tuple with the Instrument field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstrumentSplit) GetMultiplier ¶
func (o *InstrumentSplit) GetMultiplier() string
GetMultiplier returns the Multiplier field value if set, zero value otherwise.
func (*InstrumentSplit) GetMultiplierOk ¶
func (o *InstrumentSplit) GetMultiplierOk() (*string, bool)
GetMultiplierOk returns a tuple with the Multiplier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstrumentSplit) GetUrl ¶
func (o *InstrumentSplit) GetUrl() string
GetUrl returns the Url field value if set, zero value otherwise.
func (*InstrumentSplit) GetUrlOk ¶
func (o *InstrumentSplit) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstrumentSplit) HasDivisor ¶
func (o *InstrumentSplit) HasDivisor() bool
HasDivisor returns a boolean if a field has been set.
func (*InstrumentSplit) HasExecutionDate ¶
func (o *InstrumentSplit) HasExecutionDate() bool
HasExecutionDate returns a boolean if a field has been set.
func (*InstrumentSplit) HasInstrument ¶
func (o *InstrumentSplit) HasInstrument() bool
HasInstrument returns a boolean if a field has been set.
func (*InstrumentSplit) HasMultiplier ¶
func (o *InstrumentSplit) HasMultiplier() bool
HasMultiplier returns a boolean if a field has been set.
func (*InstrumentSplit) HasUrl ¶
func (o *InstrumentSplit) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (InstrumentSplit) MarshalJSON ¶
func (o InstrumentSplit) MarshalJSON() ([]byte, error)
func (*InstrumentSplit) SetDivisor ¶
func (o *InstrumentSplit) SetDivisor(v string)
SetDivisor gets a reference to the given string and assigns it to the Divisor field.
func (*InstrumentSplit) SetExecutionDate ¶
func (o *InstrumentSplit) SetExecutionDate(v string)
SetExecutionDate gets a reference to the given string and assigns it to the ExecutionDate field.
func (*InstrumentSplit) SetInstrument ¶
func (o *InstrumentSplit) SetInstrument(v string)
SetInstrument gets a reference to the given string and assigns it to the Instrument field.
func (*InstrumentSplit) SetMultiplier ¶
func (o *InstrumentSplit) SetMultiplier(v string)
SetMultiplier gets a reference to the given string and assigns it to the Multiplier field.
func (*InstrumentSplit) SetUrl ¶
func (o *InstrumentSplit) SetUrl(v string)
SetUrl gets a reference to the given string and assigns it to the Url field.
func (InstrumentSplit) ToMap ¶
func (o InstrumentSplit) ToMap() (map[string]interface{}, error)
type InstrumentState ¶
type InstrumentState string
InstrumentState the model 'InstrumentState'
const ( ACTIVE InstrumentState = "active" INACTIVE InstrumentState = "inactive" )
List of InstrumentState
func NewInstrumentStateFromValue ¶
func NewInstrumentStateFromValue(v string) (*InstrumentState, error)
NewInstrumentStateFromValue returns a pointer to a valid InstrumentState for the value passed as argument, or an error if the value passed is not allowed by the enum
func (InstrumentState) IsValid ¶
func (v InstrumentState) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (InstrumentState) Ptr ¶
func (v InstrumentState) Ptr() *InstrumentState
Ptr returns reference to InstrumentState value
func (*InstrumentState) UnmarshalJSON ¶
func (v *InstrumentState) UnmarshalJSON(src []byte) error
type InvestmentExperience ¶
type InvestmentExperience string
InvestmentExperience the model 'InvestmentExperience'
const ( EXTENSIVE_INVESTMENT_EXP InvestmentExperience = "extensive_investment_exp" GOOD_INVESTMENT_EXP InvestmentExperience = "good_investment_exp" LIMITED_INVESTMENT_EXP InvestmentExperience = "limited_investment_exp" NO_INVESTMENT_EXP InvestmentExperience = "no_investment_exp" )
List of InvestmentExperience
func NewInvestmentExperienceFromValue ¶
func NewInvestmentExperienceFromValue(v string) (*InvestmentExperience, error)
NewInvestmentExperienceFromValue returns a pointer to a valid InvestmentExperience for the value passed as argument, or an error if the value passed is not allowed by the enum
func (InvestmentExperience) IsValid ¶
func (v InvestmentExperience) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (InvestmentExperience) Ptr ¶
func (v InvestmentExperience) Ptr() *InvestmentExperience
Ptr returns reference to InvestmentExperience value
func (*InvestmentExperience) UnmarshalJSON ¶
func (v *InvestmentExperience) UnmarshalJSON(src []byte) error
type InvestmentObjective ¶
type InvestmentObjective string
InvestmentObjective the model 'InvestmentObjective'
const ( CAP_PRESERVE_INVEST_OBJ InvestmentObjective = "cap_preserve_invest_obj" INCOME_INVEST_OBJ InvestmentObjective = "income_invest_obj" GROWTH_INVEST_OBJ InvestmentObjective = "growth_invest_obj" SPECULATION_INVEST_OBJ InvestmentObjective = "speculation_invest_obj" OTHER_INVEST_OBJ InvestmentObjective = "other_invest_obj" )
List of InvestmentObjective
func NewInvestmentObjectiveFromValue ¶
func NewInvestmentObjectiveFromValue(v string) (*InvestmentObjective, error)
NewInvestmentObjectiveFromValue returns a pointer to a valid InvestmentObjective for the value passed as argument, or an error if the value passed is not allowed by the enum
func (InvestmentObjective) IsValid ¶
func (v InvestmentObjective) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (InvestmentObjective) Ptr ¶
func (v InvestmentObjective) Ptr() *InvestmentObjective
Ptr returns reference to InvestmentObjective value
func (*InvestmentObjective) UnmarshalJSON ¶
func (v *InvestmentObjective) UnmarshalJSON(src []byte) error
type InvestmentProfile ¶
type InvestmentProfile struct { AnnualIncome *string `json:"annual_income,omitempty"` InvestmentExperience *InvestmentExperience `json:"investment_experience,omitempty"` InvestmentObjective *InvestmentObjective `json:"investment_objective,omitempty"` LiquidNetWorth *string `json:"liquid_net_worth,omitempty"` LiquidityNeeds *LiquidityNeeds `json:"liquidity_needs,omitempty"` RiskTolerance *RiskTolerance `json:"risk_tolerance,omitempty"` SourceOfFunds *SourceOfFunds `json:"source_of_funds,omitempty"` SuitabilityVerified *bool `json:"suitability_verified,omitempty"` TaxBracket *TaxBracket `json:"tax_bracket,omitempty"` TimeHorizon *TimeHorizon `json:"time_horizon,omitempty"` TotalNetWorth *TotalNetWorth `json:"total_net_worth,omitempty"` UpdatedAt *time.Time `json:"updated_at,omitempty"` User *string `json:"user,omitempty"` }
InvestmentProfile struct for InvestmentProfile
func NewInvestmentProfile ¶
func NewInvestmentProfile() *InvestmentProfile
NewInvestmentProfile instantiates a new InvestmentProfile 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 NewInvestmentProfileWithDefaults ¶
func NewInvestmentProfileWithDefaults() *InvestmentProfile
NewInvestmentProfileWithDefaults instantiates a new InvestmentProfile 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 (*InvestmentProfile) GetAnnualIncome ¶
func (o *InvestmentProfile) GetAnnualIncome() string
GetAnnualIncome returns the AnnualIncome field value if set, zero value otherwise.
func (*InvestmentProfile) GetAnnualIncomeOk ¶
func (o *InvestmentProfile) GetAnnualIncomeOk() (*string, bool)
GetAnnualIncomeOk returns a tuple with the AnnualIncome field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InvestmentProfile) GetInvestmentExperience ¶
func (o *InvestmentProfile) GetInvestmentExperience() InvestmentExperience
GetInvestmentExperience returns the InvestmentExperience field value if set, zero value otherwise.
func (*InvestmentProfile) GetInvestmentExperienceOk ¶
func (o *InvestmentProfile) GetInvestmentExperienceOk() (*InvestmentExperience, bool)
GetInvestmentExperienceOk returns a tuple with the InvestmentExperience field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InvestmentProfile) GetInvestmentObjective ¶
func (o *InvestmentProfile) GetInvestmentObjective() InvestmentObjective
GetInvestmentObjective returns the InvestmentObjective field value if set, zero value otherwise.
func (*InvestmentProfile) GetInvestmentObjectiveOk ¶
func (o *InvestmentProfile) GetInvestmentObjectiveOk() (*InvestmentObjective, bool)
GetInvestmentObjectiveOk returns a tuple with the InvestmentObjective field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InvestmentProfile) GetLiquidNetWorth ¶
func (o *InvestmentProfile) GetLiquidNetWorth() string
GetLiquidNetWorth returns the LiquidNetWorth field value if set, zero value otherwise.
func (*InvestmentProfile) GetLiquidNetWorthOk ¶
func (o *InvestmentProfile) GetLiquidNetWorthOk() (*string, bool)
GetLiquidNetWorthOk returns a tuple with the LiquidNetWorth field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InvestmentProfile) GetLiquidityNeeds ¶
func (o *InvestmentProfile) GetLiquidityNeeds() LiquidityNeeds
GetLiquidityNeeds returns the LiquidityNeeds field value if set, zero value otherwise.
func (*InvestmentProfile) GetLiquidityNeedsOk ¶
func (o *InvestmentProfile) GetLiquidityNeedsOk() (*LiquidityNeeds, bool)
GetLiquidityNeedsOk returns a tuple with the LiquidityNeeds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InvestmentProfile) GetRiskTolerance ¶
func (o *InvestmentProfile) GetRiskTolerance() RiskTolerance
GetRiskTolerance returns the RiskTolerance field value if set, zero value otherwise.
func (*InvestmentProfile) GetRiskToleranceOk ¶
func (o *InvestmentProfile) GetRiskToleranceOk() (*RiskTolerance, bool)
GetRiskToleranceOk returns a tuple with the RiskTolerance field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InvestmentProfile) GetSourceOfFunds ¶
func (o *InvestmentProfile) GetSourceOfFunds() SourceOfFunds
GetSourceOfFunds returns the SourceOfFunds field value if set, zero value otherwise.
func (*InvestmentProfile) GetSourceOfFundsOk ¶
func (o *InvestmentProfile) GetSourceOfFundsOk() (*SourceOfFunds, bool)
GetSourceOfFundsOk returns a tuple with the SourceOfFunds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InvestmentProfile) GetSuitabilityVerified ¶
func (o *InvestmentProfile) GetSuitabilityVerified() bool
GetSuitabilityVerified returns the SuitabilityVerified field value if set, zero value otherwise.
func (*InvestmentProfile) GetSuitabilityVerifiedOk ¶
func (o *InvestmentProfile) GetSuitabilityVerifiedOk() (*bool, bool)
GetSuitabilityVerifiedOk returns a tuple with the SuitabilityVerified field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InvestmentProfile) GetTaxBracket ¶
func (o *InvestmentProfile) GetTaxBracket() TaxBracket
GetTaxBracket returns the TaxBracket field value if set, zero value otherwise.
func (*InvestmentProfile) GetTaxBracketOk ¶
func (o *InvestmentProfile) GetTaxBracketOk() (*TaxBracket, bool)
GetTaxBracketOk returns a tuple with the TaxBracket field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InvestmentProfile) GetTimeHorizon ¶
func (o *InvestmentProfile) GetTimeHorizon() TimeHorizon
GetTimeHorizon returns the TimeHorizon field value if set, zero value otherwise.
func (*InvestmentProfile) GetTimeHorizonOk ¶
func (o *InvestmentProfile) GetTimeHorizonOk() (*TimeHorizon, bool)
GetTimeHorizonOk returns a tuple with the TimeHorizon field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InvestmentProfile) GetTotalNetWorth ¶
func (o *InvestmentProfile) GetTotalNetWorth() TotalNetWorth
GetTotalNetWorth returns the TotalNetWorth field value if set, zero value otherwise.
func (*InvestmentProfile) GetTotalNetWorthOk ¶
func (o *InvestmentProfile) GetTotalNetWorthOk() (*TotalNetWorth, bool)
GetTotalNetWorthOk returns a tuple with the TotalNetWorth field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InvestmentProfile) GetUpdatedAt ¶
func (o *InvestmentProfile) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*InvestmentProfile) GetUpdatedAtOk ¶
func (o *InvestmentProfile) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InvestmentProfile) GetUser ¶
func (o *InvestmentProfile) GetUser() string
GetUser returns the User field value if set, zero value otherwise.
func (*InvestmentProfile) GetUserOk ¶
func (o *InvestmentProfile) GetUserOk() (*string, bool)
GetUserOk returns a tuple with the User field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InvestmentProfile) HasAnnualIncome ¶
func (o *InvestmentProfile) HasAnnualIncome() bool
HasAnnualIncome returns a boolean if a field has been set.
func (*InvestmentProfile) HasInvestmentExperience ¶
func (o *InvestmentProfile) HasInvestmentExperience() bool
HasInvestmentExperience returns a boolean if a field has been set.
func (*InvestmentProfile) HasInvestmentObjective ¶
func (o *InvestmentProfile) HasInvestmentObjective() bool
HasInvestmentObjective returns a boolean if a field has been set.
func (*InvestmentProfile) HasLiquidNetWorth ¶
func (o *InvestmentProfile) HasLiquidNetWorth() bool
HasLiquidNetWorth returns a boolean if a field has been set.
func (*InvestmentProfile) HasLiquidityNeeds ¶
func (o *InvestmentProfile) HasLiquidityNeeds() bool
HasLiquidityNeeds returns a boolean if a field has been set.
func (*InvestmentProfile) HasRiskTolerance ¶
func (o *InvestmentProfile) HasRiskTolerance() bool
HasRiskTolerance returns a boolean if a field has been set.
func (*InvestmentProfile) HasSourceOfFunds ¶
func (o *InvestmentProfile) HasSourceOfFunds() bool
HasSourceOfFunds returns a boolean if a field has been set.
func (*InvestmentProfile) HasSuitabilityVerified ¶
func (o *InvestmentProfile) HasSuitabilityVerified() bool
HasSuitabilityVerified returns a boolean if a field has been set.
func (*InvestmentProfile) HasTaxBracket ¶
func (o *InvestmentProfile) HasTaxBracket() bool
HasTaxBracket returns a boolean if a field has been set.
func (*InvestmentProfile) HasTimeHorizon ¶
func (o *InvestmentProfile) HasTimeHorizon() bool
HasTimeHorizon returns a boolean if a field has been set.
func (*InvestmentProfile) HasTotalNetWorth ¶
func (o *InvestmentProfile) HasTotalNetWorth() bool
HasTotalNetWorth returns a boolean if a field has been set.
func (*InvestmentProfile) HasUpdatedAt ¶
func (o *InvestmentProfile) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (*InvestmentProfile) HasUser ¶
func (o *InvestmentProfile) HasUser() bool
HasUser returns a boolean if a field has been set.
func (InvestmentProfile) MarshalJSON ¶
func (o InvestmentProfile) MarshalJSON() ([]byte, error)
func (*InvestmentProfile) SetAnnualIncome ¶
func (o *InvestmentProfile) SetAnnualIncome(v string)
SetAnnualIncome gets a reference to the given string and assigns it to the AnnualIncome field.
func (*InvestmentProfile) SetInvestmentExperience ¶
func (o *InvestmentProfile) SetInvestmentExperience(v InvestmentExperience)
SetInvestmentExperience gets a reference to the given InvestmentExperience and assigns it to the InvestmentExperience field.
func (*InvestmentProfile) SetInvestmentObjective ¶
func (o *InvestmentProfile) SetInvestmentObjective(v InvestmentObjective)
SetInvestmentObjective gets a reference to the given InvestmentObjective and assigns it to the InvestmentObjective field.
func (*InvestmentProfile) SetLiquidNetWorth ¶
func (o *InvestmentProfile) SetLiquidNetWorth(v string)
SetLiquidNetWorth gets a reference to the given string and assigns it to the LiquidNetWorth field.
func (*InvestmentProfile) SetLiquidityNeeds ¶
func (o *InvestmentProfile) SetLiquidityNeeds(v LiquidityNeeds)
SetLiquidityNeeds gets a reference to the given LiquidityNeeds and assigns it to the LiquidityNeeds field.
func (*InvestmentProfile) SetRiskTolerance ¶
func (o *InvestmentProfile) SetRiskTolerance(v RiskTolerance)
SetRiskTolerance gets a reference to the given RiskTolerance and assigns it to the RiskTolerance field.
func (*InvestmentProfile) SetSourceOfFunds ¶
func (o *InvestmentProfile) SetSourceOfFunds(v SourceOfFunds)
SetSourceOfFunds gets a reference to the given SourceOfFunds and assigns it to the SourceOfFunds field.
func (*InvestmentProfile) SetSuitabilityVerified ¶
func (o *InvestmentProfile) SetSuitabilityVerified(v bool)
SetSuitabilityVerified gets a reference to the given bool and assigns it to the SuitabilityVerified field.
func (*InvestmentProfile) SetTaxBracket ¶
func (o *InvestmentProfile) SetTaxBracket(v TaxBracket)
SetTaxBracket gets a reference to the given TaxBracket and assigns it to the TaxBracket field.
func (*InvestmentProfile) SetTimeHorizon ¶
func (o *InvestmentProfile) SetTimeHorizon(v TimeHorizon)
SetTimeHorizon gets a reference to the given TimeHorizon and assigns it to the TimeHorizon field.
func (*InvestmentProfile) SetTotalNetWorth ¶
func (o *InvestmentProfile) SetTotalNetWorth(v TotalNetWorth)
SetTotalNetWorth gets a reference to the given TotalNetWorth and assigns it to the TotalNetWorth field.
func (*InvestmentProfile) SetUpdatedAt ¶
func (o *InvestmentProfile) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (*InvestmentProfile) SetUser ¶
func (o *InvestmentProfile) SetUser(v string)
SetUser gets a reference to the given string and assigns it to the User field.
func (InvestmentProfile) ToMap ¶
func (o InvestmentProfile) ToMap() (map[string]interface{}, error)
type Leg ¶
type Leg struct { Option *string `json:"option,omitempty"` PositionEffect *string `json:"position_effect,omitempty"` RatioQuantity *string `json:"ratio_quantity,omitempty"` Side *Side `json:"side,omitempty"` }
Leg struct for Leg
func NewLeg ¶
func NewLeg() *Leg
NewLeg instantiates a new Leg 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 NewLegWithDefaults ¶
func NewLegWithDefaults() *Leg
NewLegWithDefaults instantiates a new Leg 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 (*Leg) GetOptionOk ¶
GetOptionOk returns a tuple with the Option field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Leg) GetPositionEffect ¶
GetPositionEffect returns the PositionEffect field value if set, zero value otherwise.
func (*Leg) GetPositionEffectOk ¶
GetPositionEffectOk returns a tuple with the PositionEffect field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Leg) GetRatioQuantity ¶
GetRatioQuantity returns the RatioQuantity field value if set, zero value otherwise.
func (*Leg) GetRatioQuantityOk ¶
GetRatioQuantityOk returns a tuple with the RatioQuantity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Leg) GetSideOk ¶
GetSideOk returns a tuple with the Side field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Leg) HasPositionEffect ¶
HasPositionEffect returns a boolean if a field has been set.
func (*Leg) HasRatioQuantity ¶
HasRatioQuantity returns a boolean if a field has been set.
func (Leg) MarshalJSON ¶
func (*Leg) SetOption ¶
SetOption gets a reference to the given string and assigns it to the Option field.
func (*Leg) SetPositionEffect ¶
SetPositionEffect gets a reference to the given string and assigns it to the PositionEffect field.
func (*Leg) SetRatioQuantity ¶
SetRatioQuantity gets a reference to the given string and assigns it to the RatioQuantity field.
type LiquidityNeeds ¶
type LiquidityNeeds string
LiquidityNeeds the model 'LiquidityNeeds'
const ( NOT_IMPORTANT_LIQ_NEED LiquidityNeeds = "not_important_liq_need" SOMEWHAT_IMPORTANT_LIQ_NEED LiquidityNeeds = "somewhat_important_liq_need" VERY_IMPORTANT_LIQ_NEED LiquidityNeeds = "very_important_liq_need" )
List of LiquidityNeeds
func NewLiquidityNeedsFromValue ¶
func NewLiquidityNeedsFromValue(v string) (*LiquidityNeeds, error)
NewLiquidityNeedsFromValue returns a pointer to a valid LiquidityNeeds for the value passed as argument, or an error if the value passed is not allowed by the enum
func (LiquidityNeeds) IsValid ¶
func (v LiquidityNeeds) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (LiquidityNeeds) Ptr ¶
func (v LiquidityNeeds) Ptr() *LiquidityNeeds
Ptr returns reference to LiquidityNeeds value
func (*LiquidityNeeds) UnmarshalJSON ¶
func (v *LiquidityNeeds) UnmarshalJSON(src []byte) error
type MappedNullable ¶
type MarginBalances ¶
type MarginBalances struct { Cash *string `json:"cash,omitempty"` CashAvailableForWithdrawal *string `json:"cash_available_for_withdrawal,omitempty"` CashHeldForOrders *string `json:"cash_held_for_orders,omitempty"` CreatedAt *time.Time `json:"created_at,omitempty"` DayTradeBuyingPower *string `json:"day_trade_buying_power,omitempty"` DayTradeBuyingPowerHeldForOrders *string `json:"day_trade_buying_power_held_for_orders,omitempty"` DayTradeRatio *string `json:"day_trade_ratio,omitempty"` MarginLimit *string `json:"margin_limit,omitempty"` MarkedPatternDayTraderDate *time.Time `json:"marked_pattern_day_trader_date,omitempty"` OvernightBuyingPower *string `json:"overnight_buying_power,omitempty"` OvernightBuyingPowerHeldForOrders *string `json:"overnight_buying_power_held_for_orders,omitempty"` OvernightRatio *string `json:"overnight_ratio,omitempty"` UnallocatedMarginCash *string `json:"unallocated_margin_cash,omitempty"` UnclearedDeposits *string `json:"uncleared_deposits,omitempty"` UnsettledFunds *string `json:"unsettled_funds,omitempty"` UpdatedAt *time.Time `json:"updated_at,omitempty"` }
MarginBalances struct for MarginBalances
func NewMarginBalances ¶
func NewMarginBalances() *MarginBalances
NewMarginBalances instantiates a new MarginBalances 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 NewMarginBalancesWithDefaults ¶
func NewMarginBalancesWithDefaults() *MarginBalances
NewMarginBalancesWithDefaults instantiates a new MarginBalances 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 (*MarginBalances) GetCash ¶
func (o *MarginBalances) GetCash() string
GetCash returns the Cash field value if set, zero value otherwise.
func (*MarginBalances) GetCashAvailableForWithdrawal ¶
func (o *MarginBalances) GetCashAvailableForWithdrawal() string
GetCashAvailableForWithdrawal returns the CashAvailableForWithdrawal field value if set, zero value otherwise.
func (*MarginBalances) GetCashAvailableForWithdrawalOk ¶
func (o *MarginBalances) GetCashAvailableForWithdrawalOk() (*string, bool)
GetCashAvailableForWithdrawalOk returns a tuple with the CashAvailableForWithdrawal field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MarginBalances) GetCashHeldForOrders ¶
func (o *MarginBalances) GetCashHeldForOrders() string
GetCashHeldForOrders returns the CashHeldForOrders field value if set, zero value otherwise.
func (*MarginBalances) GetCashHeldForOrdersOk ¶
func (o *MarginBalances) GetCashHeldForOrdersOk() (*string, bool)
GetCashHeldForOrdersOk returns a tuple with the CashHeldForOrders field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MarginBalances) GetCashOk ¶
func (o *MarginBalances) GetCashOk() (*string, bool)
GetCashOk returns a tuple with the Cash field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MarginBalances) GetCreatedAt ¶
func (o *MarginBalances) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*MarginBalances) GetCreatedAtOk ¶
func (o *MarginBalances) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MarginBalances) GetDayTradeBuyingPower ¶
func (o *MarginBalances) GetDayTradeBuyingPower() string
GetDayTradeBuyingPower returns the DayTradeBuyingPower field value if set, zero value otherwise.
func (*MarginBalances) GetDayTradeBuyingPowerHeldForOrders ¶
func (o *MarginBalances) GetDayTradeBuyingPowerHeldForOrders() string
GetDayTradeBuyingPowerHeldForOrders returns the DayTradeBuyingPowerHeldForOrders field value if set, zero value otherwise.
func (*MarginBalances) GetDayTradeBuyingPowerHeldForOrdersOk ¶
func (o *MarginBalances) GetDayTradeBuyingPowerHeldForOrdersOk() (*string, bool)
GetDayTradeBuyingPowerHeldForOrdersOk returns a tuple with the DayTradeBuyingPowerHeldForOrders field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MarginBalances) GetDayTradeBuyingPowerOk ¶
func (o *MarginBalances) GetDayTradeBuyingPowerOk() (*string, bool)
GetDayTradeBuyingPowerOk returns a tuple with the DayTradeBuyingPower field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MarginBalances) GetDayTradeRatio ¶
func (o *MarginBalances) GetDayTradeRatio() string
GetDayTradeRatio returns the DayTradeRatio field value if set, zero value otherwise.
func (*MarginBalances) GetDayTradeRatioOk ¶
func (o *MarginBalances) GetDayTradeRatioOk() (*string, bool)
GetDayTradeRatioOk returns a tuple with the DayTradeRatio field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MarginBalances) GetMarginLimit ¶
func (o *MarginBalances) GetMarginLimit() string
GetMarginLimit returns the MarginLimit field value if set, zero value otherwise.
func (*MarginBalances) GetMarginLimitOk ¶
func (o *MarginBalances) GetMarginLimitOk() (*string, bool)
GetMarginLimitOk returns a tuple with the MarginLimit field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MarginBalances) GetMarkedPatternDayTraderDate ¶
func (o *MarginBalances) GetMarkedPatternDayTraderDate() time.Time
GetMarkedPatternDayTraderDate returns the MarkedPatternDayTraderDate field value if set, zero value otherwise.
func (*MarginBalances) GetMarkedPatternDayTraderDateOk ¶
func (o *MarginBalances) GetMarkedPatternDayTraderDateOk() (*time.Time, bool)
GetMarkedPatternDayTraderDateOk returns a tuple with the MarkedPatternDayTraderDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MarginBalances) GetOvernightBuyingPower ¶
func (o *MarginBalances) GetOvernightBuyingPower() string
GetOvernightBuyingPower returns the OvernightBuyingPower field value if set, zero value otherwise.
func (*MarginBalances) GetOvernightBuyingPowerHeldForOrders ¶
func (o *MarginBalances) GetOvernightBuyingPowerHeldForOrders() string
GetOvernightBuyingPowerHeldForOrders returns the OvernightBuyingPowerHeldForOrders field value if set, zero value otherwise.
func (*MarginBalances) GetOvernightBuyingPowerHeldForOrdersOk ¶
func (o *MarginBalances) GetOvernightBuyingPowerHeldForOrdersOk() (*string, bool)
GetOvernightBuyingPowerHeldForOrdersOk returns a tuple with the OvernightBuyingPowerHeldForOrders field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MarginBalances) GetOvernightBuyingPowerOk ¶
func (o *MarginBalances) GetOvernightBuyingPowerOk() (*string, bool)
GetOvernightBuyingPowerOk returns a tuple with the OvernightBuyingPower field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MarginBalances) GetOvernightRatio ¶
func (o *MarginBalances) GetOvernightRatio() string
GetOvernightRatio returns the OvernightRatio field value if set, zero value otherwise.
func (*MarginBalances) GetOvernightRatioOk ¶
func (o *MarginBalances) GetOvernightRatioOk() (*string, bool)
GetOvernightRatioOk returns a tuple with the OvernightRatio field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MarginBalances) GetUnallocatedMarginCash ¶
func (o *MarginBalances) GetUnallocatedMarginCash() string
GetUnallocatedMarginCash returns the UnallocatedMarginCash field value if set, zero value otherwise.
func (*MarginBalances) GetUnallocatedMarginCashOk ¶
func (o *MarginBalances) GetUnallocatedMarginCashOk() (*string, bool)
GetUnallocatedMarginCashOk returns a tuple with the UnallocatedMarginCash field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MarginBalances) GetUnclearedDeposits ¶
func (o *MarginBalances) GetUnclearedDeposits() string
GetUnclearedDeposits returns the UnclearedDeposits field value if set, zero value otherwise.
func (*MarginBalances) GetUnclearedDepositsOk ¶
func (o *MarginBalances) GetUnclearedDepositsOk() (*string, bool)
GetUnclearedDepositsOk returns a tuple with the UnclearedDeposits field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MarginBalances) GetUnsettledFunds ¶
func (o *MarginBalances) GetUnsettledFunds() string
GetUnsettledFunds returns the UnsettledFunds field value if set, zero value otherwise.
func (*MarginBalances) GetUnsettledFundsOk ¶
func (o *MarginBalances) GetUnsettledFundsOk() (*string, bool)
GetUnsettledFundsOk returns a tuple with the UnsettledFunds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MarginBalances) GetUpdatedAt ¶
func (o *MarginBalances) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*MarginBalances) GetUpdatedAtOk ¶
func (o *MarginBalances) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MarginBalances) HasCash ¶
func (o *MarginBalances) HasCash() bool
HasCash returns a boolean if a field has been set.
func (*MarginBalances) HasCashAvailableForWithdrawal ¶
func (o *MarginBalances) HasCashAvailableForWithdrawal() bool
HasCashAvailableForWithdrawal returns a boolean if a field has been set.
func (*MarginBalances) HasCashHeldForOrders ¶
func (o *MarginBalances) HasCashHeldForOrders() bool
HasCashHeldForOrders returns a boolean if a field has been set.
func (*MarginBalances) HasCreatedAt ¶
func (o *MarginBalances) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*MarginBalances) HasDayTradeBuyingPower ¶
func (o *MarginBalances) HasDayTradeBuyingPower() bool
HasDayTradeBuyingPower returns a boolean if a field has been set.
func (*MarginBalances) HasDayTradeBuyingPowerHeldForOrders ¶
func (o *MarginBalances) HasDayTradeBuyingPowerHeldForOrders() bool
HasDayTradeBuyingPowerHeldForOrders returns a boolean if a field has been set.
func (*MarginBalances) HasDayTradeRatio ¶
func (o *MarginBalances) HasDayTradeRatio() bool
HasDayTradeRatio returns a boolean if a field has been set.
func (*MarginBalances) HasMarginLimit ¶
func (o *MarginBalances) HasMarginLimit() bool
HasMarginLimit returns a boolean if a field has been set.
func (*MarginBalances) HasMarkedPatternDayTraderDate ¶
func (o *MarginBalances) HasMarkedPatternDayTraderDate() bool
HasMarkedPatternDayTraderDate returns a boolean if a field has been set.
func (*MarginBalances) HasOvernightBuyingPower ¶
func (o *MarginBalances) HasOvernightBuyingPower() bool
HasOvernightBuyingPower returns a boolean if a field has been set.
func (*MarginBalances) HasOvernightBuyingPowerHeldForOrders ¶
func (o *MarginBalances) HasOvernightBuyingPowerHeldForOrders() bool
HasOvernightBuyingPowerHeldForOrders returns a boolean if a field has been set.
func (*MarginBalances) HasOvernightRatio ¶
func (o *MarginBalances) HasOvernightRatio() bool
HasOvernightRatio returns a boolean if a field has been set.
func (*MarginBalances) HasUnallocatedMarginCash ¶
func (o *MarginBalances) HasUnallocatedMarginCash() bool
HasUnallocatedMarginCash returns a boolean if a field has been set.
func (*MarginBalances) HasUnclearedDeposits ¶
func (o *MarginBalances) HasUnclearedDeposits() bool
HasUnclearedDeposits returns a boolean if a field has been set.
func (*MarginBalances) HasUnsettledFunds ¶
func (o *MarginBalances) HasUnsettledFunds() bool
HasUnsettledFunds returns a boolean if a field has been set.
func (*MarginBalances) HasUpdatedAt ¶
func (o *MarginBalances) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (MarginBalances) MarshalJSON ¶
func (o MarginBalances) MarshalJSON() ([]byte, error)
func (*MarginBalances) SetCash ¶
func (o *MarginBalances) SetCash(v string)
SetCash gets a reference to the given string and assigns it to the Cash field.
func (*MarginBalances) SetCashAvailableForWithdrawal ¶
func (o *MarginBalances) SetCashAvailableForWithdrawal(v string)
SetCashAvailableForWithdrawal gets a reference to the given string and assigns it to the CashAvailableForWithdrawal field.
func (*MarginBalances) SetCashHeldForOrders ¶
func (o *MarginBalances) SetCashHeldForOrders(v string)
SetCashHeldForOrders gets a reference to the given string and assigns it to the CashHeldForOrders field.
func (*MarginBalances) SetCreatedAt ¶
func (o *MarginBalances) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*MarginBalances) SetDayTradeBuyingPower ¶
func (o *MarginBalances) SetDayTradeBuyingPower(v string)
SetDayTradeBuyingPower gets a reference to the given string and assigns it to the DayTradeBuyingPower field.
func (*MarginBalances) SetDayTradeBuyingPowerHeldForOrders ¶
func (o *MarginBalances) SetDayTradeBuyingPowerHeldForOrders(v string)
SetDayTradeBuyingPowerHeldForOrders gets a reference to the given string and assigns it to the DayTradeBuyingPowerHeldForOrders field.
func (*MarginBalances) SetDayTradeRatio ¶
func (o *MarginBalances) SetDayTradeRatio(v string)
SetDayTradeRatio gets a reference to the given string and assigns it to the DayTradeRatio field.
func (*MarginBalances) SetMarginLimit ¶
func (o *MarginBalances) SetMarginLimit(v string)
SetMarginLimit gets a reference to the given string and assigns it to the MarginLimit field.
func (*MarginBalances) SetMarkedPatternDayTraderDate ¶
func (o *MarginBalances) SetMarkedPatternDayTraderDate(v time.Time)
SetMarkedPatternDayTraderDate gets a reference to the given time.Time and assigns it to the MarkedPatternDayTraderDate field.
func (*MarginBalances) SetOvernightBuyingPower ¶
func (o *MarginBalances) SetOvernightBuyingPower(v string)
SetOvernightBuyingPower gets a reference to the given string and assigns it to the OvernightBuyingPower field.
func (*MarginBalances) SetOvernightBuyingPowerHeldForOrders ¶
func (o *MarginBalances) SetOvernightBuyingPowerHeldForOrders(v string)
SetOvernightBuyingPowerHeldForOrders gets a reference to the given string and assigns it to the OvernightBuyingPowerHeldForOrders field.
func (*MarginBalances) SetOvernightRatio ¶
func (o *MarginBalances) SetOvernightRatio(v string)
SetOvernightRatio gets a reference to the given string and assigns it to the OvernightRatio field.
func (*MarginBalances) SetUnallocatedMarginCash ¶
func (o *MarginBalances) SetUnallocatedMarginCash(v string)
SetUnallocatedMarginCash gets a reference to the given string and assigns it to the UnallocatedMarginCash field.
func (*MarginBalances) SetUnclearedDeposits ¶
func (o *MarginBalances) SetUnclearedDeposits(v string)
SetUnclearedDeposits gets a reference to the given string and assigns it to the UnclearedDeposits field.
func (*MarginBalances) SetUnsettledFunds ¶
func (o *MarginBalances) SetUnsettledFunds(v string)
SetUnsettledFunds gets a reference to the given string and assigns it to the UnsettledFunds field.
func (*MarginBalances) SetUpdatedAt ¶
func (o *MarginBalances) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (MarginBalances) ToMap ¶
func (o MarginBalances) ToMap() (map[string]interface{}, error)
type MaritalStatus ¶
type MaritalStatus string
MaritalStatus the model 'MaritalStatus'
const ( SINGLE MaritalStatus = "single" MARRIED MaritalStatus = "married" )
List of MaritalStatus
func NewMaritalStatusFromValue ¶
func NewMaritalStatusFromValue(v string) (*MaritalStatus, error)
NewMaritalStatusFromValue returns a pointer to a valid MaritalStatus for the value passed as argument, or an error if the value passed is not allowed by the enum
func (MaritalStatus) IsValid ¶
func (v MaritalStatus) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (MaritalStatus) Ptr ¶
func (v MaritalStatus) Ptr() *MaritalStatus
Ptr returns reference to MaritalStatus value
func (*MaritalStatus) UnmarshalJSON ¶
func (v *MaritalStatus) UnmarshalJSON(src []byte) error
type MarketData ¶
type MarketData struct { Acronym *string `json:"acronym,omitempty"` City *string `json:"city,omitempty"` Country *string `json:"country,omitempty"` Mic *string `json:"mic,omitempty"` Name *string `json:"name,omitempty"` OperatingMic *string `json:"operating_mic,omitempty"` Timezone *string `json:"timezone,omitempty"` TodaysHours *string `json:"todays_hours,omitempty"` Url *string `json:"url,omitempty"` Website *string `json:"website,omitempty"` }
MarketData struct for MarketData
func NewMarketData ¶
func NewMarketData() *MarketData
NewMarketData instantiates a new MarketData 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 NewMarketDataWithDefaults ¶
func NewMarketDataWithDefaults() *MarketData
NewMarketDataWithDefaults instantiates a new MarketData 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 (*MarketData) GetAcronym ¶
func (o *MarketData) GetAcronym() string
GetAcronym returns the Acronym field value if set, zero value otherwise.
func (*MarketData) GetAcronymOk ¶
func (o *MarketData) GetAcronymOk() (*string, bool)
GetAcronymOk returns a tuple with the Acronym field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MarketData) GetCity ¶
func (o *MarketData) GetCity() string
GetCity returns the City field value if set, zero value otherwise.
func (*MarketData) GetCityOk ¶
func (o *MarketData) GetCityOk() (*string, bool)
GetCityOk returns a tuple with the City field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MarketData) GetCountry ¶
func (o *MarketData) GetCountry() string
GetCountry returns the Country field value if set, zero value otherwise.
func (*MarketData) GetCountryOk ¶
func (o *MarketData) GetCountryOk() (*string, bool)
GetCountryOk returns a tuple with the Country field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MarketData) GetMic ¶
func (o *MarketData) GetMic() string
GetMic returns the Mic field value if set, zero value otherwise.
func (*MarketData) GetMicOk ¶
func (o *MarketData) GetMicOk() (*string, bool)
GetMicOk returns a tuple with the Mic field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MarketData) GetName ¶
func (o *MarketData) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*MarketData) GetNameOk ¶
func (o *MarketData) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MarketData) GetOperatingMic ¶
func (o *MarketData) GetOperatingMic() string
GetOperatingMic returns the OperatingMic field value if set, zero value otherwise.
func (*MarketData) GetOperatingMicOk ¶
func (o *MarketData) GetOperatingMicOk() (*string, bool)
GetOperatingMicOk returns a tuple with the OperatingMic field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MarketData) GetTimezone ¶
func (o *MarketData) GetTimezone() string
GetTimezone returns the Timezone field value if set, zero value otherwise.
func (*MarketData) GetTimezoneOk ¶
func (o *MarketData) GetTimezoneOk() (*string, bool)
GetTimezoneOk returns a tuple with the Timezone field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MarketData) GetTodaysHours ¶
func (o *MarketData) GetTodaysHours() string
GetTodaysHours returns the TodaysHours field value if set, zero value otherwise.
func (*MarketData) GetTodaysHoursOk ¶
func (o *MarketData) GetTodaysHoursOk() (*string, bool)
GetTodaysHoursOk returns a tuple with the TodaysHours field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MarketData) GetUrl ¶
func (o *MarketData) GetUrl() string
GetUrl returns the Url field value if set, zero value otherwise.
func (*MarketData) GetUrlOk ¶
func (o *MarketData) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MarketData) GetWebsite ¶
func (o *MarketData) GetWebsite() string
GetWebsite returns the Website field value if set, zero value otherwise.
func (*MarketData) GetWebsiteOk ¶
func (o *MarketData) GetWebsiteOk() (*string, bool)
GetWebsiteOk returns a tuple with the Website field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MarketData) HasAcronym ¶
func (o *MarketData) HasAcronym() bool
HasAcronym returns a boolean if a field has been set.
func (*MarketData) HasCity ¶
func (o *MarketData) HasCity() bool
HasCity returns a boolean if a field has been set.
func (*MarketData) HasCountry ¶
func (o *MarketData) HasCountry() bool
HasCountry returns a boolean if a field has been set.
func (*MarketData) HasMic ¶
func (o *MarketData) HasMic() bool
HasMic returns a boolean if a field has been set.
func (*MarketData) HasName ¶
func (o *MarketData) HasName() bool
HasName returns a boolean if a field has been set.
func (*MarketData) HasOperatingMic ¶
func (o *MarketData) HasOperatingMic() bool
HasOperatingMic returns a boolean if a field has been set.
func (*MarketData) HasTimezone ¶
func (o *MarketData) HasTimezone() bool
HasTimezone returns a boolean if a field has been set.
func (*MarketData) HasTodaysHours ¶
func (o *MarketData) HasTodaysHours() bool
HasTodaysHours returns a boolean if a field has been set.
func (*MarketData) HasUrl ¶
func (o *MarketData) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (*MarketData) HasWebsite ¶
func (o *MarketData) HasWebsite() bool
HasWebsite returns a boolean if a field has been set.
func (MarketData) MarshalJSON ¶
func (o MarketData) MarshalJSON() ([]byte, error)
func (*MarketData) SetAcronym ¶
func (o *MarketData) SetAcronym(v string)
SetAcronym gets a reference to the given string and assigns it to the Acronym field.
func (*MarketData) SetCity ¶
func (o *MarketData) SetCity(v string)
SetCity gets a reference to the given string and assigns it to the City field.
func (*MarketData) SetCountry ¶
func (o *MarketData) SetCountry(v string)
SetCountry gets a reference to the given string and assigns it to the Country field.
func (*MarketData) SetMic ¶
func (o *MarketData) SetMic(v string)
SetMic gets a reference to the given string and assigns it to the Mic field.
func (*MarketData) SetName ¶
func (o *MarketData) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*MarketData) SetOperatingMic ¶
func (o *MarketData) SetOperatingMic(v string)
SetOperatingMic gets a reference to the given string and assigns it to the OperatingMic field.
func (*MarketData) SetTimezone ¶
func (o *MarketData) SetTimezone(v string)
SetTimezone gets a reference to the given string and assigns it to the Timezone field.
func (*MarketData) SetTodaysHours ¶
func (o *MarketData) SetTodaysHours(v string)
SetTodaysHours gets a reference to the given string and assigns it to the TodaysHours field.
func (*MarketData) SetUrl ¶
func (o *MarketData) SetUrl(v string)
SetUrl gets a reference to the given string and assigns it to the Url field.
func (*MarketData) SetWebsite ¶
func (o *MarketData) SetWebsite(v string)
SetWebsite gets a reference to the given string and assigns it to the Website field.
func (MarketData) ToMap ¶
func (o MarketData) ToMap() (map[string]interface{}, error)
type MarketHours ¶
type MarketHours struct { ClosesAt *time.Time `json:"closes_at,omitempty"` Date *time.Time `json:"date,omitempty"` ExtendedClosesAt *time.Time `json:"extended_closes_at,omitempty"` ExtendedOpensAt *time.Time `json:"extended_opens_at,omitempty"` IsOpen *bool `json:"is_open,omitempty"` NextOpenHours *string `json:"next_open_hours,omitempty"` OpensAt *time.Time `json:"opens_at,omitempty"` PreviousOpenHours *string `json:"previous_open_hours,omitempty"` }
MarketHours struct for MarketHours
func NewMarketHours ¶
func NewMarketHours() *MarketHours
NewMarketHours instantiates a new MarketHours 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 NewMarketHoursWithDefaults ¶
func NewMarketHoursWithDefaults() *MarketHours
NewMarketHoursWithDefaults instantiates a new MarketHours 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 (*MarketHours) GetClosesAt ¶
func (o *MarketHours) GetClosesAt() time.Time
GetClosesAt returns the ClosesAt field value if set, zero value otherwise.
func (*MarketHours) GetClosesAtOk ¶
func (o *MarketHours) GetClosesAtOk() (*time.Time, bool)
GetClosesAtOk returns a tuple with the ClosesAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MarketHours) GetDate ¶
func (o *MarketHours) GetDate() time.Time
GetDate returns the Date field value if set, zero value otherwise.
func (*MarketHours) GetDateOk ¶
func (o *MarketHours) GetDateOk() (*time.Time, bool)
GetDateOk returns a tuple with the Date field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MarketHours) GetExtendedClosesAt ¶
func (o *MarketHours) GetExtendedClosesAt() time.Time
GetExtendedClosesAt returns the ExtendedClosesAt field value if set, zero value otherwise.
func (*MarketHours) GetExtendedClosesAtOk ¶
func (o *MarketHours) GetExtendedClosesAtOk() (*time.Time, bool)
GetExtendedClosesAtOk returns a tuple with the ExtendedClosesAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MarketHours) GetExtendedOpensAt ¶
func (o *MarketHours) GetExtendedOpensAt() time.Time
GetExtendedOpensAt returns the ExtendedOpensAt field value if set, zero value otherwise.
func (*MarketHours) GetExtendedOpensAtOk ¶
func (o *MarketHours) GetExtendedOpensAtOk() (*time.Time, bool)
GetExtendedOpensAtOk returns a tuple with the ExtendedOpensAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MarketHours) GetIsOpen ¶
func (o *MarketHours) GetIsOpen() bool
GetIsOpen returns the IsOpen field value if set, zero value otherwise.
func (*MarketHours) GetIsOpenOk ¶
func (o *MarketHours) GetIsOpenOk() (*bool, bool)
GetIsOpenOk returns a tuple with the IsOpen field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MarketHours) GetNextOpenHours ¶
func (o *MarketHours) GetNextOpenHours() string
GetNextOpenHours returns the NextOpenHours field value if set, zero value otherwise.
func (*MarketHours) GetNextOpenHoursOk ¶
func (o *MarketHours) GetNextOpenHoursOk() (*string, bool)
GetNextOpenHoursOk returns a tuple with the NextOpenHours field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MarketHours) GetOpensAt ¶
func (o *MarketHours) GetOpensAt() time.Time
GetOpensAt returns the OpensAt field value if set, zero value otherwise.
func (*MarketHours) GetOpensAtOk ¶
func (o *MarketHours) GetOpensAtOk() (*time.Time, bool)
GetOpensAtOk returns a tuple with the OpensAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MarketHours) GetPreviousOpenHours ¶
func (o *MarketHours) GetPreviousOpenHours() string
GetPreviousOpenHours returns the PreviousOpenHours field value if set, zero value otherwise.
func (*MarketHours) GetPreviousOpenHoursOk ¶
func (o *MarketHours) GetPreviousOpenHoursOk() (*string, bool)
GetPreviousOpenHoursOk returns a tuple with the PreviousOpenHours field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MarketHours) HasClosesAt ¶
func (o *MarketHours) HasClosesAt() bool
HasClosesAt returns a boolean if a field has been set.
func (*MarketHours) HasDate ¶
func (o *MarketHours) HasDate() bool
HasDate returns a boolean if a field has been set.
func (*MarketHours) HasExtendedClosesAt ¶
func (o *MarketHours) HasExtendedClosesAt() bool
HasExtendedClosesAt returns a boolean if a field has been set.
func (*MarketHours) HasExtendedOpensAt ¶
func (o *MarketHours) HasExtendedOpensAt() bool
HasExtendedOpensAt returns a boolean if a field has been set.
func (*MarketHours) HasIsOpen ¶
func (o *MarketHours) HasIsOpen() bool
HasIsOpen returns a boolean if a field has been set.
func (*MarketHours) HasNextOpenHours ¶
func (o *MarketHours) HasNextOpenHours() bool
HasNextOpenHours returns a boolean if a field has been set.
func (*MarketHours) HasOpensAt ¶
func (o *MarketHours) HasOpensAt() bool
HasOpensAt returns a boolean if a field has been set.
func (*MarketHours) HasPreviousOpenHours ¶
func (o *MarketHours) HasPreviousOpenHours() bool
HasPreviousOpenHours returns a boolean if a field has been set.
func (MarketHours) MarshalJSON ¶
func (o MarketHours) MarshalJSON() ([]byte, error)
func (*MarketHours) SetClosesAt ¶
func (o *MarketHours) SetClosesAt(v time.Time)
SetClosesAt gets a reference to the given time.Time and assigns it to the ClosesAt field.
func (*MarketHours) SetDate ¶
func (o *MarketHours) SetDate(v time.Time)
SetDate gets a reference to the given time.Time and assigns it to the Date field.
func (*MarketHours) SetExtendedClosesAt ¶
func (o *MarketHours) SetExtendedClosesAt(v time.Time)
SetExtendedClosesAt gets a reference to the given time.Time and assigns it to the ExtendedClosesAt field.
func (*MarketHours) SetExtendedOpensAt ¶
func (o *MarketHours) SetExtendedOpensAt(v time.Time)
SetExtendedOpensAt gets a reference to the given time.Time and assigns it to the ExtendedOpensAt field.
func (*MarketHours) SetIsOpen ¶
func (o *MarketHours) SetIsOpen(v bool)
SetIsOpen gets a reference to the given bool and assigns it to the IsOpen field.
func (*MarketHours) SetNextOpenHours ¶
func (o *MarketHours) SetNextOpenHours(v string)
SetNextOpenHours gets a reference to the given string and assigns it to the NextOpenHours field.
func (*MarketHours) SetOpensAt ¶
func (o *MarketHours) SetOpensAt(v time.Time)
SetOpensAt gets a reference to the given time.Time and assigns it to the OpensAt field.
func (*MarketHours) SetPreviousOpenHours ¶
func (o *MarketHours) SetPreviousOpenHours(v string)
SetPreviousOpenHours gets a reference to the given string and assigns it to the PreviousOpenHours field.
func (MarketHours) ToMap ¶
func (o MarketHours) ToMap() (map[string]interface{}, error)
type MinTicks ¶
type MinTicks struct { AboveTick *string `json:"above_tick,omitempty"` BelowTick *string `json:"below_tick,omitempty"` CutoffPrice *string `json:"cutoff_price,omitempty"` }
MinTicks struct for MinTicks
func NewMinTicks ¶
func NewMinTicks() *MinTicks
NewMinTicks instantiates a new MinTicks 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 NewMinTicksWithDefaults ¶
func NewMinTicksWithDefaults() *MinTicks
NewMinTicksWithDefaults instantiates a new MinTicks 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 (*MinTicks) GetAboveTick ¶
GetAboveTick returns the AboveTick field value if set, zero value otherwise.
func (*MinTicks) GetAboveTickOk ¶
GetAboveTickOk returns a tuple with the AboveTick field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MinTicks) GetBelowTick ¶
GetBelowTick returns the BelowTick field value if set, zero value otherwise.
func (*MinTicks) GetBelowTickOk ¶
GetBelowTickOk returns a tuple with the BelowTick field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MinTicks) GetCutoffPrice ¶
GetCutoffPrice returns the CutoffPrice field value if set, zero value otherwise.
func (*MinTicks) GetCutoffPriceOk ¶
GetCutoffPriceOk returns a tuple with the CutoffPrice field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MinTicks) HasAboveTick ¶
HasAboveTick returns a boolean if a field has been set.
func (*MinTicks) HasBelowTick ¶
HasBelowTick returns a boolean if a field has been set.
func (*MinTicks) HasCutoffPrice ¶
HasCutoffPrice returns a boolean if a field has been set.
func (MinTicks) MarshalJSON ¶
func (*MinTicks) SetAboveTick ¶
SetAboveTick gets a reference to the given string and assigns it to the AboveTick field.
func (*MinTicks) SetBelowTick ¶
SetBelowTick gets a reference to the given string and assigns it to the BelowTick field.
func (*MinTicks) SetCutoffPrice ¶
SetCutoffPrice gets a reference to the given string and assigns it to the CutoffPrice field.
type NullableAccount ¶
type NullableAccount struct {
// contains filtered or unexported fields
}
func NewNullableAccount ¶
func NewNullableAccount(val *Account) *NullableAccount
func (NullableAccount) Get ¶
func (v NullableAccount) Get() *Account
func (NullableAccount) IsSet ¶
func (v NullableAccount) IsSet() bool
func (NullableAccount) MarshalJSON ¶
func (v NullableAccount) MarshalJSON() ([]byte, error)
func (*NullableAccount) Set ¶
func (v *NullableAccount) Set(val *Account)
func (*NullableAccount) UnmarshalJSON ¶
func (v *NullableAccount) UnmarshalJSON(src []byte) error
func (*NullableAccount) Unset ¶
func (v *NullableAccount) Unset()
type NullableAccountInfo ¶
type NullableAccountInfo struct {
// contains filtered or unexported fields
}
func NewNullableAccountInfo ¶
func NewNullableAccountInfo(val *AccountInfo) *NullableAccountInfo
func (NullableAccountInfo) Get ¶
func (v NullableAccountInfo) Get() *AccountInfo
func (NullableAccountInfo) IsSet ¶
func (v NullableAccountInfo) IsSet() bool
func (NullableAccountInfo) MarshalJSON ¶
func (v NullableAccountInfo) MarshalJSON() ([]byte, error)
func (*NullableAccountInfo) Set ¶
func (v *NullableAccountInfo) Set(val *AccountInfo)
func (*NullableAccountInfo) UnmarshalJSON ¶
func (v *NullableAccountInfo) UnmarshalJSON(src []byte) error
func (*NullableAccountInfo) Unset ¶
func (v *NullableAccountInfo) Unset()
type NullableAccountType ¶
type NullableAccountType struct {
// contains filtered or unexported fields
}
func NewNullableAccountType ¶
func NewNullableAccountType(val *AccountType) *NullableAccountType
func (NullableAccountType) Get ¶
func (v NullableAccountType) Get() *AccountType
func (NullableAccountType) IsSet ¶
func (v NullableAccountType) IsSet() bool
func (NullableAccountType) MarshalJSON ¶
func (v NullableAccountType) MarshalJSON() ([]byte, error)
func (*NullableAccountType) Set ¶
func (v *NullableAccountType) Set(val *AccountType)
func (*NullableAccountType) UnmarshalJSON ¶
func (v *NullableAccountType) UnmarshalJSON(src []byte) error
func (*NullableAccountType) Unset ¶
func (v *NullableAccountType) Unset()
type NullableAuth ¶
type NullableAuth struct {
// contains filtered or unexported fields
}
func NewNullableAuth ¶
func NewNullableAuth(val *Auth) *NullableAuth
func (NullableAuth) Get ¶
func (v NullableAuth) Get() *Auth
func (NullableAuth) IsSet ¶
func (v NullableAuth) IsSet() bool
func (NullableAuth) MarshalJSON ¶
func (v NullableAuth) MarshalJSON() ([]byte, error)
func (*NullableAuth) Set ¶
func (v *NullableAuth) Set(val *Auth)
func (*NullableAuth) UnmarshalJSON ¶
func (v *NullableAuth) UnmarshalJSON(src []byte) error
func (*NullableAuth) Unset ¶
func (v *NullableAuth) Unset()
type NullableBasicInfo ¶
type NullableBasicInfo struct {
// contains filtered or unexported fields
}
func NewNullableBasicInfo ¶
func NewNullableBasicInfo(val *BasicInfo) *NullableBasicInfo
func (NullableBasicInfo) Get ¶
func (v NullableBasicInfo) Get() *BasicInfo
func (NullableBasicInfo) IsSet ¶
func (v NullableBasicInfo) IsSet() bool
func (NullableBasicInfo) MarshalJSON ¶
func (v NullableBasicInfo) MarshalJSON() ([]byte, error)
func (*NullableBasicInfo) Set ¶
func (v *NullableBasicInfo) Set(val *BasicInfo)
func (*NullableBasicInfo) UnmarshalJSON ¶
func (v *NullableBasicInfo) UnmarshalJSON(src []byte) error
func (*NullableBasicInfo) Unset ¶
func (v *NullableBasicInfo) Unset()
type NullableBool ¶
type NullableBool struct {
// contains filtered or unexported fields
}
func NewNullableBool ¶
func NewNullableBool(val *bool) *NullableBool
func (NullableBool) Get ¶
func (v NullableBool) Get() *bool
func (NullableBool) IsSet ¶
func (v NullableBool) IsSet() bool
func (NullableBool) MarshalJSON ¶
func (v NullableBool) MarshalJSON() ([]byte, error)
func (*NullableBool) Set ¶
func (v *NullableBool) Set(val *bool)
func (*NullableBool) UnmarshalJSON ¶
func (v *NullableBool) UnmarshalJSON(src []byte) error
func (*NullableBool) Unset ¶
func (v *NullableBool) Unset()
type NullableCashBalances ¶
type NullableCashBalances struct {
// contains filtered or unexported fields
}
func NewNullableCashBalances ¶
func NewNullableCashBalances(val *CashBalances) *NullableCashBalances
func (NullableCashBalances) Get ¶
func (v NullableCashBalances) Get() *CashBalances
func (NullableCashBalances) IsSet ¶
func (v NullableCashBalances) IsSet() bool
func (NullableCashBalances) MarshalJSON ¶
func (v NullableCashBalances) MarshalJSON() ([]byte, error)
func (*NullableCashBalances) Set ¶
func (v *NullableCashBalances) Set(val *CashBalances)
func (*NullableCashBalances) UnmarshalJSON ¶
func (v *NullableCashBalances) UnmarshalJSON(src []byte) error
func (*NullableCashBalances) Unset ¶
func (v *NullableCashBalances) Unset()
type NullableCryptoAccount ¶
type NullableCryptoAccount struct {
// contains filtered or unexported fields
}
func NewNullableCryptoAccount ¶
func NewNullableCryptoAccount(val *CryptoAccount) *NullableCryptoAccount
func (NullableCryptoAccount) Get ¶
func (v NullableCryptoAccount) Get() *CryptoAccount
func (NullableCryptoAccount) IsSet ¶
func (v NullableCryptoAccount) IsSet() bool
func (NullableCryptoAccount) MarshalJSON ¶
func (v NullableCryptoAccount) MarshalJSON() ([]byte, error)
func (*NullableCryptoAccount) Set ¶
func (v *NullableCryptoAccount) Set(val *CryptoAccount)
func (*NullableCryptoAccount) UnmarshalJSON ¶
func (v *NullableCryptoAccount) UnmarshalJSON(src []byte) error
func (*NullableCryptoAccount) Unset ¶
func (v *NullableCryptoAccount) Unset()
type NullableCryptoAssetCurrency ¶
type NullableCryptoAssetCurrency struct {
// contains filtered or unexported fields
}
func NewNullableCryptoAssetCurrency ¶
func NewNullableCryptoAssetCurrency(val *CryptoAssetCurrency) *NullableCryptoAssetCurrency
func (NullableCryptoAssetCurrency) Get ¶
func (v NullableCryptoAssetCurrency) Get() *CryptoAssetCurrency
func (NullableCryptoAssetCurrency) IsSet ¶
func (v NullableCryptoAssetCurrency) IsSet() bool
func (NullableCryptoAssetCurrency) MarshalJSON ¶
func (v NullableCryptoAssetCurrency) MarshalJSON() ([]byte, error)
func (*NullableCryptoAssetCurrency) Set ¶
func (v *NullableCryptoAssetCurrency) Set(val *CryptoAssetCurrency)
func (*NullableCryptoAssetCurrency) UnmarshalJSON ¶
func (v *NullableCryptoAssetCurrency) UnmarshalJSON(src []byte) error
func (*NullableCryptoAssetCurrency) Unset ¶
func (v *NullableCryptoAssetCurrency) Unset()
type NullableCryptoCurrencyPair ¶
type NullableCryptoCurrencyPair struct {
// contains filtered or unexported fields
}
func NewNullableCryptoCurrencyPair ¶
func NewNullableCryptoCurrencyPair(val *CryptoCurrencyPair) *NullableCryptoCurrencyPair
func (NullableCryptoCurrencyPair) Get ¶
func (v NullableCryptoCurrencyPair) Get() *CryptoCurrencyPair
func (NullableCryptoCurrencyPair) IsSet ¶
func (v NullableCryptoCurrencyPair) IsSet() bool
func (NullableCryptoCurrencyPair) MarshalJSON ¶
func (v NullableCryptoCurrencyPair) MarshalJSON() ([]byte, error)
func (*NullableCryptoCurrencyPair) Set ¶
func (v *NullableCryptoCurrencyPair) Set(val *CryptoCurrencyPair)
func (*NullableCryptoCurrencyPair) UnmarshalJSON ¶
func (v *NullableCryptoCurrencyPair) UnmarshalJSON(src []byte) error
func (*NullableCryptoCurrencyPair) Unset ¶
func (v *NullableCryptoCurrencyPair) Unset()
type NullableCryptoOrder ¶
type NullableCryptoOrder struct {
// contains filtered or unexported fields
}
func NewNullableCryptoOrder ¶
func NewNullableCryptoOrder(val *CryptoOrder) *NullableCryptoOrder
func (NullableCryptoOrder) Get ¶
func (v NullableCryptoOrder) Get() *CryptoOrder
func (NullableCryptoOrder) IsSet ¶
func (v NullableCryptoOrder) IsSet() bool
func (NullableCryptoOrder) MarshalJSON ¶
func (v NullableCryptoOrder) MarshalJSON() ([]byte, error)
func (*NullableCryptoOrder) Set ¶
func (v *NullableCryptoOrder) Set(val *CryptoOrder)
func (*NullableCryptoOrder) UnmarshalJSON ¶
func (v *NullableCryptoOrder) UnmarshalJSON(src []byte) error
func (*NullableCryptoOrder) Unset ¶
func (v *NullableCryptoOrder) Unset()
type NullableCryptoOrderOptions ¶
type NullableCryptoOrderOptions struct {
// contains filtered or unexported fields
}
func NewNullableCryptoOrderOptions ¶
func NewNullableCryptoOrderOptions(val *CryptoOrderOptions) *NullableCryptoOrderOptions
func (NullableCryptoOrderOptions) Get ¶
func (v NullableCryptoOrderOptions) Get() *CryptoOrderOptions
func (NullableCryptoOrderOptions) IsSet ¶
func (v NullableCryptoOrderOptions) IsSet() bool
func (NullableCryptoOrderOptions) MarshalJSON ¶
func (v NullableCryptoOrderOptions) MarshalJSON() ([]byte, error)
func (*NullableCryptoOrderOptions) Set ¶
func (v *NullableCryptoOrderOptions) Set(val *CryptoOrderOptions)
func (*NullableCryptoOrderOptions) UnmarshalJSON ¶
func (v *NullableCryptoOrderOptions) UnmarshalJSON(src []byte) error
func (*NullableCryptoOrderOptions) Unset ¶
func (v *NullableCryptoOrderOptions) Unset()
type NullableCryptoOrderOutput ¶
type NullableCryptoOrderOutput struct {
// contains filtered or unexported fields
}
func NewNullableCryptoOrderOutput ¶
func NewNullableCryptoOrderOutput(val *CryptoOrderOutput) *NullableCryptoOrderOutput
func (NullableCryptoOrderOutput) Get ¶
func (v NullableCryptoOrderOutput) Get() *CryptoOrderOutput
func (NullableCryptoOrderOutput) IsSet ¶
func (v NullableCryptoOrderOutput) IsSet() bool
func (NullableCryptoOrderOutput) MarshalJSON ¶
func (v NullableCryptoOrderOutput) MarshalJSON() ([]byte, error)
func (*NullableCryptoOrderOutput) Set ¶
func (v *NullableCryptoOrderOutput) Set(val *CryptoOrderOutput)
func (*NullableCryptoOrderOutput) UnmarshalJSON ¶
func (v *NullableCryptoOrderOutput) UnmarshalJSON(src []byte) error
func (*NullableCryptoOrderOutput) Unset ¶
func (v *NullableCryptoOrderOutput) Unset()
type NullableCryptoPortfolio ¶
type NullableCryptoPortfolio struct {
// contains filtered or unexported fields
}
func NewNullableCryptoPortfolio ¶
func NewNullableCryptoPortfolio(val *CryptoPortfolio) *NullableCryptoPortfolio
func (NullableCryptoPortfolio) Get ¶
func (v NullableCryptoPortfolio) Get() *CryptoPortfolio
func (NullableCryptoPortfolio) IsSet ¶
func (v NullableCryptoPortfolio) IsSet() bool
func (NullableCryptoPortfolio) MarshalJSON ¶
func (v NullableCryptoPortfolio) MarshalJSON() ([]byte, error)
func (*NullableCryptoPortfolio) Set ¶
func (v *NullableCryptoPortfolio) Set(val *CryptoPortfolio)
func (*NullableCryptoPortfolio) UnmarshalJSON ¶
func (v *NullableCryptoPortfolio) UnmarshalJSON(src []byte) error
func (*NullableCryptoPortfolio) Unset ¶
func (v *NullableCryptoPortfolio) Unset()
type NullableDirection ¶
type NullableDirection struct {
// contains filtered or unexported fields
}
func NewNullableDirection ¶
func NewNullableDirection(val *Direction) *NullableDirection
func (NullableDirection) Get ¶
func (v NullableDirection) Get() *Direction
func (NullableDirection) IsSet ¶
func (v NullableDirection) IsSet() bool
func (NullableDirection) MarshalJSON ¶
func (v NullableDirection) MarshalJSON() ([]byte, error)
func (*NullableDirection) Set ¶
func (v *NullableDirection) Set(val *Direction)
func (*NullableDirection) UnmarshalJSON ¶
func (v *NullableDirection) UnmarshalJSON(src []byte) error
func (*NullableDirection) Unset ¶
func (v *NullableDirection) Unset()
type NullableExecution ¶
type NullableExecution struct {
// contains filtered or unexported fields
}
func NewNullableExecution ¶
func NewNullableExecution(val *Execution) *NullableExecution
func (NullableExecution) Get ¶
func (v NullableExecution) Get() *Execution
func (NullableExecution) IsSet ¶
func (v NullableExecution) IsSet() bool
func (NullableExecution) MarshalJSON ¶
func (v NullableExecution) MarshalJSON() ([]byte, error)
func (*NullableExecution) Set ¶
func (v *NullableExecution) Set(val *Execution)
func (*NullableExecution) UnmarshalJSON ¶
func (v *NullableExecution) UnmarshalJSON(src []byte) error
func (*NullableExecution) Unset ¶
func (v *NullableExecution) Unset()
type NullableExecutionType ¶
type NullableExecutionType struct {
// contains filtered or unexported fields
}
func NewNullableExecutionType ¶
func NewNullableExecutionType(val *ExecutionType) *NullableExecutionType
func (NullableExecutionType) Get ¶
func (v NullableExecutionType) Get() *ExecutionType
func (NullableExecutionType) IsSet ¶
func (v NullableExecutionType) IsSet() bool
func (NullableExecutionType) MarshalJSON ¶
func (v NullableExecutionType) MarshalJSON() ([]byte, error)
func (*NullableExecutionType) Set ¶
func (v *NullableExecutionType) Set(val *ExecutionType)
func (*NullableExecutionType) UnmarshalJSON ¶
func (v *NullableExecutionType) UnmarshalJSON(src []byte) error
func (*NullableExecutionType) Unset ¶
func (v *NullableExecutionType) Unset()
type NullableFloat32 ¶
type NullableFloat32 struct {
// contains filtered or unexported fields
}
func NewNullableFloat32 ¶
func NewNullableFloat32(val *float32) *NullableFloat32
func (NullableFloat32) Get ¶
func (v NullableFloat32) Get() *float32
func (NullableFloat32) IsSet ¶
func (v NullableFloat32) IsSet() bool
func (NullableFloat32) MarshalJSON ¶
func (v NullableFloat32) MarshalJSON() ([]byte, error)
func (*NullableFloat32) Set ¶
func (v *NullableFloat32) Set(val *float32)
func (*NullableFloat32) UnmarshalJSON ¶
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
func (*NullableFloat32) Unset ¶
func (v *NullableFloat32) Unset()
type NullableFloat64 ¶
type NullableFloat64 struct {
// contains filtered or unexported fields
}
func NewNullableFloat64 ¶
func NewNullableFloat64(val *float64) *NullableFloat64
func (NullableFloat64) Get ¶
func (v NullableFloat64) Get() *float64
func (NullableFloat64) IsSet ¶
func (v NullableFloat64) IsSet() bool
func (NullableFloat64) MarshalJSON ¶
func (v NullableFloat64) MarshalJSON() ([]byte, error)
func (*NullableFloat64) Set ¶
func (v *NullableFloat64) Set(val *float64)
func (*NullableFloat64) UnmarshalJSON ¶
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
func (*NullableFloat64) Unset ¶
func (v *NullableFloat64) Unset()
type NullableFundamentalsData ¶
type NullableFundamentalsData struct {
// contains filtered or unexported fields
}
func NewNullableFundamentalsData ¶
func NewNullableFundamentalsData(val *FundamentalsData) *NullableFundamentalsData
func (NullableFundamentalsData) Get ¶
func (v NullableFundamentalsData) Get() *FundamentalsData
func (NullableFundamentalsData) IsSet ¶
func (v NullableFundamentalsData) IsSet() bool
func (NullableFundamentalsData) MarshalJSON ¶
func (v NullableFundamentalsData) MarshalJSON() ([]byte, error)
func (*NullableFundamentalsData) Set ¶
func (v *NullableFundamentalsData) Set(val *FundamentalsData)
func (*NullableFundamentalsData) UnmarshalJSON ¶
func (v *NullableFundamentalsData) UnmarshalJSON(src []byte) error
func (*NullableFundamentalsData) Unset ¶
func (v *NullableFundamentalsData) Unset()
type NullableGetOptionOrdersResponse ¶
type NullableGetOptionOrdersResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetOptionOrdersResponse ¶
func NewNullableGetOptionOrdersResponse(val *GetOptionOrdersResponse) *NullableGetOptionOrdersResponse
func (NullableGetOptionOrdersResponse) Get ¶
func (v NullableGetOptionOrdersResponse) Get() *GetOptionOrdersResponse
func (NullableGetOptionOrdersResponse) IsSet ¶
func (v NullableGetOptionOrdersResponse) IsSet() bool
func (NullableGetOptionOrdersResponse) MarshalJSON ¶
func (v NullableGetOptionOrdersResponse) MarshalJSON() ([]byte, error)
func (*NullableGetOptionOrdersResponse) Set ¶
func (v *NullableGetOptionOrdersResponse) Set(val *GetOptionOrdersResponse)
func (*NullableGetOptionOrdersResponse) UnmarshalJSON ¶
func (v *NullableGetOptionOrdersResponse) UnmarshalJSON(src []byte) error
func (*NullableGetOptionOrdersResponse) Unset ¶
func (v *NullableGetOptionOrdersResponse) Unset()
type NullableInstrumentData ¶
type NullableInstrumentData struct {
// contains filtered or unexported fields
}
func NewNullableInstrumentData ¶
func NewNullableInstrumentData(val *InstrumentData) *NullableInstrumentData
func (NullableInstrumentData) Get ¶
func (v NullableInstrumentData) Get() *InstrumentData
func (NullableInstrumentData) IsSet ¶
func (v NullableInstrumentData) IsSet() bool
func (NullableInstrumentData) MarshalJSON ¶
func (v NullableInstrumentData) MarshalJSON() ([]byte, error)
func (*NullableInstrumentData) Set ¶
func (v *NullableInstrumentData) Set(val *InstrumentData)
func (*NullableInstrumentData) UnmarshalJSON ¶
func (v *NullableInstrumentData) UnmarshalJSON(src []byte) error
func (*NullableInstrumentData) Unset ¶
func (v *NullableInstrumentData) Unset()
type NullableInstrumentSplit ¶
type NullableInstrumentSplit struct {
// contains filtered or unexported fields
}
func NewNullableInstrumentSplit ¶
func NewNullableInstrumentSplit(val *InstrumentSplit) *NullableInstrumentSplit
func (NullableInstrumentSplit) Get ¶
func (v NullableInstrumentSplit) Get() *InstrumentSplit
func (NullableInstrumentSplit) IsSet ¶
func (v NullableInstrumentSplit) IsSet() bool
func (NullableInstrumentSplit) MarshalJSON ¶
func (v NullableInstrumentSplit) MarshalJSON() ([]byte, error)
func (*NullableInstrumentSplit) Set ¶
func (v *NullableInstrumentSplit) Set(val *InstrumentSplit)
func (*NullableInstrumentSplit) UnmarshalJSON ¶
func (v *NullableInstrumentSplit) UnmarshalJSON(src []byte) error
func (*NullableInstrumentSplit) Unset ¶
func (v *NullableInstrumentSplit) Unset()
type NullableInstrumentState ¶
type NullableInstrumentState struct {
// contains filtered or unexported fields
}
func NewNullableInstrumentState ¶
func NewNullableInstrumentState(val *InstrumentState) *NullableInstrumentState
func (NullableInstrumentState) Get ¶
func (v NullableInstrumentState) Get() *InstrumentState
func (NullableInstrumentState) IsSet ¶
func (v NullableInstrumentState) IsSet() bool
func (NullableInstrumentState) MarshalJSON ¶
func (v NullableInstrumentState) MarshalJSON() ([]byte, error)
func (*NullableInstrumentState) Set ¶
func (v *NullableInstrumentState) Set(val *InstrumentState)
func (*NullableInstrumentState) UnmarshalJSON ¶
func (v *NullableInstrumentState) UnmarshalJSON(src []byte) error
func (*NullableInstrumentState) Unset ¶
func (v *NullableInstrumentState) Unset()
type NullableInt ¶
type NullableInt struct {
// contains filtered or unexported fields
}
func NewNullableInt ¶
func NewNullableInt(val *int) *NullableInt
func (NullableInt) Get ¶
func (v NullableInt) Get() *int
func (NullableInt) IsSet ¶
func (v NullableInt) IsSet() bool
func (NullableInt) MarshalJSON ¶
func (v NullableInt) MarshalJSON() ([]byte, error)
func (*NullableInt) Set ¶
func (v *NullableInt) Set(val *int)
func (*NullableInt) UnmarshalJSON ¶
func (v *NullableInt) UnmarshalJSON(src []byte) error
func (*NullableInt) Unset ¶
func (v *NullableInt) Unset()
type NullableInt32 ¶
type NullableInt32 struct {
// contains filtered or unexported fields
}
func NewNullableInt32 ¶
func NewNullableInt32(val *int32) *NullableInt32
func (NullableInt32) Get ¶
func (v NullableInt32) Get() *int32
func (NullableInt32) IsSet ¶
func (v NullableInt32) IsSet() bool
func (NullableInt32) MarshalJSON ¶
func (v NullableInt32) MarshalJSON() ([]byte, error)
func (*NullableInt32) Set ¶
func (v *NullableInt32) Set(val *int32)
func (*NullableInt32) UnmarshalJSON ¶
func (v *NullableInt32) UnmarshalJSON(src []byte) error
func (*NullableInt32) Unset ¶
func (v *NullableInt32) Unset()
type NullableInt64 ¶
type NullableInt64 struct {
// contains filtered or unexported fields
}
func NewNullableInt64 ¶
func NewNullableInt64(val *int64) *NullableInt64
func (NullableInt64) Get ¶
func (v NullableInt64) Get() *int64
func (NullableInt64) IsSet ¶
func (v NullableInt64) IsSet() bool
func (NullableInt64) MarshalJSON ¶
func (v NullableInt64) MarshalJSON() ([]byte, error)
func (*NullableInt64) Set ¶
func (v *NullableInt64) Set(val *int64)
func (*NullableInt64) UnmarshalJSON ¶
func (v *NullableInt64) UnmarshalJSON(src []byte) error
func (*NullableInt64) Unset ¶
func (v *NullableInt64) Unset()
type NullableInvestmentExperience ¶
type NullableInvestmentExperience struct {
// contains filtered or unexported fields
}
func NewNullableInvestmentExperience ¶
func NewNullableInvestmentExperience(val *InvestmentExperience) *NullableInvestmentExperience
func (NullableInvestmentExperience) Get ¶
func (v NullableInvestmentExperience) Get() *InvestmentExperience
func (NullableInvestmentExperience) IsSet ¶
func (v NullableInvestmentExperience) IsSet() bool
func (NullableInvestmentExperience) MarshalJSON ¶
func (v NullableInvestmentExperience) MarshalJSON() ([]byte, error)
func (*NullableInvestmentExperience) Set ¶
func (v *NullableInvestmentExperience) Set(val *InvestmentExperience)
func (*NullableInvestmentExperience) UnmarshalJSON ¶
func (v *NullableInvestmentExperience) UnmarshalJSON(src []byte) error
func (*NullableInvestmentExperience) Unset ¶
func (v *NullableInvestmentExperience) Unset()
type NullableInvestmentObjective ¶
type NullableInvestmentObjective struct {
// contains filtered or unexported fields
}
func NewNullableInvestmentObjective ¶
func NewNullableInvestmentObjective(val *InvestmentObjective) *NullableInvestmentObjective
func (NullableInvestmentObjective) Get ¶
func (v NullableInvestmentObjective) Get() *InvestmentObjective
func (NullableInvestmentObjective) IsSet ¶
func (v NullableInvestmentObjective) IsSet() bool
func (NullableInvestmentObjective) MarshalJSON ¶
func (v NullableInvestmentObjective) MarshalJSON() ([]byte, error)
func (*NullableInvestmentObjective) Set ¶
func (v *NullableInvestmentObjective) Set(val *InvestmentObjective)
func (*NullableInvestmentObjective) UnmarshalJSON ¶
func (v *NullableInvestmentObjective) UnmarshalJSON(src []byte) error
func (*NullableInvestmentObjective) Unset ¶
func (v *NullableInvestmentObjective) Unset()
type NullableInvestmentProfile ¶
type NullableInvestmentProfile struct {
// contains filtered or unexported fields
}
func NewNullableInvestmentProfile ¶
func NewNullableInvestmentProfile(val *InvestmentProfile) *NullableInvestmentProfile
func (NullableInvestmentProfile) Get ¶
func (v NullableInvestmentProfile) Get() *InvestmentProfile
func (NullableInvestmentProfile) IsSet ¶
func (v NullableInvestmentProfile) IsSet() bool
func (NullableInvestmentProfile) MarshalJSON ¶
func (v NullableInvestmentProfile) MarshalJSON() ([]byte, error)
func (*NullableInvestmentProfile) Set ¶
func (v *NullableInvestmentProfile) Set(val *InvestmentProfile)
func (*NullableInvestmentProfile) UnmarshalJSON ¶
func (v *NullableInvestmentProfile) UnmarshalJSON(src []byte) error
func (*NullableInvestmentProfile) Unset ¶
func (v *NullableInvestmentProfile) Unset()
type NullableLeg ¶
type NullableLeg struct {
// contains filtered or unexported fields
}
func NewNullableLeg ¶
func NewNullableLeg(val *Leg) *NullableLeg
func (NullableLeg) Get ¶
func (v NullableLeg) Get() *Leg
func (NullableLeg) IsSet ¶
func (v NullableLeg) IsSet() bool
func (NullableLeg) MarshalJSON ¶
func (v NullableLeg) MarshalJSON() ([]byte, error)
func (*NullableLeg) Set ¶
func (v *NullableLeg) Set(val *Leg)
func (*NullableLeg) UnmarshalJSON ¶
func (v *NullableLeg) UnmarshalJSON(src []byte) error
func (*NullableLeg) Unset ¶
func (v *NullableLeg) Unset()
type NullableLiquidityNeeds ¶
type NullableLiquidityNeeds struct {
// contains filtered or unexported fields
}
func NewNullableLiquidityNeeds ¶
func NewNullableLiquidityNeeds(val *LiquidityNeeds) *NullableLiquidityNeeds
func (NullableLiquidityNeeds) Get ¶
func (v NullableLiquidityNeeds) Get() *LiquidityNeeds
func (NullableLiquidityNeeds) IsSet ¶
func (v NullableLiquidityNeeds) IsSet() bool
func (NullableLiquidityNeeds) MarshalJSON ¶
func (v NullableLiquidityNeeds) MarshalJSON() ([]byte, error)
func (*NullableLiquidityNeeds) Set ¶
func (v *NullableLiquidityNeeds) Set(val *LiquidityNeeds)
func (*NullableLiquidityNeeds) UnmarshalJSON ¶
func (v *NullableLiquidityNeeds) UnmarshalJSON(src []byte) error
func (*NullableLiquidityNeeds) Unset ¶
func (v *NullableLiquidityNeeds) Unset()
type NullableMarginBalances ¶
type NullableMarginBalances struct {
// contains filtered or unexported fields
}
func NewNullableMarginBalances ¶
func NewNullableMarginBalances(val *MarginBalances) *NullableMarginBalances
func (NullableMarginBalances) Get ¶
func (v NullableMarginBalances) Get() *MarginBalances
func (NullableMarginBalances) IsSet ¶
func (v NullableMarginBalances) IsSet() bool
func (NullableMarginBalances) MarshalJSON ¶
func (v NullableMarginBalances) MarshalJSON() ([]byte, error)
func (*NullableMarginBalances) Set ¶
func (v *NullableMarginBalances) Set(val *MarginBalances)
func (*NullableMarginBalances) UnmarshalJSON ¶
func (v *NullableMarginBalances) UnmarshalJSON(src []byte) error
func (*NullableMarginBalances) Unset ¶
func (v *NullableMarginBalances) Unset()
type NullableMaritalStatus ¶
type NullableMaritalStatus struct {
// contains filtered or unexported fields
}
func NewNullableMaritalStatus ¶
func NewNullableMaritalStatus(val *MaritalStatus) *NullableMaritalStatus
func (NullableMaritalStatus) Get ¶
func (v NullableMaritalStatus) Get() *MaritalStatus
func (NullableMaritalStatus) IsSet ¶
func (v NullableMaritalStatus) IsSet() bool
func (NullableMaritalStatus) MarshalJSON ¶
func (v NullableMaritalStatus) MarshalJSON() ([]byte, error)
func (*NullableMaritalStatus) Set ¶
func (v *NullableMaritalStatus) Set(val *MaritalStatus)
func (*NullableMaritalStatus) UnmarshalJSON ¶
func (v *NullableMaritalStatus) UnmarshalJSON(src []byte) error
func (*NullableMaritalStatus) Unset ¶
func (v *NullableMaritalStatus) Unset()
type NullableMarketData ¶
type NullableMarketData struct {
// contains filtered or unexported fields
}
func NewNullableMarketData ¶
func NewNullableMarketData(val *MarketData) *NullableMarketData
func (NullableMarketData) Get ¶
func (v NullableMarketData) Get() *MarketData
func (NullableMarketData) IsSet ¶
func (v NullableMarketData) IsSet() bool
func (NullableMarketData) MarshalJSON ¶
func (v NullableMarketData) MarshalJSON() ([]byte, error)
func (*NullableMarketData) Set ¶
func (v *NullableMarketData) Set(val *MarketData)
func (*NullableMarketData) UnmarshalJSON ¶
func (v *NullableMarketData) UnmarshalJSON(src []byte) error
func (*NullableMarketData) Unset ¶
func (v *NullableMarketData) Unset()
type NullableMarketHours ¶
type NullableMarketHours struct {
// contains filtered or unexported fields
}
func NewNullableMarketHours ¶
func NewNullableMarketHours(val *MarketHours) *NullableMarketHours
func (NullableMarketHours) Get ¶
func (v NullableMarketHours) Get() *MarketHours
func (NullableMarketHours) IsSet ¶
func (v NullableMarketHours) IsSet() bool
func (NullableMarketHours) MarshalJSON ¶
func (v NullableMarketHours) MarshalJSON() ([]byte, error)
func (*NullableMarketHours) Set ¶
func (v *NullableMarketHours) Set(val *MarketHours)
func (*NullableMarketHours) UnmarshalJSON ¶
func (v *NullableMarketHours) UnmarshalJSON(src []byte) error
func (*NullableMarketHours) Unset ¶
func (v *NullableMarketHours) Unset()
type NullableMinTicks ¶
type NullableMinTicks struct {
// contains filtered or unexported fields
}
func NewNullableMinTicks ¶
func NewNullableMinTicks(val *MinTicks) *NullableMinTicks
func (NullableMinTicks) Get ¶
func (v NullableMinTicks) Get() *MinTicks
func (NullableMinTicks) IsSet ¶
func (v NullableMinTicks) IsSet() bool
func (NullableMinTicks) MarshalJSON ¶
func (v NullableMinTicks) MarshalJSON() ([]byte, error)
func (*NullableMinTicks) Set ¶
func (v *NullableMinTicks) Set(val *MinTicks)
func (*NullableMinTicks) UnmarshalJSON ¶
func (v *NullableMinTicks) UnmarshalJSON(src []byte) error
func (*NullableMinTicks) Unset ¶
func (v *NullableMinTicks) Unset()
type NullableOpenCloseStrategy ¶
type NullableOpenCloseStrategy struct {
// contains filtered or unexported fields
}
func NewNullableOpenCloseStrategy ¶
func NewNullableOpenCloseStrategy(val *OpenCloseStrategy) *NullableOpenCloseStrategy
func (NullableOpenCloseStrategy) Get ¶
func (v NullableOpenCloseStrategy) Get() *OpenCloseStrategy
func (NullableOpenCloseStrategy) IsSet ¶
func (v NullableOpenCloseStrategy) IsSet() bool
func (NullableOpenCloseStrategy) MarshalJSON ¶
func (v NullableOpenCloseStrategy) MarshalJSON() ([]byte, error)
func (*NullableOpenCloseStrategy) Set ¶
func (v *NullableOpenCloseStrategy) Set(val *OpenCloseStrategy)
func (*NullableOpenCloseStrategy) UnmarshalJSON ¶
func (v *NullableOpenCloseStrategy) UnmarshalJSON(src []byte) error
func (*NullableOpenCloseStrategy) Unset ¶
func (v *NullableOpenCloseStrategy) Unset()
type NullableOptionChain ¶
type NullableOptionChain struct {
// contains filtered or unexported fields
}
func NewNullableOptionChain ¶
func NewNullableOptionChain(val *OptionChain) *NullableOptionChain
func (NullableOptionChain) Get ¶
func (v NullableOptionChain) Get() *OptionChain
func (NullableOptionChain) IsSet ¶
func (v NullableOptionChain) IsSet() bool
func (NullableOptionChain) MarshalJSON ¶
func (v NullableOptionChain) MarshalJSON() ([]byte, error)
func (*NullableOptionChain) Set ¶
func (v *NullableOptionChain) Set(val *OptionChain)
func (*NullableOptionChain) UnmarshalJSON ¶
func (v *NullableOptionChain) UnmarshalJSON(src []byte) error
func (*NullableOptionChain) Unset ¶
func (v *NullableOptionChain) Unset()
type NullableOptionInstrument ¶
type NullableOptionInstrument struct {
// contains filtered or unexported fields
}
func NewNullableOptionInstrument ¶
func NewNullableOptionInstrument(val *OptionInstrument) *NullableOptionInstrument
func (NullableOptionInstrument) Get ¶
func (v NullableOptionInstrument) Get() *OptionInstrument
func (NullableOptionInstrument) IsSet ¶
func (v NullableOptionInstrument) IsSet() bool
func (NullableOptionInstrument) MarshalJSON ¶
func (v NullableOptionInstrument) MarshalJSON() ([]byte, error)
func (*NullableOptionInstrument) Set ¶
func (v *NullableOptionInstrument) Set(val *OptionInstrument)
func (*NullableOptionInstrument) UnmarshalJSON ¶
func (v *NullableOptionInstrument) UnmarshalJSON(src []byte) error
func (*NullableOptionInstrument) Unset ¶
func (v *NullableOptionInstrument) Unset()
type NullableOptionOrder ¶
type NullableOptionOrder struct {
// contains filtered or unexported fields
}
func NewNullableOptionOrder ¶
func NewNullableOptionOrder(val *OptionOrder) *NullableOptionOrder
func (NullableOptionOrder) Get ¶
func (v NullableOptionOrder) Get() *OptionOrder
func (NullableOptionOrder) IsSet ¶
func (v NullableOptionOrder) IsSet() bool
func (NullableOptionOrder) MarshalJSON ¶
func (v NullableOptionOrder) MarshalJSON() ([]byte, error)
func (*NullableOptionOrder) Set ¶
func (v *NullableOptionOrder) Set(val *OptionOrder)
func (*NullableOptionOrder) UnmarshalJSON ¶
func (v *NullableOptionOrder) UnmarshalJSON(src []byte) error
func (*NullableOptionOrder) Unset ¶
func (v *NullableOptionOrder) Unset()
type NullableOptionOrderInput ¶
type NullableOptionOrderInput struct {
// contains filtered or unexported fields
}
func NewNullableOptionOrderInput ¶
func NewNullableOptionOrderInput(val *OptionOrderInput) *NullableOptionOrderInput
func (NullableOptionOrderInput) Get ¶
func (v NullableOptionOrderInput) Get() *OptionOrderInput
func (NullableOptionOrderInput) IsSet ¶
func (v NullableOptionOrderInput) IsSet() bool
func (NullableOptionOrderInput) MarshalJSON ¶
func (v NullableOptionOrderInput) MarshalJSON() ([]byte, error)
func (*NullableOptionOrderInput) Set ¶
func (v *NullableOptionOrderInput) Set(val *OptionOrderInput)
func (*NullableOptionOrderInput) UnmarshalJSON ¶
func (v *NullableOptionOrderInput) UnmarshalJSON(src []byte) error
func (*NullableOptionOrderInput) Unset ¶
func (v *NullableOptionOrderInput) Unset()
type NullableOptionOrderLeg ¶
type NullableOptionOrderLeg struct {
// contains filtered or unexported fields
}
func NewNullableOptionOrderLeg ¶
func NewNullableOptionOrderLeg(val *OptionOrderLeg) *NullableOptionOrderLeg
func (NullableOptionOrderLeg) Get ¶
func (v NullableOptionOrderLeg) Get() *OptionOrderLeg
func (NullableOptionOrderLeg) IsSet ¶
func (v NullableOptionOrderLeg) IsSet() bool
func (NullableOptionOrderLeg) MarshalJSON ¶
func (v NullableOptionOrderLeg) MarshalJSON() ([]byte, error)
func (*NullableOptionOrderLeg) Set ¶
func (v *NullableOptionOrderLeg) Set(val *OptionOrderLeg)
func (*NullableOptionOrderLeg) UnmarshalJSON ¶
func (v *NullableOptionOrderLeg) UnmarshalJSON(src []byte) error
func (*NullableOptionOrderLeg) Unset ¶
func (v *NullableOptionOrderLeg) Unset()
type NullableOptionOrderLegExecutionsInner ¶
type NullableOptionOrderLegExecutionsInner struct {
// contains filtered or unexported fields
}
func NewNullableOptionOrderLegExecutionsInner ¶
func NewNullableOptionOrderLegExecutionsInner(val *OptionOrderLegExecutionsInner) *NullableOptionOrderLegExecutionsInner
func (NullableOptionOrderLegExecutionsInner) Get ¶
func (v NullableOptionOrderLegExecutionsInner) Get() *OptionOrderLegExecutionsInner
func (NullableOptionOrderLegExecutionsInner) IsSet ¶
func (v NullableOptionOrderLegExecutionsInner) IsSet() bool
func (NullableOptionOrderLegExecutionsInner) MarshalJSON ¶
func (v NullableOptionOrderLegExecutionsInner) MarshalJSON() ([]byte, error)
func (*NullableOptionOrderLegExecutionsInner) Set ¶
func (v *NullableOptionOrderLegExecutionsInner) Set(val *OptionOrderLegExecutionsInner)
func (*NullableOptionOrderLegExecutionsInner) UnmarshalJSON ¶
func (v *NullableOptionOrderLegExecutionsInner) UnmarshalJSON(src []byte) error
func (*NullableOptionOrderLegExecutionsInner) Unset ¶
func (v *NullableOptionOrderLegExecutionsInner) Unset()
type NullableOptionsMarketData ¶
type NullableOptionsMarketData struct {
// contains filtered or unexported fields
}
func NewNullableOptionsMarketData ¶
func NewNullableOptionsMarketData(val *OptionsMarketData) *NullableOptionsMarketData
func (NullableOptionsMarketData) Get ¶
func (v NullableOptionsMarketData) Get() *OptionsMarketData
func (NullableOptionsMarketData) IsSet ¶
func (v NullableOptionsMarketData) IsSet() bool
func (NullableOptionsMarketData) MarshalJSON ¶
func (v NullableOptionsMarketData) MarshalJSON() ([]byte, error)
func (*NullableOptionsMarketData) Set ¶
func (v *NullableOptionsMarketData) Set(val *OptionsMarketData)
func (*NullableOptionsMarketData) UnmarshalJSON ¶
func (v *NullableOptionsMarketData) UnmarshalJSON(src []byte) error
func (*NullableOptionsMarketData) Unset ¶
func (v *NullableOptionsMarketData) Unset()
type NullableOrder ¶
type NullableOrder struct {
// contains filtered or unexported fields
}
func NewNullableOrder ¶
func NewNullableOrder(val *Order) *NullableOrder
func (NullableOrder) Get ¶
func (v NullableOrder) Get() *Order
func (NullableOrder) IsSet ¶
func (v NullableOrder) IsSet() bool
func (NullableOrder) MarshalJSON ¶
func (v NullableOrder) MarshalJSON() ([]byte, error)
func (*NullableOrder) Set ¶
func (v *NullableOrder) Set(val *Order)
func (*NullableOrder) UnmarshalJSON ¶
func (v *NullableOrder) UnmarshalJSON(src []byte) error
func (*NullableOrder) Unset ¶
func (v *NullableOrder) Unset()
type NullableOrderAction ¶
type NullableOrderAction struct {
// contains filtered or unexported fields
}
func NewNullableOrderAction ¶
func NewNullableOrderAction(val *OrderAction) *NullableOrderAction
func (NullableOrderAction) Get ¶
func (v NullableOrderAction) Get() *OrderAction
func (NullableOrderAction) IsSet ¶
func (v NullableOrderAction) IsSet() bool
func (NullableOrderAction) MarshalJSON ¶
func (v NullableOrderAction) MarshalJSON() ([]byte, error)
func (*NullableOrderAction) Set ¶
func (v *NullableOrderAction) Set(val *OrderAction)
func (*NullableOrderAction) UnmarshalJSON ¶
func (v *NullableOrderAction) UnmarshalJSON(src []byte) error
func (*NullableOrderAction) Unset ¶
func (v *NullableOrderAction) Unset()
type NullableOrderState ¶
type NullableOrderState struct {
// contains filtered or unexported fields
}
func NewNullableOrderState ¶
func NewNullableOrderState(val *OrderState) *NullableOrderState
func (NullableOrderState) Get ¶
func (v NullableOrderState) Get() *OrderState
func (NullableOrderState) IsSet ¶
func (v NullableOrderState) IsSet() bool
func (NullableOrderState) MarshalJSON ¶
func (v NullableOrderState) MarshalJSON() ([]byte, error)
func (*NullableOrderState) Set ¶
func (v *NullableOrderState) Set(val *OrderState)
func (*NullableOrderState) UnmarshalJSON ¶
func (v *NullableOrderState) UnmarshalJSON(src []byte) error
func (*NullableOrderState) Unset ¶
func (v *NullableOrderState) Unset()
type NullableOrderTotalNotional ¶
type NullableOrderTotalNotional struct {
// contains filtered or unexported fields
}
func NewNullableOrderTotalNotional ¶
func NewNullableOrderTotalNotional(val *OrderTotalNotional) *NullableOrderTotalNotional
func (NullableOrderTotalNotional) Get ¶
func (v NullableOrderTotalNotional) Get() *OrderTotalNotional
func (NullableOrderTotalNotional) IsSet ¶
func (v NullableOrderTotalNotional) IsSet() bool
func (NullableOrderTotalNotional) MarshalJSON ¶
func (v NullableOrderTotalNotional) MarshalJSON() ([]byte, error)
func (*NullableOrderTotalNotional) Set ¶
func (v *NullableOrderTotalNotional) Set(val *OrderTotalNotional)
func (*NullableOrderTotalNotional) UnmarshalJSON ¶
func (v *NullableOrderTotalNotional) UnmarshalJSON(src []byte) error
func (*NullableOrderTotalNotional) Unset ¶
func (v *NullableOrderTotalNotional) Unset()
type NullablePaginatedAccountInfo ¶
type NullablePaginatedAccountInfo struct {
// contains filtered or unexported fields
}
func NewNullablePaginatedAccountInfo ¶
func NewNullablePaginatedAccountInfo(val *PaginatedAccountInfo) *NullablePaginatedAccountInfo
func (NullablePaginatedAccountInfo) Get ¶
func (v NullablePaginatedAccountInfo) Get() *PaginatedAccountInfo
func (NullablePaginatedAccountInfo) IsSet ¶
func (v NullablePaginatedAccountInfo) IsSet() bool
func (NullablePaginatedAccountInfo) MarshalJSON ¶
func (v NullablePaginatedAccountInfo) MarshalJSON() ([]byte, error)
func (*NullablePaginatedAccountInfo) Set ¶
func (v *NullablePaginatedAccountInfo) Set(val *PaginatedAccountInfo)
func (*NullablePaginatedAccountInfo) UnmarshalJSON ¶
func (v *NullablePaginatedAccountInfo) UnmarshalJSON(src []byte) error
func (*NullablePaginatedAccountInfo) Unset ¶
func (v *NullablePaginatedAccountInfo) Unset()
type NullablePaginatedFundamentalsData ¶
type NullablePaginatedFundamentalsData struct {
// contains filtered or unexported fields
}
func NewNullablePaginatedFundamentalsData ¶
func NewNullablePaginatedFundamentalsData(val *PaginatedFundamentalsData) *NullablePaginatedFundamentalsData
func (NullablePaginatedFundamentalsData) Get ¶
func (v NullablePaginatedFundamentalsData) Get() *PaginatedFundamentalsData
func (NullablePaginatedFundamentalsData) IsSet ¶
func (v NullablePaginatedFundamentalsData) IsSet() bool
func (NullablePaginatedFundamentalsData) MarshalJSON ¶
func (v NullablePaginatedFundamentalsData) MarshalJSON() ([]byte, error)
func (*NullablePaginatedFundamentalsData) Set ¶
func (v *NullablePaginatedFundamentalsData) Set(val *PaginatedFundamentalsData)
func (*NullablePaginatedFundamentalsData) UnmarshalJSON ¶
func (v *NullablePaginatedFundamentalsData) UnmarshalJSON(src []byte) error
func (*NullablePaginatedFundamentalsData) Unset ¶
func (v *NullablePaginatedFundamentalsData) Unset()
type NullablePaginatedInstrumentData ¶
type NullablePaginatedInstrumentData struct {
// contains filtered or unexported fields
}
func NewNullablePaginatedInstrumentData ¶
func NewNullablePaginatedInstrumentData(val *PaginatedInstrumentData) *NullablePaginatedInstrumentData
func (NullablePaginatedInstrumentData) Get ¶
func (v NullablePaginatedInstrumentData) Get() *PaginatedInstrumentData
func (NullablePaginatedInstrumentData) IsSet ¶
func (v NullablePaginatedInstrumentData) IsSet() bool
func (NullablePaginatedInstrumentData) MarshalJSON ¶
func (v NullablePaginatedInstrumentData) MarshalJSON() ([]byte, error)
func (*NullablePaginatedInstrumentData) Set ¶
func (v *NullablePaginatedInstrumentData) Set(val *PaginatedInstrumentData)
func (*NullablePaginatedInstrumentData) UnmarshalJSON ¶
func (v *NullablePaginatedInstrumentData) UnmarshalJSON(src []byte) error
func (*NullablePaginatedInstrumentData) Unset ¶
func (v *NullablePaginatedInstrumentData) Unset()
type NullablePaginatedInstrumentSplit ¶
type NullablePaginatedInstrumentSplit struct {
// contains filtered or unexported fields
}
func NewNullablePaginatedInstrumentSplit ¶
func NewNullablePaginatedInstrumentSplit(val *PaginatedInstrumentSplit) *NullablePaginatedInstrumentSplit
func (NullablePaginatedInstrumentSplit) Get ¶
func (v NullablePaginatedInstrumentSplit) Get() *PaginatedInstrumentSplit
func (NullablePaginatedInstrumentSplit) IsSet ¶
func (v NullablePaginatedInstrumentSplit) IsSet() bool
func (NullablePaginatedInstrumentSplit) MarshalJSON ¶
func (v NullablePaginatedInstrumentSplit) MarshalJSON() ([]byte, error)
func (*NullablePaginatedInstrumentSplit) Set ¶
func (v *NullablePaginatedInstrumentSplit) Set(val *PaginatedInstrumentSplit)
func (*NullablePaginatedInstrumentSplit) UnmarshalJSON ¶
func (v *NullablePaginatedInstrumentSplit) UnmarshalJSON(src []byte) error
func (*NullablePaginatedInstrumentSplit) Unset ¶
func (v *NullablePaginatedInstrumentSplit) Unset()
type NullablePaginatedMarketData ¶
type NullablePaginatedMarketData struct {
// contains filtered or unexported fields
}
func NewNullablePaginatedMarketData ¶
func NewNullablePaginatedMarketData(val *PaginatedMarketData) *NullablePaginatedMarketData
func (NullablePaginatedMarketData) Get ¶
func (v NullablePaginatedMarketData) Get() *PaginatedMarketData
func (NullablePaginatedMarketData) IsSet ¶
func (v NullablePaginatedMarketData) IsSet() bool
func (NullablePaginatedMarketData) MarshalJSON ¶
func (v NullablePaginatedMarketData) MarshalJSON() ([]byte, error)
func (*NullablePaginatedMarketData) Set ¶
func (v *NullablePaginatedMarketData) Set(val *PaginatedMarketData)
func (*NullablePaginatedMarketData) UnmarshalJSON ¶
func (v *NullablePaginatedMarketData) UnmarshalJSON(src []byte) error
func (*NullablePaginatedMarketData) Unset ¶
func (v *NullablePaginatedMarketData) Unset()
type NullablePaginatedMovers ¶
type NullablePaginatedMovers struct {
// contains filtered or unexported fields
}
func NewNullablePaginatedMovers ¶
func NewNullablePaginatedMovers(val *PaginatedMovers) *NullablePaginatedMovers
func (NullablePaginatedMovers) Get ¶
func (v NullablePaginatedMovers) Get() *PaginatedMovers
func (NullablePaginatedMovers) IsSet ¶
func (v NullablePaginatedMovers) IsSet() bool
func (NullablePaginatedMovers) MarshalJSON ¶
func (v NullablePaginatedMovers) MarshalJSON() ([]byte, error)
func (*NullablePaginatedMovers) Set ¶
func (v *NullablePaginatedMovers) Set(val *PaginatedMovers)
func (*NullablePaginatedMovers) UnmarshalJSON ¶
func (v *NullablePaginatedMovers) UnmarshalJSON(src []byte) error
func (*NullablePaginatedMovers) Unset ¶
func (v *NullablePaginatedMovers) Unset()
type NullablePaginatedOptionChain ¶
type NullablePaginatedOptionChain struct {
// contains filtered or unexported fields
}
func NewNullablePaginatedOptionChain ¶
func NewNullablePaginatedOptionChain(val *PaginatedOptionChain) *NullablePaginatedOptionChain
func (NullablePaginatedOptionChain) Get ¶
func (v NullablePaginatedOptionChain) Get() *PaginatedOptionChain
func (NullablePaginatedOptionChain) IsSet ¶
func (v NullablePaginatedOptionChain) IsSet() bool
func (NullablePaginatedOptionChain) MarshalJSON ¶
func (v NullablePaginatedOptionChain) MarshalJSON() ([]byte, error)
func (*NullablePaginatedOptionChain) Set ¶
func (v *NullablePaginatedOptionChain) Set(val *PaginatedOptionChain)
func (*NullablePaginatedOptionChain) UnmarshalJSON ¶
func (v *NullablePaginatedOptionChain) UnmarshalJSON(src []byte) error
func (*NullablePaginatedOptionChain) Unset ¶
func (v *NullablePaginatedOptionChain) Unset()
type NullablePaginatedOptionInstrument ¶
type NullablePaginatedOptionInstrument struct {
// contains filtered or unexported fields
}
func NewNullablePaginatedOptionInstrument ¶
func NewNullablePaginatedOptionInstrument(val *PaginatedOptionInstrument) *NullablePaginatedOptionInstrument
func (NullablePaginatedOptionInstrument) Get ¶
func (v NullablePaginatedOptionInstrument) Get() *PaginatedOptionInstrument
func (NullablePaginatedOptionInstrument) IsSet ¶
func (v NullablePaginatedOptionInstrument) IsSet() bool
func (NullablePaginatedOptionInstrument) MarshalJSON ¶
func (v NullablePaginatedOptionInstrument) MarshalJSON() ([]byte, error)
func (*NullablePaginatedOptionInstrument) Set ¶
func (v *NullablePaginatedOptionInstrument) Set(val *PaginatedOptionInstrument)
func (*NullablePaginatedOptionInstrument) UnmarshalJSON ¶
func (v *NullablePaginatedOptionInstrument) UnmarshalJSON(src []byte) error
func (*NullablePaginatedOptionInstrument) Unset ¶
func (v *NullablePaginatedOptionInstrument) Unset()
type NullablePaginatedOrder ¶
type NullablePaginatedOrder struct {
// contains filtered or unexported fields
}
func NewNullablePaginatedOrder ¶
func NewNullablePaginatedOrder(val *PaginatedOrder) *NullablePaginatedOrder
func (NullablePaginatedOrder) Get ¶
func (v NullablePaginatedOrder) Get() *PaginatedOrder
func (NullablePaginatedOrder) IsSet ¶
func (v NullablePaginatedOrder) IsSet() bool
func (NullablePaginatedOrder) MarshalJSON ¶
func (v NullablePaginatedOrder) MarshalJSON() ([]byte, error)
func (*NullablePaginatedOrder) Set ¶
func (v *NullablePaginatedOrder) Set(val *PaginatedOrder)
func (*NullablePaginatedOrder) UnmarshalJSON ¶
func (v *NullablePaginatedOrder) UnmarshalJSON(src []byte) error
func (*NullablePaginatedOrder) Unset ¶
func (v *NullablePaginatedOrder) Unset()
type NullablePaginatedPosition ¶
type NullablePaginatedPosition struct {
// contains filtered or unexported fields
}
func NewNullablePaginatedPosition ¶
func NewNullablePaginatedPosition(val *PaginatedPosition) *NullablePaginatedPosition
func (NullablePaginatedPosition) Get ¶
func (v NullablePaginatedPosition) Get() *PaginatedPosition
func (NullablePaginatedPosition) IsSet ¶
func (v NullablePaginatedPosition) IsSet() bool
func (NullablePaginatedPosition) MarshalJSON ¶
func (v NullablePaginatedPosition) MarshalJSON() ([]byte, error)
func (*NullablePaginatedPosition) Set ¶
func (v *NullablePaginatedPosition) Set(val *PaginatedPosition)
func (*NullablePaginatedPosition) UnmarshalJSON ¶
func (v *NullablePaginatedPosition) UnmarshalJSON(src []byte) error
func (*NullablePaginatedPosition) Unset ¶
func (v *NullablePaginatedPosition) Unset()
type NullablePaginatedQuoteData ¶
type NullablePaginatedQuoteData struct {
// contains filtered or unexported fields
}
func NewNullablePaginatedQuoteData ¶
func NewNullablePaginatedQuoteData(val *PaginatedQuoteData) *NullablePaginatedQuoteData
func (NullablePaginatedQuoteData) Get ¶
func (v NullablePaginatedQuoteData) Get() *PaginatedQuoteData
func (NullablePaginatedQuoteData) IsSet ¶
func (v NullablePaginatedQuoteData) IsSet() bool
func (NullablePaginatedQuoteData) MarshalJSON ¶
func (v NullablePaginatedQuoteData) MarshalJSON() ([]byte, error)
func (*NullablePaginatedQuoteData) Set ¶
func (v *NullablePaginatedQuoteData) Set(val *PaginatedQuoteData)
func (*NullablePaginatedQuoteData) UnmarshalJSON ¶
func (v *NullablePaginatedQuoteData) UnmarshalJSON(src []byte) error
func (*NullablePaginatedQuoteData) Unset ¶
func (v *NullablePaginatedQuoteData) Unset()
type NullablePaginatedWatchListCreateResponse ¶
type NullablePaginatedWatchListCreateResponse struct {
// contains filtered or unexported fields
}
func NewNullablePaginatedWatchListCreateResponse ¶
func NewNullablePaginatedWatchListCreateResponse(val *PaginatedWatchListCreateResponse) *NullablePaginatedWatchListCreateResponse
func (NullablePaginatedWatchListCreateResponse) IsSet ¶
func (v NullablePaginatedWatchListCreateResponse) IsSet() bool
func (NullablePaginatedWatchListCreateResponse) MarshalJSON ¶
func (v NullablePaginatedWatchListCreateResponse) MarshalJSON() ([]byte, error)
func (*NullablePaginatedWatchListCreateResponse) Set ¶
func (v *NullablePaginatedWatchListCreateResponse) Set(val *PaginatedWatchListCreateResponse)
func (*NullablePaginatedWatchListCreateResponse) UnmarshalJSON ¶
func (v *NullablePaginatedWatchListCreateResponse) UnmarshalJSON(src []byte) error
func (*NullablePaginatedWatchListCreateResponse) Unset ¶
func (v *NullablePaginatedWatchListCreateResponse) Unset()
type NullablePaginatedWatchListsData ¶
type NullablePaginatedWatchListsData struct {
// contains filtered or unexported fields
}
func NewNullablePaginatedWatchListsData ¶
func NewNullablePaginatedWatchListsData(val *PaginatedWatchListsData) *NullablePaginatedWatchListsData
func (NullablePaginatedWatchListsData) Get ¶
func (v NullablePaginatedWatchListsData) Get() *PaginatedWatchListsData
func (NullablePaginatedWatchListsData) IsSet ¶
func (v NullablePaginatedWatchListsData) IsSet() bool
func (NullablePaginatedWatchListsData) MarshalJSON ¶
func (v NullablePaginatedWatchListsData) MarshalJSON() ([]byte, error)
func (*NullablePaginatedWatchListsData) Set ¶
func (v *NullablePaginatedWatchListsData) Set(val *PaginatedWatchListsData)
func (*NullablePaginatedWatchListsData) UnmarshalJSON ¶
func (v *NullablePaginatedWatchListsData) UnmarshalJSON(src []byte) error
func (*NullablePaginatedWatchListsData) Unset ¶
func (v *NullablePaginatedWatchListsData) Unset()
type NullablePortfolio ¶
type NullablePortfolio struct {
// contains filtered or unexported fields
}
func NewNullablePortfolio ¶
func NewNullablePortfolio(val *Portfolio) *NullablePortfolio
func (NullablePortfolio) Get ¶
func (v NullablePortfolio) Get() *Portfolio
func (NullablePortfolio) IsSet ¶
func (v NullablePortfolio) IsSet() bool
func (NullablePortfolio) MarshalJSON ¶
func (v NullablePortfolio) MarshalJSON() ([]byte, error)
func (*NullablePortfolio) Set ¶
func (v *NullablePortfolio) Set(val *Portfolio)
func (*NullablePortfolio) UnmarshalJSON ¶
func (v *NullablePortfolio) UnmarshalJSON(src []byte) error
func (*NullablePortfolio) Unset ¶
func (v *NullablePortfolio) Unset()
type NullablePosition ¶
type NullablePosition struct {
// contains filtered or unexported fields
}
func NewNullablePosition ¶
func NewNullablePosition(val *Position) *NullablePosition
func (NullablePosition) Get ¶
func (v NullablePosition) Get() *Position
func (NullablePosition) IsSet ¶
func (v NullablePosition) IsSet() bool
func (NullablePosition) MarshalJSON ¶
func (v NullablePosition) MarshalJSON() ([]byte, error)
func (*NullablePosition) Set ¶
func (v *NullablePosition) Set(val *Position)
func (*NullablePosition) UnmarshalJSON ¶
func (v *NullablePosition) UnmarshalJSON(src []byte) error
func (*NullablePosition) Unset ¶
func (v *NullablePosition) Unset()
type NullablePositionEffect ¶
type NullablePositionEffect struct {
// contains filtered or unexported fields
}
func NewNullablePositionEffect ¶
func NewNullablePositionEffect(val *PositionEffect) *NullablePositionEffect
func (NullablePositionEffect) Get ¶
func (v NullablePositionEffect) Get() *PositionEffect
func (NullablePositionEffect) IsSet ¶
func (v NullablePositionEffect) IsSet() bool
func (NullablePositionEffect) MarshalJSON ¶
func (v NullablePositionEffect) MarshalJSON() ([]byte, error)
func (*NullablePositionEffect) Set ¶
func (v *NullablePositionEffect) Set(val *PositionEffect)
func (*NullablePositionEffect) UnmarshalJSON ¶
func (v *NullablePositionEffect) UnmarshalJSON(src []byte) error
func (*NullablePositionEffect) Unset ¶
func (v *NullablePositionEffect) Unset()
type NullableQuote ¶
type NullableQuote struct {
// contains filtered or unexported fields
}
func NewNullableQuote ¶
func NewNullableQuote(val *Quote) *NullableQuote
func (NullableQuote) Get ¶
func (v NullableQuote) Get() *Quote
func (NullableQuote) IsSet ¶
func (v NullableQuote) IsSet() bool
func (NullableQuote) MarshalJSON ¶
func (v NullableQuote) MarshalJSON() ([]byte, error)
func (*NullableQuote) Set ¶
func (v *NullableQuote) Set(val *Quote)
func (*NullableQuote) UnmarshalJSON ¶
func (v *NullableQuote) UnmarshalJSON(src []byte) error
func (*NullableQuote) Unset ¶
func (v *NullableQuote) Unset()
type NullableQuoteCurrency ¶
type NullableQuoteCurrency struct {
// contains filtered or unexported fields
}
func NewNullableQuoteCurrency ¶
func NewNullableQuoteCurrency(val *QuoteCurrency) *NullableQuoteCurrency
func (NullableQuoteCurrency) Get ¶
func (v NullableQuoteCurrency) Get() *QuoteCurrency
func (NullableQuoteCurrency) IsSet ¶
func (v NullableQuoteCurrency) IsSet() bool
func (NullableQuoteCurrency) MarshalJSON ¶
func (v NullableQuoteCurrency) MarshalJSON() ([]byte, error)
func (*NullableQuoteCurrency) Set ¶
func (v *NullableQuoteCurrency) Set(val *QuoteCurrency)
func (*NullableQuoteCurrency) UnmarshalJSON ¶
func (v *NullableQuoteCurrency) UnmarshalJSON(src []byte) error
func (*NullableQuoteCurrency) Unset ¶
func (v *NullableQuoteCurrency) Unset()
type NullableQuoteData ¶
type NullableQuoteData struct {
// contains filtered or unexported fields
}
func NewNullableQuoteData ¶
func NewNullableQuoteData(val *QuoteData) *NullableQuoteData
func (NullableQuoteData) Get ¶
func (v NullableQuoteData) Get() *QuoteData
func (NullableQuoteData) IsSet ¶
func (v NullableQuoteData) IsSet() bool
func (NullableQuoteData) MarshalJSON ¶
func (v NullableQuoteData) MarshalJSON() ([]byte, error)
func (*NullableQuoteData) Set ¶
func (v *NullableQuoteData) Set(val *QuoteData)
func (*NullableQuoteData) UnmarshalJSON ¶
func (v *NullableQuoteData) UnmarshalJSON(src []byte) error
func (*NullableQuoteData) Unset ¶
func (v *NullableQuoteData) Unset()
type NullableRiskTolerance ¶
type NullableRiskTolerance struct {
// contains filtered or unexported fields
}
func NewNullableRiskTolerance ¶
func NewNullableRiskTolerance(val *RiskTolerance) *NullableRiskTolerance
func (NullableRiskTolerance) Get ¶
func (v NullableRiskTolerance) Get() *RiskTolerance
func (NullableRiskTolerance) IsSet ¶
func (v NullableRiskTolerance) IsSet() bool
func (NullableRiskTolerance) MarshalJSON ¶
func (v NullableRiskTolerance) MarshalJSON() ([]byte, error)
func (*NullableRiskTolerance) Set ¶
func (v *NullableRiskTolerance) Set(val *RiskTolerance)
func (*NullableRiskTolerance) UnmarshalJSON ¶
func (v *NullableRiskTolerance) UnmarshalJSON(src []byte) error
func (*NullableRiskTolerance) Unset ¶
func (v *NullableRiskTolerance) Unset()
type NullableSide ¶
type NullableSide struct {
// contains filtered or unexported fields
}
func NewNullableSide ¶
func NewNullableSide(val *Side) *NullableSide
func (NullableSide) Get ¶
func (v NullableSide) Get() *Side
func (NullableSide) IsSet ¶
func (v NullableSide) IsSet() bool
func (NullableSide) MarshalJSON ¶
func (v NullableSide) MarshalJSON() ([]byte, error)
func (*NullableSide) Set ¶
func (v *NullableSide) Set(val *Side)
func (*NullableSide) UnmarshalJSON ¶
func (v *NullableSide) UnmarshalJSON(src []byte) error
func (*NullableSide) Unset ¶
func (v *NullableSide) Unset()
type NullableSourceOfFunds ¶
type NullableSourceOfFunds struct {
// contains filtered or unexported fields
}
func NewNullableSourceOfFunds ¶
func NewNullableSourceOfFunds(val *SourceOfFunds) *NullableSourceOfFunds
func (NullableSourceOfFunds) Get ¶
func (v NullableSourceOfFunds) Get() *SourceOfFunds
func (NullableSourceOfFunds) IsSet ¶
func (v NullableSourceOfFunds) IsSet() bool
func (NullableSourceOfFunds) MarshalJSON ¶
func (v NullableSourceOfFunds) MarshalJSON() ([]byte, error)
func (*NullableSourceOfFunds) Set ¶
func (v *NullableSourceOfFunds) Set(val *SourceOfFunds)
func (*NullableSourceOfFunds) UnmarshalJSON ¶
func (v *NullableSourceOfFunds) UnmarshalJSON(src []byte) error
func (*NullableSourceOfFunds) Unset ¶
func (v *NullableSourceOfFunds) Unset()
type NullableString ¶
type NullableString struct {
// contains filtered or unexported fields
}
func NewNullableString ¶
func NewNullableString(val *string) *NullableString
func (NullableString) Get ¶
func (v NullableString) Get() *string
func (NullableString) IsSet ¶
func (v NullableString) IsSet() bool
func (NullableString) MarshalJSON ¶
func (v NullableString) MarshalJSON() ([]byte, error)
func (*NullableString) Set ¶
func (v *NullableString) Set(val *string)
func (*NullableString) UnmarshalJSON ¶
func (v *NullableString) UnmarshalJSON(src []byte) error
func (*NullableString) Unset ¶
func (v *NullableString) Unset()
type NullableTaxBracket ¶
type NullableTaxBracket struct {
// contains filtered or unexported fields
}
func NewNullableTaxBracket ¶
func NewNullableTaxBracket(val *TaxBracket) *NullableTaxBracket
func (NullableTaxBracket) Get ¶
func (v NullableTaxBracket) Get() *TaxBracket
func (NullableTaxBracket) IsSet ¶
func (v NullableTaxBracket) IsSet() bool
func (NullableTaxBracket) MarshalJSON ¶
func (v NullableTaxBracket) MarshalJSON() ([]byte, error)
func (*NullableTaxBracket) Set ¶
func (v *NullableTaxBracket) Set(val *TaxBracket)
func (*NullableTaxBracket) UnmarshalJSON ¶
func (v *NullableTaxBracket) UnmarshalJSON(src []byte) error
func (*NullableTaxBracket) Unset ¶
func (v *NullableTaxBracket) Unset()
type NullableTime ¶
type NullableTime struct {
// contains filtered or unexported fields
}
func NewNullableTime ¶
func NewNullableTime(val *time.Time) *NullableTime
func (NullableTime) Get ¶
func (v NullableTime) Get() *time.Time
func (NullableTime) IsSet ¶
func (v NullableTime) IsSet() bool
func (NullableTime) MarshalJSON ¶
func (v NullableTime) MarshalJSON() ([]byte, error)
func (*NullableTime) Set ¶
func (v *NullableTime) Set(val *time.Time)
func (*NullableTime) UnmarshalJSON ¶
func (v *NullableTime) UnmarshalJSON(src []byte) error
func (*NullableTime) Unset ¶
func (v *NullableTime) Unset()
type NullableTimeHorizon ¶
type NullableTimeHorizon struct {
// contains filtered or unexported fields
}
func NewNullableTimeHorizon ¶
func NewNullableTimeHorizon(val *TimeHorizon) *NullableTimeHorizon
func (NullableTimeHorizon) Get ¶
func (v NullableTimeHorizon) Get() *TimeHorizon
func (NullableTimeHorizon) IsSet ¶
func (v NullableTimeHorizon) IsSet() bool
func (NullableTimeHorizon) MarshalJSON ¶
func (v NullableTimeHorizon) MarshalJSON() ([]byte, error)
func (*NullableTimeHorizon) Set ¶
func (v *NullableTimeHorizon) Set(val *TimeHorizon)
func (*NullableTimeHorizon) UnmarshalJSON ¶
func (v *NullableTimeHorizon) UnmarshalJSON(src []byte) error
func (*NullableTimeHorizon) Unset ¶
func (v *NullableTimeHorizon) Unset()
type NullableTimeInForce ¶
type NullableTimeInForce struct {
// contains filtered or unexported fields
}
func NewNullableTimeInForce ¶
func NewNullableTimeInForce(val *TimeInForce) *NullableTimeInForce
func (NullableTimeInForce) Get ¶
func (v NullableTimeInForce) Get() *TimeInForce
func (NullableTimeInForce) IsSet ¶
func (v NullableTimeInForce) IsSet() bool
func (NullableTimeInForce) MarshalJSON ¶
func (v NullableTimeInForce) MarshalJSON() ([]byte, error)
func (*NullableTimeInForce) Set ¶
func (v *NullableTimeInForce) Set(val *TimeInForce)
func (*NullableTimeInForce) UnmarshalJSON ¶
func (v *NullableTimeInForce) UnmarshalJSON(src []byte) error
func (*NullableTimeInForce) Unset ¶
func (v *NullableTimeInForce) Unset()
type NullableTotalNetWorth ¶
type NullableTotalNetWorth struct {
// contains filtered or unexported fields
}
func NewNullableTotalNetWorth ¶
func NewNullableTotalNetWorth(val *TotalNetWorth) *NullableTotalNetWorth
func (NullableTotalNetWorth) Get ¶
func (v NullableTotalNetWorth) Get() *TotalNetWorth
func (NullableTotalNetWorth) IsSet ¶
func (v NullableTotalNetWorth) IsSet() bool
func (NullableTotalNetWorth) MarshalJSON ¶
func (v NullableTotalNetWorth) MarshalJSON() ([]byte, error)
func (*NullableTotalNetWorth) Set ¶
func (v *NullableTotalNetWorth) Set(val *TotalNetWorth)
func (*NullableTotalNetWorth) UnmarshalJSON ¶
func (v *NullableTotalNetWorth) UnmarshalJSON(src []byte) error
func (*NullableTotalNetWorth) Unset ¶
func (v *NullableTotalNetWorth) Unset()
type NullableTrigger ¶
type NullableTrigger struct {
// contains filtered or unexported fields
}
func NewNullableTrigger ¶
func NewNullableTrigger(val *Trigger) *NullableTrigger
func (NullableTrigger) Get ¶
func (v NullableTrigger) Get() *Trigger
func (NullableTrigger) IsSet ¶
func (v NullableTrigger) IsSet() bool
func (NullableTrigger) MarshalJSON ¶
func (v NullableTrigger) MarshalJSON() ([]byte, error)
func (*NullableTrigger) Set ¶
func (v *NullableTrigger) Set(val *Trigger)
func (*NullableTrigger) UnmarshalJSON ¶
func (v *NullableTrigger) UnmarshalJSON(src []byte) error
func (*NullableTrigger) Unset ¶
func (v *NullableTrigger) Unset()
type NullableUnderlyingInstrument ¶
type NullableUnderlyingInstrument struct {
// contains filtered or unexported fields
}
func NewNullableUnderlyingInstrument ¶
func NewNullableUnderlyingInstrument(val *UnderlyingInstrument) *NullableUnderlyingInstrument
func (NullableUnderlyingInstrument) Get ¶
func (v NullableUnderlyingInstrument) Get() *UnderlyingInstrument
func (NullableUnderlyingInstrument) IsSet ¶
func (v NullableUnderlyingInstrument) IsSet() bool
func (NullableUnderlyingInstrument) MarshalJSON ¶
func (v NullableUnderlyingInstrument) MarshalJSON() ([]byte, error)
func (*NullableUnderlyingInstrument) Set ¶
func (v *NullableUnderlyingInstrument) Set(val *UnderlyingInstrument)
func (*NullableUnderlyingInstrument) UnmarshalJSON ¶
func (v *NullableUnderlyingInstrument) UnmarshalJSON(src []byte) error
func (*NullableUnderlyingInstrument) Unset ¶
func (v *NullableUnderlyingInstrument) Unset()
type NullableUserId ¶
type NullableUserId struct {
// contains filtered or unexported fields
}
func NewNullableUserId ¶
func NewNullableUserId(val *UserId) *NullableUserId
func (NullableUserId) Get ¶
func (v NullableUserId) Get() *UserId
func (NullableUserId) IsSet ¶
func (v NullableUserId) IsSet() bool
func (NullableUserId) MarshalJSON ¶
func (v NullableUserId) MarshalJSON() ([]byte, error)
func (*NullableUserId) Set ¶
func (v *NullableUserId) Set(val *UserId)
func (*NullableUserId) UnmarshalJSON ¶
func (v *NullableUserId) UnmarshalJSON(src []byte) error
func (*NullableUserId) Unset ¶
func (v *NullableUserId) Unset()
type NullableUserInfo ¶
type NullableUserInfo struct {
// contains filtered or unexported fields
}
func NewNullableUserInfo ¶
func NewNullableUserInfo(val *UserInfo) *NullableUserInfo
func (NullableUserInfo) Get ¶
func (v NullableUserInfo) Get() *UserInfo
func (NullableUserInfo) IsSet ¶
func (v NullableUserInfo) IsSet() bool
func (NullableUserInfo) MarshalJSON ¶
func (v NullableUserInfo) MarshalJSON() ([]byte, error)
func (*NullableUserInfo) Set ¶
func (v *NullableUserInfo) Set(val *UserInfo)
func (*NullableUserInfo) UnmarshalJSON ¶
func (v *NullableUserInfo) UnmarshalJSON(src []byte) error
func (*NullableUserInfo) Unset ¶
func (v *NullableUserInfo) Unset()
type NullableWatchListCreateResponse ¶
type NullableWatchListCreateResponse struct {
// contains filtered or unexported fields
}
func NewNullableWatchListCreateResponse ¶
func NewNullableWatchListCreateResponse(val *WatchListCreateResponse) *NullableWatchListCreateResponse
func (NullableWatchListCreateResponse) Get ¶
func (v NullableWatchListCreateResponse) Get() *WatchListCreateResponse
func (NullableWatchListCreateResponse) IsSet ¶
func (v NullableWatchListCreateResponse) IsSet() bool
func (NullableWatchListCreateResponse) MarshalJSON ¶
func (v NullableWatchListCreateResponse) MarshalJSON() ([]byte, error)
func (*NullableWatchListCreateResponse) Set ¶
func (v *NullableWatchListCreateResponse) Set(val *WatchListCreateResponse)
func (*NullableWatchListCreateResponse) UnmarshalJSON ¶
func (v *NullableWatchListCreateResponse) UnmarshalJSON(src []byte) error
func (*NullableWatchListCreateResponse) Unset ¶
func (v *NullableWatchListCreateResponse) Unset()
type NullableWatchListsData ¶
type NullableWatchListsData struct {
// contains filtered or unexported fields
}
func NewNullableWatchListsData ¶
func NewNullableWatchListsData(val *WatchListsData) *NullableWatchListsData
func (NullableWatchListsData) Get ¶
func (v NullableWatchListsData) Get() *WatchListsData
func (NullableWatchListsData) IsSet ¶
func (v NullableWatchListsData) IsSet() bool
func (NullableWatchListsData) MarshalJSON ¶
func (v NullableWatchListsData) MarshalJSON() ([]byte, error)
func (*NullableWatchListsData) Set ¶
func (v *NullableWatchListsData) Set(val *WatchListsData)
func (*NullableWatchListsData) UnmarshalJSON ¶
func (v *NullableWatchListsData) UnmarshalJSON(src []byte) error
func (*NullableWatchListsData) Unset ¶
func (v *NullableWatchListsData) Unset()
type NullableWatchlist ¶
type NullableWatchlist struct {
// contains filtered or unexported fields
}
func NewNullableWatchlist ¶
func NewNullableWatchlist(val *Watchlist) *NullableWatchlist
func (NullableWatchlist) Get ¶
func (v NullableWatchlist) Get() *Watchlist
func (NullableWatchlist) IsSet ¶
func (v NullableWatchlist) IsSet() bool
func (NullableWatchlist) MarshalJSON ¶
func (v NullableWatchlist) MarshalJSON() ([]byte, error)
func (*NullableWatchlist) Set ¶
func (v *NullableWatchlist) Set(val *Watchlist)
func (*NullableWatchlist) UnmarshalJSON ¶
func (v *NullableWatchlist) UnmarshalJSON(src []byte) error
func (*NullableWatchlist) Unset ¶
func (v *NullableWatchlist) Unset()
type OpenCloseStrategy ¶
type OpenCloseStrategy string
OpenCloseStrategy the model 'OpenCloseStrategy'
const ( SHORT_PUT OpenCloseStrategy = "short_put" SHORT_CALL OpenCloseStrategy = "short_call" LONG_CALL OpenCloseStrategy = "long_call" LONG_PUT OpenCloseStrategy = "long_put" LONG_CALL_SPREAD OpenCloseStrategy = "long_call_spread" LONG_PUT_SPREAD OpenCloseStrategy = "long_put_spread" SHORT_PUT_SPREAD OpenCloseStrategy = "short_put_spread" SHORT_CALL_SPREAD OpenCloseStrategy = "short_call_spread" SHORT_PUT_LADDER OpenCloseStrategy = "short_put_ladder" SHORT_CALL_LADDER OpenCloseStrategy = "short_call_ladder" )
List of OpenCloseStrategy
func NewOpenCloseStrategyFromValue ¶
func NewOpenCloseStrategyFromValue(v string) (*OpenCloseStrategy, error)
NewOpenCloseStrategyFromValue returns a pointer to a valid OpenCloseStrategy for the value passed as argument, or an error if the value passed is not allowed by the enum
func (OpenCloseStrategy) IsValid ¶
func (v OpenCloseStrategy) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (OpenCloseStrategy) Ptr ¶
func (v OpenCloseStrategy) Ptr() *OpenCloseStrategy
Ptr returns reference to OpenCloseStrategy value
func (*OpenCloseStrategy) UnmarshalJSON ¶
func (v *OpenCloseStrategy) UnmarshalJSON(src []byte) error
type OptionAssignment ¶
type OptionAssignment struct { Account *string `json:"account,omitempty"` CashComponent *string `json:"cash_component,omitempty"` ChainID *string `json:"chain_id,omitempty"` CreatedAt *string `json:"created_at,omitempty"` Direction *string `json:"direction,omitempty"` EquityComponents []EquityComponent `json:"equity_components,omitempty"` EventDate *string `json:"event_date,omitempty"` ID *string `json:"id,omitempty"` Option *string `json:"option,omitempty"` Position *string `json:"position,omitempty"` Quantity *string `json:"quantity,omitempty"` SourceRefID *string `json:"source_ref_id,omitempty"` State *string `json:"state,omitempty"` TotalCashAmount *string `json:"total_cash_amount,omitempty"` Type *string `json:"type,omitempty"` UnderlyingPrice *string `json:"underlying_price,omitempty"` UpdatedAt *string `json:"updated_at,omitempty"` }
type OptionChain ¶
type OptionChain struct { CanOpenPosition *bool `json:"can_open_position,omitempty"` CashComponent map[string]interface{} `json:"cash_component,omitempty"` ExpirationDates []string `json:"expiration_dates,omitempty"` Id *string `json:"id,omitempty"` MinTicks *MinTicks `json:"min_ticks,omitempty"` Symbol *string `json:"symbol,omitempty"` TradeValueMultiplier *string `json:"trade_value_multiplier,omitempty"` UnderlyingInstruments []UnderlyingInstrument `json:"underlying_instruments,omitempty"` }
OptionChain struct for OptionChain
func NewOptionChain ¶
func NewOptionChain() *OptionChain
NewOptionChain instantiates a new OptionChain 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 NewOptionChainWithDefaults ¶
func NewOptionChainWithDefaults() *OptionChain
NewOptionChainWithDefaults instantiates a new OptionChain 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 (*OptionChain) GetCanOpenPosition ¶
func (o *OptionChain) GetCanOpenPosition() bool
GetCanOpenPosition returns the CanOpenPosition field value if set, zero value otherwise.
func (*OptionChain) GetCanOpenPositionOk ¶
func (o *OptionChain) GetCanOpenPositionOk() (*bool, bool)
GetCanOpenPositionOk returns a tuple with the CanOpenPosition field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionChain) GetCashComponent ¶
func (o *OptionChain) GetCashComponent() map[string]interface{}
GetCashComponent returns the CashComponent field value if set, zero value otherwise.
func (*OptionChain) GetCashComponentOk ¶
func (o *OptionChain) GetCashComponentOk() (map[string]interface{}, bool)
GetCashComponentOk returns a tuple with the CashComponent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionChain) GetExpirationDates ¶
func (o *OptionChain) GetExpirationDates() []string
GetExpirationDates returns the ExpirationDates field value if set, zero value otherwise.
func (*OptionChain) GetExpirationDatesOk ¶
func (o *OptionChain) GetExpirationDatesOk() ([]string, bool)
GetExpirationDatesOk returns a tuple with the ExpirationDates field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionChain) GetId ¶
func (o *OptionChain) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*OptionChain) GetIdOk ¶
func (o *OptionChain) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionChain) GetMinTicks ¶
func (o *OptionChain) GetMinTicks() MinTicks
GetMinTicks returns the MinTicks field value if set, zero value otherwise.
func (*OptionChain) GetMinTicksOk ¶
func (o *OptionChain) GetMinTicksOk() (*MinTicks, bool)
GetMinTicksOk returns a tuple with the MinTicks field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionChain) GetSymbol ¶
func (o *OptionChain) GetSymbol() string
GetSymbol returns the Symbol field value if set, zero value otherwise.
func (*OptionChain) GetSymbolOk ¶
func (o *OptionChain) GetSymbolOk() (*string, bool)
GetSymbolOk returns a tuple with the Symbol field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionChain) GetTradeValueMultiplier ¶
func (o *OptionChain) GetTradeValueMultiplier() string
GetTradeValueMultiplier returns the TradeValueMultiplier field value if set, zero value otherwise.
func (*OptionChain) GetTradeValueMultiplierOk ¶
func (o *OptionChain) GetTradeValueMultiplierOk() (*string, bool)
GetTradeValueMultiplierOk returns a tuple with the TradeValueMultiplier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionChain) GetUnderlyingInstruments ¶
func (o *OptionChain) GetUnderlyingInstruments() []UnderlyingInstrument
GetUnderlyingInstruments returns the UnderlyingInstruments field value if set, zero value otherwise.
func (*OptionChain) GetUnderlyingInstrumentsOk ¶
func (o *OptionChain) GetUnderlyingInstrumentsOk() ([]UnderlyingInstrument, bool)
GetUnderlyingInstrumentsOk returns a tuple with the UnderlyingInstruments field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionChain) HasCanOpenPosition ¶
func (o *OptionChain) HasCanOpenPosition() bool
HasCanOpenPosition returns a boolean if a field has been set.
func (*OptionChain) HasCashComponent ¶
func (o *OptionChain) HasCashComponent() bool
HasCashComponent returns a boolean if a field has been set.
func (*OptionChain) HasExpirationDates ¶
func (o *OptionChain) HasExpirationDates() bool
HasExpirationDates returns a boolean if a field has been set.
func (*OptionChain) HasId ¶
func (o *OptionChain) HasId() bool
HasId returns a boolean if a field has been set.
func (*OptionChain) HasMinTicks ¶
func (o *OptionChain) HasMinTicks() bool
HasMinTicks returns a boolean if a field has been set.
func (*OptionChain) HasSymbol ¶
func (o *OptionChain) HasSymbol() bool
HasSymbol returns a boolean if a field has been set.
func (*OptionChain) HasTradeValueMultiplier ¶
func (o *OptionChain) HasTradeValueMultiplier() bool
HasTradeValueMultiplier returns a boolean if a field has been set.
func (*OptionChain) HasUnderlyingInstruments ¶
func (o *OptionChain) HasUnderlyingInstruments() bool
HasUnderlyingInstruments returns a boolean if a field has been set.
func (OptionChain) MarshalJSON ¶
func (o OptionChain) MarshalJSON() ([]byte, error)
func (*OptionChain) SetCanOpenPosition ¶
func (o *OptionChain) SetCanOpenPosition(v bool)
SetCanOpenPosition gets a reference to the given bool and assigns it to the CanOpenPosition field.
func (*OptionChain) SetCashComponent ¶
func (o *OptionChain) SetCashComponent(v map[string]interface{})
SetCashComponent gets a reference to the given map[string]interface{} and assigns it to the CashComponent field.
func (*OptionChain) SetExpirationDates ¶
func (o *OptionChain) SetExpirationDates(v []string)
SetExpirationDates gets a reference to the given []string and assigns it to the ExpirationDates field.
func (*OptionChain) SetId ¶
func (o *OptionChain) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*OptionChain) SetMinTicks ¶
func (o *OptionChain) SetMinTicks(v MinTicks)
SetMinTicks gets a reference to the given MinTicks and assigns it to the MinTicks field.
func (*OptionChain) SetSymbol ¶
func (o *OptionChain) SetSymbol(v string)
SetSymbol gets a reference to the given string and assigns it to the Symbol field.
func (*OptionChain) SetTradeValueMultiplier ¶
func (o *OptionChain) SetTradeValueMultiplier(v string)
SetTradeValueMultiplier gets a reference to the given string and assigns it to the TradeValueMultiplier field.
func (*OptionChain) SetUnderlyingInstruments ¶
func (o *OptionChain) SetUnderlyingInstruments(v []UnderlyingInstrument)
SetUnderlyingInstruments gets a reference to the given []UnderlyingInstrument and assigns it to the UnderlyingInstruments field.
func (OptionChain) ToMap ¶
func (o OptionChain) ToMap() (map[string]interface{}, error)
type OptionInstrument ¶
type OptionInstrument struct { ChainId *string `json:"chain_id,omitempty"` ChainSymbol *string `json:"chain_symbol,omitempty"` CreatedAt *string `json:"created_at,omitempty"` ExpirationDate *string `json:"expiration_date,omitempty"` Id *string `json:"id,omitempty"` IssueDate *string `json:"issue_date,omitempty"` MinTicks *MinTicks `json:"min_ticks,omitempty"` RhsTradability *string `json:"rhs_tradability,omitempty"` State *string `json:"state,omitempty"` StrikePrice *string `json:"strike_price,omitempty"` Tradability *string `json:"tradability,omitempty"` Type *string `json:"type,omitempty"` UpdatedAt *string `json:"updated_at,omitempty"` Url *string `json:"url,omitempty"` }
OptionInstrument struct for OptionInstrument
func NewOptionInstrument ¶
func NewOptionInstrument() *OptionInstrument
NewOptionInstrument instantiates a new OptionInstrument 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 NewOptionInstrumentWithDefaults ¶
func NewOptionInstrumentWithDefaults() *OptionInstrument
NewOptionInstrumentWithDefaults instantiates a new OptionInstrument 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 (*OptionInstrument) GetChainId ¶
func (o *OptionInstrument) GetChainId() string
GetChainId returns the ChainId field value if set, zero value otherwise.
func (*OptionInstrument) GetChainIdOk ¶
func (o *OptionInstrument) GetChainIdOk() (*string, bool)
GetChainIdOk returns a tuple with the ChainId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionInstrument) GetChainSymbol ¶
func (o *OptionInstrument) GetChainSymbol() string
GetChainSymbol returns the ChainSymbol field value if set, zero value otherwise.
func (*OptionInstrument) GetChainSymbolOk ¶
func (o *OptionInstrument) GetChainSymbolOk() (*string, bool)
GetChainSymbolOk returns a tuple with the ChainSymbol field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionInstrument) GetCreatedAt ¶
func (o *OptionInstrument) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*OptionInstrument) GetCreatedAtOk ¶
func (o *OptionInstrument) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionInstrument) GetExpirationDate ¶
func (o *OptionInstrument) GetExpirationDate() string
GetExpirationDate returns the ExpirationDate field value if set, zero value otherwise.
func (*OptionInstrument) GetExpirationDateOk ¶
func (o *OptionInstrument) GetExpirationDateOk() (*string, bool)
GetExpirationDateOk returns a tuple with the ExpirationDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionInstrument) GetId ¶
func (o *OptionInstrument) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*OptionInstrument) GetIdOk ¶
func (o *OptionInstrument) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionInstrument) GetIssueDate ¶
func (o *OptionInstrument) GetIssueDate() string
GetIssueDate returns the IssueDate field value if set, zero value otherwise.
func (*OptionInstrument) GetIssueDateOk ¶
func (o *OptionInstrument) GetIssueDateOk() (*string, bool)
GetIssueDateOk returns a tuple with the IssueDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionInstrument) GetMinTicks ¶
func (o *OptionInstrument) GetMinTicks() MinTicks
GetMinTicks returns the MinTicks field value if set, zero value otherwise.
func (*OptionInstrument) GetMinTicksOk ¶
func (o *OptionInstrument) GetMinTicksOk() (*MinTicks, bool)
GetMinTicksOk returns a tuple with the MinTicks field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionInstrument) GetRhsTradability ¶
func (o *OptionInstrument) GetRhsTradability() string
GetRhsTradability returns the RhsTradability field value if set, zero value otherwise.
func (*OptionInstrument) GetRhsTradabilityOk ¶
func (o *OptionInstrument) GetRhsTradabilityOk() (*string, bool)
GetRhsTradabilityOk returns a tuple with the RhsTradability field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionInstrument) GetState ¶
func (o *OptionInstrument) GetState() string
GetState returns the State field value if set, zero value otherwise.
func (*OptionInstrument) GetStateOk ¶
func (o *OptionInstrument) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionInstrument) GetStrikePrice ¶
func (o *OptionInstrument) GetStrikePrice() string
GetStrikePrice returns the StrikePrice field value if set, zero value otherwise.
func (*OptionInstrument) GetStrikePriceOk ¶
func (o *OptionInstrument) GetStrikePriceOk() (*string, bool)
GetStrikePriceOk returns a tuple with the StrikePrice field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionInstrument) GetTradability ¶
func (o *OptionInstrument) GetTradability() string
GetTradability returns the Tradability field value if set, zero value otherwise.
func (*OptionInstrument) GetTradabilityOk ¶
func (o *OptionInstrument) GetTradabilityOk() (*string, bool)
GetTradabilityOk returns a tuple with the Tradability field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionInstrument) GetType ¶
func (o *OptionInstrument) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*OptionInstrument) GetTypeOk ¶
func (o *OptionInstrument) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionInstrument) GetUpdatedAt ¶
func (o *OptionInstrument) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*OptionInstrument) GetUpdatedAtOk ¶
func (o *OptionInstrument) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionInstrument) GetUrl ¶
func (o *OptionInstrument) GetUrl() string
GetUrl returns the Url field value if set, zero value otherwise.
func (*OptionInstrument) GetUrlOk ¶
func (o *OptionInstrument) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionInstrument) HasChainId ¶
func (o *OptionInstrument) HasChainId() bool
HasChainId returns a boolean if a field has been set.
func (*OptionInstrument) HasChainSymbol ¶
func (o *OptionInstrument) HasChainSymbol() bool
HasChainSymbol returns a boolean if a field has been set.
func (*OptionInstrument) HasCreatedAt ¶
func (o *OptionInstrument) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*OptionInstrument) HasExpirationDate ¶
func (o *OptionInstrument) HasExpirationDate() bool
HasExpirationDate returns a boolean if a field has been set.
func (*OptionInstrument) HasId ¶
func (o *OptionInstrument) HasId() bool
HasId returns a boolean if a field has been set.
func (*OptionInstrument) HasIssueDate ¶
func (o *OptionInstrument) HasIssueDate() bool
HasIssueDate returns a boolean if a field has been set.
func (*OptionInstrument) HasMinTicks ¶
func (o *OptionInstrument) HasMinTicks() bool
HasMinTicks returns a boolean if a field has been set.
func (*OptionInstrument) HasRhsTradability ¶
func (o *OptionInstrument) HasRhsTradability() bool
HasRhsTradability returns a boolean if a field has been set.
func (*OptionInstrument) HasState ¶
func (o *OptionInstrument) HasState() bool
HasState returns a boolean if a field has been set.
func (*OptionInstrument) HasStrikePrice ¶
func (o *OptionInstrument) HasStrikePrice() bool
HasStrikePrice returns a boolean if a field has been set.
func (*OptionInstrument) HasTradability ¶
func (o *OptionInstrument) HasTradability() bool
HasTradability returns a boolean if a field has been set.
func (*OptionInstrument) HasType ¶
func (o *OptionInstrument) HasType() bool
HasType returns a boolean if a field has been set.
func (*OptionInstrument) HasUpdatedAt ¶
func (o *OptionInstrument) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (*OptionInstrument) HasUrl ¶
func (o *OptionInstrument) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (OptionInstrument) MarshalJSON ¶
func (o OptionInstrument) MarshalJSON() ([]byte, error)
func (*OptionInstrument) SetChainId ¶
func (o *OptionInstrument) SetChainId(v string)
SetChainId gets a reference to the given string and assigns it to the ChainId field.
func (*OptionInstrument) SetChainSymbol ¶
func (o *OptionInstrument) SetChainSymbol(v string)
SetChainSymbol gets a reference to the given string and assigns it to the ChainSymbol field.
func (*OptionInstrument) SetCreatedAt ¶
func (o *OptionInstrument) SetCreatedAt(v string)
SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.
func (*OptionInstrument) SetExpirationDate ¶
func (o *OptionInstrument) SetExpirationDate(v string)
SetExpirationDate gets a reference to the given string and assigns it to the ExpirationDate field.
func (*OptionInstrument) SetId ¶
func (o *OptionInstrument) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*OptionInstrument) SetIssueDate ¶
func (o *OptionInstrument) SetIssueDate(v string)
SetIssueDate gets a reference to the given string and assigns it to the IssueDate field.
func (*OptionInstrument) SetMinTicks ¶
func (o *OptionInstrument) SetMinTicks(v MinTicks)
SetMinTicks gets a reference to the given MinTicks and assigns it to the MinTicks field.
func (*OptionInstrument) SetRhsTradability ¶
func (o *OptionInstrument) SetRhsTradability(v string)
SetRhsTradability gets a reference to the given string and assigns it to the RhsTradability field.
func (*OptionInstrument) SetState ¶
func (o *OptionInstrument) SetState(v string)
SetState gets a reference to the given string and assigns it to the State field.
func (*OptionInstrument) SetStrikePrice ¶
func (o *OptionInstrument) SetStrikePrice(v string)
SetStrikePrice gets a reference to the given string and assigns it to the StrikePrice field.
func (*OptionInstrument) SetTradability ¶
func (o *OptionInstrument) SetTradability(v string)
SetTradability gets a reference to the given string and assigns it to the Tradability field.
func (*OptionInstrument) SetType ¶
func (o *OptionInstrument) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*OptionInstrument) SetUpdatedAt ¶
func (o *OptionInstrument) SetUpdatedAt(v string)
SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.
func (*OptionInstrument) SetUrl ¶
func (o *OptionInstrument) SetUrl(v string)
SetUrl gets a reference to the given string and assigns it to the Url field.
func (OptionInstrument) ToMap ¶
func (o OptionInstrument) ToMap() (map[string]interface{}, error)
type OptionOrder ¶
type OptionOrder struct { CancelUrl *string `json:"cancel_url,omitempty"` CanceledQuantity *string `json:"canceled_quantity,omitempty"` CreatedAt *string `json:"created_at,omitempty"` Direction *Direction `json:"direction,omitempty"` Id *string `json:"id,omitempty"` Legs []OptionOrderLeg `json:"legs,omitempty"` PendingQuantity *string `json:"pending_quantity,omitempty"` Premium *string `json:"premium,omitempty"` ProcessedPremium *string `json:"processed_premium,omitempty"` Price *string `json:"price,omitempty"` ProcessedQuantity *string `json:"processed_quantity,omitempty"` // units of 1, 2, 3 Quantity *string `json:"quantity,omitempty"` RefId *string `json:"ref_id,omitempty"` State *OrderState `json:"state,omitempty"` TimeInForce *TimeInForce `json:"time_in_force,omitempty"` Trigger *Trigger `json:"trigger,omitempty"` Type *ExecutionType `json:"type,omitempty"` UpdatedAt *string `json:"updated_at,omitempty"` ChainId *string `json:"chain_id,omitempty"` ChainSymbol *string `json:"chain_symbol,omitempty"` ResponseCategory *string `json:"response_category,omitempty"` OpeningStrategy *OpenCloseStrategy `json:"opening_strategy,omitempty"` ClosingStrategy *OpenCloseStrategy `json:"closing_strategy,omitempty"` StopPrice *string `json:"stop_price,omitempty"` // manually added ExpirationDate *string `json:"expiration_date,omitempty"` StrikePrice *string `json:"strike_price,omitempty"` Expired *string `json:"expired,omitempty"` Assigned *string `json:"assigned,omitempty"` TransactionCode *string `json:"transaction_code,omitempty"` // STO, BTC, BTO, STC }
OptionOrder struct for OptionOrder
func NewOptionOrder ¶
func NewOptionOrder() *OptionOrder
NewOptionOrder instantiates a new OptionOrder 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 NewOptionOrderWithDefaults ¶
func NewOptionOrderWithDefaults() *OptionOrder
NewOptionOrderWithDefaults instantiates a new OptionOrder 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 (*OptionOrder) GetCancelUrl ¶
func (o *OptionOrder) GetCancelUrl() string
GetCancelUrl returns the CancelUrl field value if set, zero value otherwise.
func (*OptionOrder) GetCancelUrlOk ¶
func (o *OptionOrder) GetCancelUrlOk() (*string, bool)
GetCancelUrlOk returns a tuple with the CancelUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionOrder) GetCanceledQuantity ¶
func (o *OptionOrder) GetCanceledQuantity() string
GetCanceledQuantity returns the CanceledQuantity field value if set, zero value otherwise.
func (*OptionOrder) GetCanceledQuantityOk ¶
func (o *OptionOrder) GetCanceledQuantityOk() (*string, bool)
GetCanceledQuantityOk returns a tuple with the CanceledQuantity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionOrder) GetChainId ¶
func (o *OptionOrder) GetChainId() string
GetChainId returns the ChainId field value if set, zero value otherwise.
func (*OptionOrder) GetChainIdOk ¶
func (o *OptionOrder) GetChainIdOk() (*string, bool)
GetChainIdOk returns a tuple with the ChainId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionOrder) GetChainSymbol ¶
func (o *OptionOrder) GetChainSymbol() string
GetChainSymbol returns the ChainSymbol field value if set, zero value otherwise.
func (*OptionOrder) GetChainSymbolOk ¶
func (o *OptionOrder) GetChainSymbolOk() (*string, bool)
GetChainSymbolOk returns a tuple with the ChainSymbol field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionOrder) GetClosingStrategy ¶
func (o *OptionOrder) GetClosingStrategy() OpenCloseStrategy
GetClosingStrategy returns the ClosingStrategy field value if set, zero value otherwise.
func (*OptionOrder) GetClosingStrategyOk ¶
func (o *OptionOrder) GetClosingStrategyOk() (*OpenCloseStrategy, bool)
GetClosingStrategyOk returns a tuple with the ClosingStrategy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionOrder) GetCreatedAt ¶
func (o *OptionOrder) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*OptionOrder) GetCreatedAtOk ¶
func (o *OptionOrder) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionOrder) GetDirection ¶
func (o *OptionOrder) GetDirection() Direction
GetDirection returns the Direction field value if set, zero value otherwise.
func (*OptionOrder) GetDirectionOk ¶
func (o *OptionOrder) GetDirectionOk() (*Direction, bool)
GetDirectionOk returns a tuple with the Direction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionOrder) GetId ¶
func (o *OptionOrder) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*OptionOrder) GetIdOk ¶
func (o *OptionOrder) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionOrder) GetLegs ¶
func (o *OptionOrder) GetLegs() []OptionOrderLeg
GetLegs returns the Legs field value if set, zero value otherwise.
func (*OptionOrder) GetLegsOk ¶
func (o *OptionOrder) GetLegsOk() ([]OptionOrderLeg, bool)
GetLegsOk returns a tuple with the Legs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionOrder) GetOpeningStrategy ¶
func (o *OptionOrder) GetOpeningStrategy() OpenCloseStrategy
GetOpeningStrategy returns the OpeningStrategy field value if set, zero value otherwise.
func (*OptionOrder) GetOpeningStrategyOk ¶
func (o *OptionOrder) GetOpeningStrategyOk() (*OpenCloseStrategy, bool)
GetOpeningStrategyOk returns a tuple with the OpeningStrategy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionOrder) GetPendingQuantity ¶
func (o *OptionOrder) GetPendingQuantity() string
GetPendingQuantity returns the PendingQuantity field value if set, zero value otherwise.
func (*OptionOrder) GetPendingQuantityOk ¶
func (o *OptionOrder) GetPendingQuantityOk() (*string, bool)
GetPendingQuantityOk returns a tuple with the PendingQuantity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionOrder) GetPremium ¶
func (o *OptionOrder) GetPremium() string
GetPremium returns the Premium field value if set, zero value otherwise.
func (*OptionOrder) GetPremiumOk ¶
func (o *OptionOrder) GetPremiumOk() (*string, bool)
GetPremiumOk returns a tuple with the Premium field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionOrder) GetPrice ¶
func (o *OptionOrder) GetPrice() string
GetPrice returns the Price field value if set, zero value otherwise.
func (*OptionOrder) GetPriceOk ¶
func (o *OptionOrder) GetPriceOk() (*string, bool)
GetPriceOk returns a tuple with the Price field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionOrder) GetProcessedPremium ¶
func (o *OptionOrder) GetProcessedPremium() string
GetProcessedPremium returns the ProcessedPremium field value if set, zero value otherwise.
func (*OptionOrder) GetProcessedPremiumOk ¶
func (o *OptionOrder) GetProcessedPremiumOk() (*string, bool)
GetProcessedPremiumOk returns a tuple with the ProcessedPremium field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionOrder) GetProcessedQuantity ¶
func (o *OptionOrder) GetProcessedQuantity() string
GetProcessedQuantity returns the ProcessedQuantity field value if set, zero value otherwise.
func (*OptionOrder) GetProcessedQuantityOk ¶
func (o *OptionOrder) GetProcessedQuantityOk() (*string, bool)
GetProcessedQuantityOk returns a tuple with the ProcessedQuantity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionOrder) GetQuantity ¶
func (o *OptionOrder) GetQuantity() string
GetQuantity returns the Quantity field value if set, zero value otherwise.
func (*OptionOrder) GetQuantityOk ¶
func (o *OptionOrder) GetQuantityOk() (*string, bool)
GetQuantityOk returns a tuple with the Quantity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionOrder) GetRefId ¶
func (o *OptionOrder) GetRefId() string
GetRefId returns the RefId field value if set, zero value otherwise.
func (*OptionOrder) GetRefIdOk ¶
func (o *OptionOrder) GetRefIdOk() (*string, bool)
GetRefIdOk returns a tuple with the RefId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionOrder) GetResponseCategory ¶
func (o *OptionOrder) GetResponseCategory() string
GetResponseCategory returns the ResponseCategory field value if set, zero value otherwise.
func (*OptionOrder) GetResponseCategoryOk ¶
func (o *OptionOrder) GetResponseCategoryOk() (*string, bool)
GetResponseCategoryOk returns a tuple with the ResponseCategory field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionOrder) GetState ¶
func (o *OptionOrder) GetState() OrderState
GetState returns the State field value if set, zero value otherwise.
func (*OptionOrder) GetStateOk ¶
func (o *OptionOrder) GetStateOk() (*OrderState, bool)
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionOrder) GetStopPrice ¶
func (o *OptionOrder) GetStopPrice() string
GetStopPrice returns the StopPrice field value if set, zero value otherwise.
func (*OptionOrder) GetStopPriceOk ¶
func (o *OptionOrder) GetStopPriceOk() (*string, bool)
GetStopPriceOk returns a tuple with the StopPrice field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionOrder) GetTimeInForce ¶
func (o *OptionOrder) GetTimeInForce() TimeInForce
GetTimeInForce returns the TimeInForce field value if set, zero value otherwise.
func (*OptionOrder) GetTimeInForceOk ¶
func (o *OptionOrder) GetTimeInForceOk() (*TimeInForce, bool)
GetTimeInForceOk returns a tuple with the TimeInForce field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionOrder) GetTrigger ¶
func (o *OptionOrder) GetTrigger() Trigger
GetTrigger returns the Trigger field value if set, zero value otherwise.
func (*OptionOrder) GetTriggerOk ¶
func (o *OptionOrder) GetTriggerOk() (*Trigger, bool)
GetTriggerOk returns a tuple with the Trigger field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionOrder) GetType ¶
func (o *OptionOrder) GetType() ExecutionType
GetType returns the Type field value if set, zero value otherwise.
func (*OptionOrder) GetTypeOk ¶
func (o *OptionOrder) GetTypeOk() (*ExecutionType, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionOrder) GetUpdatedAt ¶
func (o *OptionOrder) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*OptionOrder) GetUpdatedAtOk ¶
func (o *OptionOrder) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionOrder) HasCancelUrl ¶
func (o *OptionOrder) HasCancelUrl() bool
HasCancelUrl returns a boolean if a field has been set.
func (*OptionOrder) HasCanceledQuantity ¶
func (o *OptionOrder) HasCanceledQuantity() bool
HasCanceledQuantity returns a boolean if a field has been set.
func (*OptionOrder) HasChainId ¶
func (o *OptionOrder) HasChainId() bool
HasChainId returns a boolean if a field has been set.
func (*OptionOrder) HasChainSymbol ¶
func (o *OptionOrder) HasChainSymbol() bool
HasChainSymbol returns a boolean if a field has been set.
func (*OptionOrder) HasClosingStrategy ¶
func (o *OptionOrder) HasClosingStrategy() bool
HasClosingStrategy returns a boolean if a field has been set.
func (*OptionOrder) HasCreatedAt ¶
func (o *OptionOrder) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*OptionOrder) HasDirection ¶
func (o *OptionOrder) HasDirection() bool
HasDirection returns a boolean if a field has been set.
func (*OptionOrder) HasId ¶
func (o *OptionOrder) HasId() bool
HasId returns a boolean if a field has been set.
func (*OptionOrder) HasLegs ¶
func (o *OptionOrder) HasLegs() bool
HasLegs returns a boolean if a field has been set.
func (*OptionOrder) HasOpeningStrategy ¶
func (o *OptionOrder) HasOpeningStrategy() bool
HasOpeningStrategy returns a boolean if a field has been set.
func (*OptionOrder) HasPendingQuantity ¶
func (o *OptionOrder) HasPendingQuantity() bool
HasPendingQuantity returns a boolean if a field has been set.
func (*OptionOrder) HasPremium ¶
func (o *OptionOrder) HasPremium() bool
HasPremium returns a boolean if a field has been set.
func (*OptionOrder) HasPrice ¶
func (o *OptionOrder) HasPrice() bool
HasPrice returns a boolean if a field has been set.
func (*OptionOrder) HasProcessedPremium ¶
func (o *OptionOrder) HasProcessedPremium() bool
HasProcessedPremium returns a boolean if a field has been set.
func (*OptionOrder) HasProcessedQuantity ¶
func (o *OptionOrder) HasProcessedQuantity() bool
HasProcessedQuantity returns a boolean if a field has been set.
func (*OptionOrder) HasQuantity ¶
func (o *OptionOrder) HasQuantity() bool
HasQuantity returns a boolean if a field has been set.
func (*OptionOrder) HasRefId ¶
func (o *OptionOrder) HasRefId() bool
HasRefId returns a boolean if a field has been set.
func (*OptionOrder) HasResponseCategory ¶
func (o *OptionOrder) HasResponseCategory() bool
HasResponseCategory returns a boolean if a field has been set.
func (*OptionOrder) HasState ¶
func (o *OptionOrder) HasState() bool
HasState returns a boolean if a field has been set.
func (*OptionOrder) HasStopPrice ¶
func (o *OptionOrder) HasStopPrice() bool
HasStopPrice returns a boolean if a field has been set.
func (*OptionOrder) HasTimeInForce ¶
func (o *OptionOrder) HasTimeInForce() bool
HasTimeInForce returns a boolean if a field has been set.
func (*OptionOrder) HasTrigger ¶
func (o *OptionOrder) HasTrigger() bool
HasTrigger returns a boolean if a field has been set.
func (*OptionOrder) HasType ¶
func (o *OptionOrder) HasType() bool
HasType returns a boolean if a field has been set.
func (*OptionOrder) HasUpdatedAt ¶
func (o *OptionOrder) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (OptionOrder) MarshalJSON ¶
func (o OptionOrder) MarshalJSON() ([]byte, error)
func (*OptionOrder) SetCancelUrl ¶
func (o *OptionOrder) SetCancelUrl(v string)
SetCancelUrl gets a reference to the given string and assigns it to the CancelUrl field.
func (*OptionOrder) SetCanceledQuantity ¶
func (o *OptionOrder) SetCanceledQuantity(v string)
SetCanceledQuantity gets a reference to the given string and assigns it to the CanceledQuantity field.
func (*OptionOrder) SetChainId ¶
func (o *OptionOrder) SetChainId(v string)
SetChainId gets a reference to the given string and assigns it to the ChainId field.
func (*OptionOrder) SetChainSymbol ¶
func (o *OptionOrder) SetChainSymbol(v string)
SetChainSymbol gets a reference to the given string and assigns it to the ChainSymbol field.
func (*OptionOrder) SetClosingStrategy ¶
func (o *OptionOrder) SetClosingStrategy(v OpenCloseStrategy)
SetClosingStrategy gets a reference to the given OpenCloseStrategy and assigns it to the ClosingStrategy field.
func (*OptionOrder) SetCreatedAt ¶
func (o *OptionOrder) SetCreatedAt(v string)
SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.
func (*OptionOrder) SetDirection ¶
func (o *OptionOrder) SetDirection(v Direction)
SetDirection gets a reference to the given Direction and assigns it to the Direction field.
func (*OptionOrder) SetId ¶
func (o *OptionOrder) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*OptionOrder) SetLegs ¶
func (o *OptionOrder) SetLegs(v []OptionOrderLeg)
SetLegs gets a reference to the given []OptionOrderLeg and assigns it to the Legs field.
func (*OptionOrder) SetOpeningStrategy ¶
func (o *OptionOrder) SetOpeningStrategy(v OpenCloseStrategy)
SetOpeningStrategy gets a reference to the given OpenCloseStrategy and assigns it to the OpeningStrategy field.
func (*OptionOrder) SetPendingQuantity ¶
func (o *OptionOrder) SetPendingQuantity(v string)
SetPendingQuantity gets a reference to the given string and assigns it to the PendingQuantity field.
func (*OptionOrder) SetPremium ¶
func (o *OptionOrder) SetPremium(v string)
SetPremium gets a reference to the given string and assigns it to the Premium field.
func (*OptionOrder) SetPrice ¶
func (o *OptionOrder) SetPrice(v string)
SetPrice gets a reference to the given string and assigns it to the Price field.
func (*OptionOrder) SetProcessedPremium ¶
func (o *OptionOrder) SetProcessedPremium(v string)
SetProcessedPremium gets a reference to the given string and assigns it to the ProcessedPremium field.
func (*OptionOrder) SetProcessedQuantity ¶
func (o *OptionOrder) SetProcessedQuantity(v string)
SetProcessedQuantity gets a reference to the given string and assigns it to the ProcessedQuantity field.
func (*OptionOrder) SetQuantity ¶
func (o *OptionOrder) SetQuantity(v string)
SetQuantity gets a reference to the given string and assigns it to the Quantity field.
func (*OptionOrder) SetRefId ¶
func (o *OptionOrder) SetRefId(v string)
SetRefId gets a reference to the given string and assigns it to the RefId field.
func (*OptionOrder) SetResponseCategory ¶
func (o *OptionOrder) SetResponseCategory(v string)
SetResponseCategory gets a reference to the given string and assigns it to the ResponseCategory field.
func (*OptionOrder) SetState ¶
func (o *OptionOrder) SetState(v OrderState)
SetState gets a reference to the given OrderState and assigns it to the State field.
func (*OptionOrder) SetStopPrice ¶
func (o *OptionOrder) SetStopPrice(v string)
SetStopPrice gets a reference to the given string and assigns it to the StopPrice field.
func (*OptionOrder) SetTimeInForce ¶
func (o *OptionOrder) SetTimeInForce(v TimeInForce)
SetTimeInForce gets a reference to the given TimeInForce and assigns it to the TimeInForce field.
func (*OptionOrder) SetTrigger ¶
func (o *OptionOrder) SetTrigger(v Trigger)
SetTrigger gets a reference to the given Trigger and assigns it to the Trigger field.
func (*OptionOrder) SetType ¶
func (o *OptionOrder) SetType(v ExecutionType)
SetType gets a reference to the given ExecutionType and assigns it to the Type field.
func (*OptionOrder) SetUpdatedAt ¶
func (o *OptionOrder) SetUpdatedAt(v string)
SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.
func (OptionOrder) ToMap ¶
func (o OptionOrder) ToMap() (map[string]interface{}, error)
type OptionOrderInput ¶
type OptionOrderInput struct { Account *string `json:"account,omitempty"` Direction *Direction `json:"direction,omitempty"` Legs []Leg `json:"legs,omitempty"` OverrideDayTradeChecks *bool `json:"override_day_trade_checks,omitempty"` OverrideDtbpChecks *bool `json:"override_dtbp_checks,omitempty"` Price *string `json:"price,omitempty"` Quantity *string `json:"quantity,omitempty"` RefId *string `json:"ref_id,omitempty"` TimeInForce *TimeInForce `json:"time_in_force,omitempty"` Trigger *Trigger `json:"trigger,omitempty"` Type *ExecutionType `json:"type,omitempty"` }
OptionOrderInput struct for OptionOrderInput
func NewOptionOrderInput ¶
func NewOptionOrderInput() *OptionOrderInput
NewOptionOrderInput instantiates a new OptionOrderInput 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 NewOptionOrderInputWithDefaults ¶
func NewOptionOrderInputWithDefaults() *OptionOrderInput
NewOptionOrderInputWithDefaults instantiates a new OptionOrderInput 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 (*OptionOrderInput) GetAccount ¶
func (o *OptionOrderInput) GetAccount() string
GetAccount returns the Account field value if set, zero value otherwise.
func (*OptionOrderInput) GetAccountOk ¶
func (o *OptionOrderInput) GetAccountOk() (*string, bool)
GetAccountOk returns a tuple with the Account field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionOrderInput) GetDirection ¶
func (o *OptionOrderInput) GetDirection() Direction
GetDirection returns the Direction field value if set, zero value otherwise.
func (*OptionOrderInput) GetDirectionOk ¶
func (o *OptionOrderInput) GetDirectionOk() (*Direction, bool)
GetDirectionOk returns a tuple with the Direction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionOrderInput) GetLegs ¶
func (o *OptionOrderInput) GetLegs() []Leg
GetLegs returns the Legs field value if set, zero value otherwise.
func (*OptionOrderInput) GetLegsOk ¶
func (o *OptionOrderInput) GetLegsOk() ([]Leg, bool)
GetLegsOk returns a tuple with the Legs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionOrderInput) GetOverrideDayTradeChecks ¶
func (o *OptionOrderInput) GetOverrideDayTradeChecks() bool
GetOverrideDayTradeChecks returns the OverrideDayTradeChecks field value if set, zero value otherwise.
func (*OptionOrderInput) GetOverrideDayTradeChecksOk ¶
func (o *OptionOrderInput) GetOverrideDayTradeChecksOk() (*bool, bool)
GetOverrideDayTradeChecksOk returns a tuple with the OverrideDayTradeChecks field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionOrderInput) GetOverrideDtbpChecks ¶
func (o *OptionOrderInput) GetOverrideDtbpChecks() bool
GetOverrideDtbpChecks returns the OverrideDtbpChecks field value if set, zero value otherwise.
func (*OptionOrderInput) GetOverrideDtbpChecksOk ¶
func (o *OptionOrderInput) GetOverrideDtbpChecksOk() (*bool, bool)
GetOverrideDtbpChecksOk returns a tuple with the OverrideDtbpChecks field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionOrderInput) GetPrice ¶
func (o *OptionOrderInput) GetPrice() string
GetPrice returns the Price field value if set, zero value otherwise.
func (*OptionOrderInput) GetPriceOk ¶
func (o *OptionOrderInput) GetPriceOk() (*string, bool)
GetPriceOk returns a tuple with the Price field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionOrderInput) GetQuantity ¶
func (o *OptionOrderInput) GetQuantity() string
GetQuantity returns the Quantity field value if set, zero value otherwise.
func (*OptionOrderInput) GetQuantityOk ¶
func (o *OptionOrderInput) GetQuantityOk() (*string, bool)
GetQuantityOk returns a tuple with the Quantity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionOrderInput) GetRefId ¶
func (o *OptionOrderInput) GetRefId() string
GetRefId returns the RefId field value if set, zero value otherwise.
func (*OptionOrderInput) GetRefIdOk ¶
func (o *OptionOrderInput) GetRefIdOk() (*string, bool)
GetRefIdOk returns a tuple with the RefId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionOrderInput) GetTimeInForce ¶
func (o *OptionOrderInput) GetTimeInForce() TimeInForce
GetTimeInForce returns the TimeInForce field value if set, zero value otherwise.
func (*OptionOrderInput) GetTimeInForceOk ¶
func (o *OptionOrderInput) GetTimeInForceOk() (*TimeInForce, bool)
GetTimeInForceOk returns a tuple with the TimeInForce field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionOrderInput) GetTrigger ¶
func (o *OptionOrderInput) GetTrigger() Trigger
GetTrigger returns the Trigger field value if set, zero value otherwise.
func (*OptionOrderInput) GetTriggerOk ¶
func (o *OptionOrderInput) GetTriggerOk() (*Trigger, bool)
GetTriggerOk returns a tuple with the Trigger field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionOrderInput) GetType ¶
func (o *OptionOrderInput) GetType() ExecutionType
GetType returns the Type field value if set, zero value otherwise.
func (*OptionOrderInput) GetTypeOk ¶
func (o *OptionOrderInput) GetTypeOk() (*ExecutionType, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionOrderInput) HasAccount ¶
func (o *OptionOrderInput) HasAccount() bool
HasAccount returns a boolean if a field has been set.
func (*OptionOrderInput) HasDirection ¶
func (o *OptionOrderInput) HasDirection() bool
HasDirection returns a boolean if a field has been set.
func (*OptionOrderInput) HasLegs ¶
func (o *OptionOrderInput) HasLegs() bool
HasLegs returns a boolean if a field has been set.
func (*OptionOrderInput) HasOverrideDayTradeChecks ¶
func (o *OptionOrderInput) HasOverrideDayTradeChecks() bool
HasOverrideDayTradeChecks returns a boolean if a field has been set.
func (*OptionOrderInput) HasOverrideDtbpChecks ¶
func (o *OptionOrderInput) HasOverrideDtbpChecks() bool
HasOverrideDtbpChecks returns a boolean if a field has been set.
func (*OptionOrderInput) HasPrice ¶
func (o *OptionOrderInput) HasPrice() bool
HasPrice returns a boolean if a field has been set.
func (*OptionOrderInput) HasQuantity ¶
func (o *OptionOrderInput) HasQuantity() bool
HasQuantity returns a boolean if a field has been set.
func (*OptionOrderInput) HasRefId ¶
func (o *OptionOrderInput) HasRefId() bool
HasRefId returns a boolean if a field has been set.
func (*OptionOrderInput) HasTimeInForce ¶
func (o *OptionOrderInput) HasTimeInForce() bool
HasTimeInForce returns a boolean if a field has been set.
func (*OptionOrderInput) HasTrigger ¶
func (o *OptionOrderInput) HasTrigger() bool
HasTrigger returns a boolean if a field has been set.
func (*OptionOrderInput) HasType ¶
func (o *OptionOrderInput) HasType() bool
HasType returns a boolean if a field has been set.
func (OptionOrderInput) MarshalJSON ¶
func (o OptionOrderInput) MarshalJSON() ([]byte, error)
func (*OptionOrderInput) SetAccount ¶
func (o *OptionOrderInput) SetAccount(v string)
SetAccount gets a reference to the given string and assigns it to the Account field.
func (*OptionOrderInput) SetDirection ¶
func (o *OptionOrderInput) SetDirection(v Direction)
SetDirection gets a reference to the given Direction and assigns it to the Direction field.
func (*OptionOrderInput) SetLegs ¶
func (o *OptionOrderInput) SetLegs(v []Leg)
SetLegs gets a reference to the given []Leg and assigns it to the Legs field.
func (*OptionOrderInput) SetOverrideDayTradeChecks ¶
func (o *OptionOrderInput) SetOverrideDayTradeChecks(v bool)
SetOverrideDayTradeChecks gets a reference to the given bool and assigns it to the OverrideDayTradeChecks field.
func (*OptionOrderInput) SetOverrideDtbpChecks ¶
func (o *OptionOrderInput) SetOverrideDtbpChecks(v bool)
SetOverrideDtbpChecks gets a reference to the given bool and assigns it to the OverrideDtbpChecks field.
func (*OptionOrderInput) SetPrice ¶
func (o *OptionOrderInput) SetPrice(v string)
SetPrice gets a reference to the given string and assigns it to the Price field.
func (*OptionOrderInput) SetQuantity ¶
func (o *OptionOrderInput) SetQuantity(v string)
SetQuantity gets a reference to the given string and assigns it to the Quantity field.
func (*OptionOrderInput) SetRefId ¶
func (o *OptionOrderInput) SetRefId(v string)
SetRefId gets a reference to the given string and assigns it to the RefId field.
func (*OptionOrderInput) SetTimeInForce ¶
func (o *OptionOrderInput) SetTimeInForce(v TimeInForce)
SetTimeInForce gets a reference to the given TimeInForce and assigns it to the TimeInForce field.
func (*OptionOrderInput) SetTrigger ¶
func (o *OptionOrderInput) SetTrigger(v Trigger)
SetTrigger gets a reference to the given Trigger and assigns it to the Trigger field.
func (*OptionOrderInput) SetType ¶
func (o *OptionOrderInput) SetType(v ExecutionType)
SetType gets a reference to the given ExecutionType and assigns it to the Type field.
func (OptionOrderInput) ToMap ¶
func (o OptionOrderInput) ToMap() (map[string]interface{}, error)
type OptionOrderLeg ¶
type OptionOrderLeg struct { Executions []OptionOrderLegExecutionsInner `json:"executions,omitempty"` Id *string `json:"id,omitempty"` Option *string `json:"option,omitempty"` PositionEffect *PositionEffect `json:"position_effect,omitempty"` RatioQuantity *float32 `json:"ratio_quantity,omitempty"` Side *Side `json:"side,omitempty"` }
OptionOrderLeg struct for OptionOrderLeg
func NewOptionOrderLeg ¶
func NewOptionOrderLeg() *OptionOrderLeg
NewOptionOrderLeg instantiates a new OptionOrderLeg 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 NewOptionOrderLegWithDefaults ¶
func NewOptionOrderLegWithDefaults() *OptionOrderLeg
NewOptionOrderLegWithDefaults instantiates a new OptionOrderLeg 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 (*OptionOrderLeg) GetExecutions ¶
func (o *OptionOrderLeg) GetExecutions() []OptionOrderLegExecutionsInner
GetExecutions returns the Executions field value if set, zero value otherwise.
func (*OptionOrderLeg) GetExecutionsOk ¶
func (o *OptionOrderLeg) GetExecutionsOk() ([]OptionOrderLegExecutionsInner, bool)
GetExecutionsOk returns a tuple with the Executions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionOrderLeg) GetId ¶
func (o *OptionOrderLeg) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*OptionOrderLeg) GetIdOk ¶
func (o *OptionOrderLeg) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionOrderLeg) GetOption ¶
func (o *OptionOrderLeg) GetOption() string
GetOption returns the Option field value if set, zero value otherwise.
func (*OptionOrderLeg) GetOptionOk ¶
func (o *OptionOrderLeg) GetOptionOk() (*string, bool)
GetOptionOk returns a tuple with the Option field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionOrderLeg) GetPositionEffect ¶
func (o *OptionOrderLeg) GetPositionEffect() PositionEffect
GetPositionEffect returns the PositionEffect field value if set, zero value otherwise.
func (*OptionOrderLeg) GetPositionEffectOk ¶
func (o *OptionOrderLeg) GetPositionEffectOk() (*PositionEffect, bool)
GetPositionEffectOk returns a tuple with the PositionEffect field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionOrderLeg) GetRatioQuantity ¶
func (o *OptionOrderLeg) GetRatioQuantity() float32
GetRatioQuantity returns the RatioQuantity field value if set, zero value otherwise.
func (*OptionOrderLeg) GetRatioQuantityOk ¶
func (o *OptionOrderLeg) GetRatioQuantityOk() (*float32, bool)
GetRatioQuantityOk returns a tuple with the RatioQuantity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionOrderLeg) GetSide ¶
func (o *OptionOrderLeg) GetSide() Side
GetSide returns the Side field value if set, zero value otherwise.
func (*OptionOrderLeg) GetSideOk ¶
func (o *OptionOrderLeg) GetSideOk() (*Side, bool)
GetSideOk returns a tuple with the Side field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionOrderLeg) HasExecutions ¶
func (o *OptionOrderLeg) HasExecutions() bool
HasExecutions returns a boolean if a field has been set.
func (*OptionOrderLeg) HasId ¶
func (o *OptionOrderLeg) HasId() bool
HasId returns a boolean if a field has been set.
func (*OptionOrderLeg) HasOption ¶
func (o *OptionOrderLeg) HasOption() bool
HasOption returns a boolean if a field has been set.
func (*OptionOrderLeg) HasPositionEffect ¶
func (o *OptionOrderLeg) HasPositionEffect() bool
HasPositionEffect returns a boolean if a field has been set.
func (*OptionOrderLeg) HasRatioQuantity ¶
func (o *OptionOrderLeg) HasRatioQuantity() bool
HasRatioQuantity returns a boolean if a field has been set.
func (*OptionOrderLeg) HasSide ¶
func (o *OptionOrderLeg) HasSide() bool
HasSide returns a boolean if a field has been set.
func (OptionOrderLeg) MarshalJSON ¶
func (o OptionOrderLeg) MarshalJSON() ([]byte, error)
func (*OptionOrderLeg) SetExecutions ¶
func (o *OptionOrderLeg) SetExecutions(v []OptionOrderLegExecutionsInner)
SetExecutions gets a reference to the given []OptionOrderLegExecutionsInner and assigns it to the Executions field.
func (*OptionOrderLeg) SetId ¶
func (o *OptionOrderLeg) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*OptionOrderLeg) SetOption ¶
func (o *OptionOrderLeg) SetOption(v string)
SetOption gets a reference to the given string and assigns it to the Option field.
func (*OptionOrderLeg) SetPositionEffect ¶
func (o *OptionOrderLeg) SetPositionEffect(v PositionEffect)
SetPositionEffect gets a reference to the given PositionEffect and assigns it to the PositionEffect field.
func (*OptionOrderLeg) SetRatioQuantity ¶
func (o *OptionOrderLeg) SetRatioQuantity(v float32)
SetRatioQuantity gets a reference to the given float32 and assigns it to the RatioQuantity field.
func (*OptionOrderLeg) SetSide ¶
func (o *OptionOrderLeg) SetSide(v Side)
SetSide gets a reference to the given Side and assigns it to the Side field.
func (OptionOrderLeg) ToMap ¶
func (o OptionOrderLeg) ToMap() (map[string]interface{}, error)
type OptionOrderLegExecutionsInner ¶
type OptionOrderLegExecutionsInner struct { Id *string `json:"id,omitempty"` Price *string `json:"price,omitempty"` Quantity *string `json:"quantity,omitempty"` SettlementDate *string `json:"settlement_date,omitempty"` Timestamp *string `json:"timestamp,omitempty"` }
OptionOrderLegExecutionsInner struct for OptionOrderLegExecutionsInner
func NewOptionOrderLegExecutionsInner ¶
func NewOptionOrderLegExecutionsInner() *OptionOrderLegExecutionsInner
NewOptionOrderLegExecutionsInner instantiates a new OptionOrderLegExecutionsInner 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 NewOptionOrderLegExecutionsInnerWithDefaults ¶
func NewOptionOrderLegExecutionsInnerWithDefaults() *OptionOrderLegExecutionsInner
NewOptionOrderLegExecutionsInnerWithDefaults instantiates a new OptionOrderLegExecutionsInner 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 (*OptionOrderLegExecutionsInner) GetId ¶
func (o *OptionOrderLegExecutionsInner) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*OptionOrderLegExecutionsInner) GetIdOk ¶
func (o *OptionOrderLegExecutionsInner) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionOrderLegExecutionsInner) GetPrice ¶
func (o *OptionOrderLegExecutionsInner) GetPrice() string
GetPrice returns the Price field value if set, zero value otherwise.
func (*OptionOrderLegExecutionsInner) GetPriceOk ¶
func (o *OptionOrderLegExecutionsInner) GetPriceOk() (*string, bool)
GetPriceOk returns a tuple with the Price field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionOrderLegExecutionsInner) GetQuantity ¶
func (o *OptionOrderLegExecutionsInner) GetQuantity() string
GetQuantity returns the Quantity field value if set, zero value otherwise.
func (*OptionOrderLegExecutionsInner) GetQuantityOk ¶
func (o *OptionOrderLegExecutionsInner) GetQuantityOk() (*string, bool)
GetQuantityOk returns a tuple with the Quantity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionOrderLegExecutionsInner) GetSettlementDate ¶
func (o *OptionOrderLegExecutionsInner) GetSettlementDate() string
GetSettlementDate returns the SettlementDate field value if set, zero value otherwise.
func (*OptionOrderLegExecutionsInner) GetSettlementDateOk ¶
func (o *OptionOrderLegExecutionsInner) GetSettlementDateOk() (*string, bool)
GetSettlementDateOk returns a tuple with the SettlementDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionOrderLegExecutionsInner) GetTimestamp ¶
func (o *OptionOrderLegExecutionsInner) GetTimestamp() string
GetTimestamp returns the Timestamp field value if set, zero value otherwise.
func (*OptionOrderLegExecutionsInner) GetTimestampOk ¶
func (o *OptionOrderLegExecutionsInner) GetTimestampOk() (*string, bool)
GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionOrderLegExecutionsInner) HasId ¶
func (o *OptionOrderLegExecutionsInner) HasId() bool
HasId returns a boolean if a field has been set.
func (*OptionOrderLegExecutionsInner) HasPrice ¶
func (o *OptionOrderLegExecutionsInner) HasPrice() bool
HasPrice returns a boolean if a field has been set.
func (*OptionOrderLegExecutionsInner) HasQuantity ¶
func (o *OptionOrderLegExecutionsInner) HasQuantity() bool
HasQuantity returns a boolean if a field has been set.
func (*OptionOrderLegExecutionsInner) HasSettlementDate ¶
func (o *OptionOrderLegExecutionsInner) HasSettlementDate() bool
HasSettlementDate returns a boolean if a field has been set.
func (*OptionOrderLegExecutionsInner) HasTimestamp ¶
func (o *OptionOrderLegExecutionsInner) HasTimestamp() bool
HasTimestamp returns a boolean if a field has been set.
func (OptionOrderLegExecutionsInner) MarshalJSON ¶
func (o OptionOrderLegExecutionsInner) MarshalJSON() ([]byte, error)
func (*OptionOrderLegExecutionsInner) SetId ¶
func (o *OptionOrderLegExecutionsInner) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*OptionOrderLegExecutionsInner) SetPrice ¶
func (o *OptionOrderLegExecutionsInner) SetPrice(v string)
SetPrice gets a reference to the given string and assigns it to the Price field.
func (*OptionOrderLegExecutionsInner) SetQuantity ¶
func (o *OptionOrderLegExecutionsInner) SetQuantity(v string)
SetQuantity gets a reference to the given string and assigns it to the Quantity field.
func (*OptionOrderLegExecutionsInner) SetSettlementDate ¶
func (o *OptionOrderLegExecutionsInner) SetSettlementDate(v string)
SetSettlementDate gets a reference to the given string and assigns it to the SettlementDate field.
func (*OptionOrderLegExecutionsInner) SetTimestamp ¶
func (o *OptionOrderLegExecutionsInner) SetTimestamp(v string)
SetTimestamp gets a reference to the given string and assigns it to the Timestamp field.
func (OptionOrderLegExecutionsInner) ToMap ¶
func (o OptionOrderLegExecutionsInner) ToMap() (map[string]interface{}, error)
type OptionTransaction ¶
type OptionTransaction struct { Ticker string TransactionType string Qty float64 StrikePrice float64 UnitCost float64 CreatedAt string ExpirationDate string Status string // Assigned or Expired or Open Tag string }
Manually Added
type OptionsMarketData ¶
type OptionsMarketData struct { AdjustedMarkPrice *string `json:"adjusted_mark_price,omitempty"` AskPrice *string `json:"ask_price,omitempty"` AskSize *string `json:"ask_size,omitempty"` BidPrice *string `json:"bid_price,omitempty"` BidSize *string `json:"bid_size,omitempty"` BreakEvenPrice *string `json:"break_even_price,omitempty"` ChanceOfProfitLong *string `json:"chance_of_profit_long,omitempty"` ChanceOfProfitShort *string `json:"chance_of_profit_short,omitempty"` Delta *string `json:"delta,omitempty"` Gamma *string `json:"gamma,omitempty"` HighPrice *string `json:"high_price,omitempty"` ImpliedVolatility *string `json:"implied_volatility,omitempty"` Instrument *string `json:"instrument,omitempty"` LastTradePrice *string `json:"last_trade_price,omitempty"` LastTradeSize *string `json:"last_trade_size,omitempty"` LowPrice *string `json:"low_price,omitempty"` MarkPrice *string `json:"mark_price,omitempty"` OpenInterest *string `json:"open_interest,omitempty"` PreviousCloseDate *string `json:"previous_close_date,omitempty"` PreviousClosePrice *string `json:"previous_close_price,omitempty"` Rho *string `json:"rho,omitempty"` Theta *string `json:"theta,omitempty"` Vega *string `json:"vega,omitempty"` Volume *string `json:"volume,omitempty"` }
OptionsMarketData struct for OptionsMarketData
func NewOptionsMarketData ¶
func NewOptionsMarketData() *OptionsMarketData
NewOptionsMarketData instantiates a new OptionsMarketData 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 NewOptionsMarketDataWithDefaults ¶
func NewOptionsMarketDataWithDefaults() *OptionsMarketData
NewOptionsMarketDataWithDefaults instantiates a new OptionsMarketData 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 (*OptionsMarketData) GetAdjustedMarkPrice ¶
func (o *OptionsMarketData) GetAdjustedMarkPrice() string
GetAdjustedMarkPrice returns the AdjustedMarkPrice field value if set, zero value otherwise.
func (*OptionsMarketData) GetAdjustedMarkPriceOk ¶
func (o *OptionsMarketData) GetAdjustedMarkPriceOk() (*string, bool)
GetAdjustedMarkPriceOk returns a tuple with the AdjustedMarkPrice field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionsMarketData) GetAskPrice ¶
func (o *OptionsMarketData) GetAskPrice() string
GetAskPrice returns the AskPrice field value if set, zero value otherwise.
func (*OptionsMarketData) GetAskPriceOk ¶
func (o *OptionsMarketData) GetAskPriceOk() (*string, bool)
GetAskPriceOk returns a tuple with the AskPrice field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionsMarketData) GetAskSize ¶
func (o *OptionsMarketData) GetAskSize() string
GetAskSize returns the AskSize field value if set, zero value otherwise.
func (*OptionsMarketData) GetAskSizeOk ¶
func (o *OptionsMarketData) GetAskSizeOk() (*string, bool)
GetAskSizeOk returns a tuple with the AskSize field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionsMarketData) GetBidPrice ¶
func (o *OptionsMarketData) GetBidPrice() string
GetBidPrice returns the BidPrice field value if set, zero value otherwise.
func (*OptionsMarketData) GetBidPriceOk ¶
func (o *OptionsMarketData) GetBidPriceOk() (*string, bool)
GetBidPriceOk returns a tuple with the BidPrice field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionsMarketData) GetBidSize ¶
func (o *OptionsMarketData) GetBidSize() string
GetBidSize returns the BidSize field value if set, zero value otherwise.
func (*OptionsMarketData) GetBidSizeOk ¶
func (o *OptionsMarketData) GetBidSizeOk() (*string, bool)
GetBidSizeOk returns a tuple with the BidSize field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionsMarketData) GetBreakEvenPrice ¶
func (o *OptionsMarketData) GetBreakEvenPrice() string
GetBreakEvenPrice returns the BreakEvenPrice field value if set, zero value otherwise.
func (*OptionsMarketData) GetBreakEvenPriceOk ¶
func (o *OptionsMarketData) GetBreakEvenPriceOk() (*string, bool)
GetBreakEvenPriceOk returns a tuple with the BreakEvenPrice field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionsMarketData) GetChanceOfProfitLong ¶
func (o *OptionsMarketData) GetChanceOfProfitLong() string
GetChanceOfProfitLong returns the ChanceOfProfitLong field value if set, zero value otherwise.
func (*OptionsMarketData) GetChanceOfProfitLongOk ¶
func (o *OptionsMarketData) GetChanceOfProfitLongOk() (*string, bool)
GetChanceOfProfitLongOk returns a tuple with the ChanceOfProfitLong field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionsMarketData) GetChanceOfProfitShort ¶
func (o *OptionsMarketData) GetChanceOfProfitShort() string
GetChanceOfProfitShort returns the ChanceOfProfitShort field value if set, zero value otherwise.
func (*OptionsMarketData) GetChanceOfProfitShortOk ¶
func (o *OptionsMarketData) GetChanceOfProfitShortOk() (*string, bool)
GetChanceOfProfitShortOk returns a tuple with the ChanceOfProfitShort field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionsMarketData) GetDelta ¶
func (o *OptionsMarketData) GetDelta() string
GetDelta returns the Delta field value if set, zero value otherwise.
func (*OptionsMarketData) GetDeltaOk ¶
func (o *OptionsMarketData) GetDeltaOk() (*string, bool)
GetDeltaOk returns a tuple with the Delta field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionsMarketData) GetGamma ¶
func (o *OptionsMarketData) GetGamma() string
GetGamma returns the Gamma field value if set, zero value otherwise.
func (*OptionsMarketData) GetGammaOk ¶
func (o *OptionsMarketData) GetGammaOk() (*string, bool)
GetGammaOk returns a tuple with the Gamma field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionsMarketData) GetHighPrice ¶
func (o *OptionsMarketData) GetHighPrice() string
GetHighPrice returns the HighPrice field value if set, zero value otherwise.
func (*OptionsMarketData) GetHighPriceOk ¶
func (o *OptionsMarketData) GetHighPriceOk() (*string, bool)
GetHighPriceOk returns a tuple with the HighPrice field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionsMarketData) GetImpliedVolatility ¶
func (o *OptionsMarketData) GetImpliedVolatility() string
GetImpliedVolatility returns the ImpliedVolatility field value if set, zero value otherwise.
func (*OptionsMarketData) GetImpliedVolatilityOk ¶
func (o *OptionsMarketData) GetImpliedVolatilityOk() (*string, bool)
GetImpliedVolatilityOk returns a tuple with the ImpliedVolatility field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionsMarketData) GetInstrument ¶
func (o *OptionsMarketData) GetInstrument() string
GetInstrument returns the Instrument field value if set, zero value otherwise.
func (*OptionsMarketData) GetInstrumentOk ¶
func (o *OptionsMarketData) GetInstrumentOk() (*string, bool)
GetInstrumentOk returns a tuple with the Instrument field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionsMarketData) GetLastTradePrice ¶
func (o *OptionsMarketData) GetLastTradePrice() string
GetLastTradePrice returns the LastTradePrice field value if set, zero value otherwise.
func (*OptionsMarketData) GetLastTradePriceOk ¶
func (o *OptionsMarketData) GetLastTradePriceOk() (*string, bool)
GetLastTradePriceOk returns a tuple with the LastTradePrice field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionsMarketData) GetLastTradeSize ¶
func (o *OptionsMarketData) GetLastTradeSize() string
GetLastTradeSize returns the LastTradeSize field value if set, zero value otherwise.
func (*OptionsMarketData) GetLastTradeSizeOk ¶
func (o *OptionsMarketData) GetLastTradeSizeOk() (*string, bool)
GetLastTradeSizeOk returns a tuple with the LastTradeSize field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionsMarketData) GetLowPrice ¶
func (o *OptionsMarketData) GetLowPrice() string
GetLowPrice returns the LowPrice field value if set, zero value otherwise.
func (*OptionsMarketData) GetLowPriceOk ¶
func (o *OptionsMarketData) GetLowPriceOk() (*string, bool)
GetLowPriceOk returns a tuple with the LowPrice field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionsMarketData) GetMarkPrice ¶
func (o *OptionsMarketData) GetMarkPrice() string
GetMarkPrice returns the MarkPrice field value if set, zero value otherwise.
func (*OptionsMarketData) GetMarkPriceOk ¶
func (o *OptionsMarketData) GetMarkPriceOk() (*string, bool)
GetMarkPriceOk returns a tuple with the MarkPrice field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionsMarketData) GetOpenInterest ¶
func (o *OptionsMarketData) GetOpenInterest() string
GetOpenInterest returns the OpenInterest field value if set, zero value otherwise.
func (*OptionsMarketData) GetOpenInterestOk ¶
func (o *OptionsMarketData) GetOpenInterestOk() (*string, bool)
GetOpenInterestOk returns a tuple with the OpenInterest field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionsMarketData) GetPreviousCloseDate ¶
func (o *OptionsMarketData) GetPreviousCloseDate() string
GetPreviousCloseDate returns the PreviousCloseDate field value if set, zero value otherwise.
func (*OptionsMarketData) GetPreviousCloseDateOk ¶
func (o *OptionsMarketData) GetPreviousCloseDateOk() (*string, bool)
GetPreviousCloseDateOk returns a tuple with the PreviousCloseDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionsMarketData) GetPreviousClosePrice ¶
func (o *OptionsMarketData) GetPreviousClosePrice() string
GetPreviousClosePrice returns the PreviousClosePrice field value if set, zero value otherwise.
func (*OptionsMarketData) GetPreviousClosePriceOk ¶
func (o *OptionsMarketData) GetPreviousClosePriceOk() (*string, bool)
GetPreviousClosePriceOk returns a tuple with the PreviousClosePrice field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionsMarketData) GetRho ¶
func (o *OptionsMarketData) GetRho() string
GetRho returns the Rho field value if set, zero value otherwise.
func (*OptionsMarketData) GetRhoOk ¶
func (o *OptionsMarketData) GetRhoOk() (*string, bool)
GetRhoOk returns a tuple with the Rho field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionsMarketData) GetTheta ¶
func (o *OptionsMarketData) GetTheta() string
GetTheta returns the Theta field value if set, zero value otherwise.
func (*OptionsMarketData) GetThetaOk ¶
func (o *OptionsMarketData) GetThetaOk() (*string, bool)
GetThetaOk returns a tuple with the Theta field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionsMarketData) GetVega ¶
func (o *OptionsMarketData) GetVega() string
GetVega returns the Vega field value if set, zero value otherwise.
func (*OptionsMarketData) GetVegaOk ¶
func (o *OptionsMarketData) GetVegaOk() (*string, bool)
GetVegaOk returns a tuple with the Vega field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionsMarketData) GetVolume ¶
func (o *OptionsMarketData) GetVolume() string
GetVolume returns the Volume field value if set, zero value otherwise.
func (*OptionsMarketData) GetVolumeOk ¶
func (o *OptionsMarketData) GetVolumeOk() (*string, bool)
GetVolumeOk returns a tuple with the Volume field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OptionsMarketData) HasAdjustedMarkPrice ¶
func (o *OptionsMarketData) HasAdjustedMarkPrice() bool
HasAdjustedMarkPrice returns a boolean if a field has been set.
func (*OptionsMarketData) HasAskPrice ¶
func (o *OptionsMarketData) HasAskPrice() bool
HasAskPrice returns a boolean if a field has been set.
func (*OptionsMarketData) HasAskSize ¶
func (o *OptionsMarketData) HasAskSize() bool
HasAskSize returns a boolean if a field has been set.
func (*OptionsMarketData) HasBidPrice ¶
func (o *OptionsMarketData) HasBidPrice() bool
HasBidPrice returns a boolean if a field has been set.
func (*OptionsMarketData) HasBidSize ¶
func (o *OptionsMarketData) HasBidSize() bool
HasBidSize returns a boolean if a field has been set.
func (*OptionsMarketData) HasBreakEvenPrice ¶
func (o *OptionsMarketData) HasBreakEvenPrice() bool
HasBreakEvenPrice returns a boolean if a field has been set.
func (*OptionsMarketData) HasChanceOfProfitLong ¶
func (o *OptionsMarketData) HasChanceOfProfitLong() bool
HasChanceOfProfitLong returns a boolean if a field has been set.
func (*OptionsMarketData) HasChanceOfProfitShort ¶
func (o *OptionsMarketData) HasChanceOfProfitShort() bool
HasChanceOfProfitShort returns a boolean if a field has been set.
func (*OptionsMarketData) HasDelta ¶
func (o *OptionsMarketData) HasDelta() bool
HasDelta returns a boolean if a field has been set.
func (*OptionsMarketData) HasGamma ¶
func (o *OptionsMarketData) HasGamma() bool
HasGamma returns a boolean if a field has been set.
func (*OptionsMarketData) HasHighPrice ¶
func (o *OptionsMarketData) HasHighPrice() bool
HasHighPrice returns a boolean if a field has been set.
func (*OptionsMarketData) HasImpliedVolatility ¶
func (o *OptionsMarketData) HasImpliedVolatility() bool
HasImpliedVolatility returns a boolean if a field has been set.
func (*OptionsMarketData) HasInstrument ¶
func (o *OptionsMarketData) HasInstrument() bool
HasInstrument returns a boolean if a field has been set.
func (*OptionsMarketData) HasLastTradePrice ¶
func (o *OptionsMarketData) HasLastTradePrice() bool
HasLastTradePrice returns a boolean if a field has been set.
func (*OptionsMarketData) HasLastTradeSize ¶
func (o *OptionsMarketData) HasLastTradeSize() bool
HasLastTradeSize returns a boolean if a field has been set.
func (*OptionsMarketData) HasLowPrice ¶
func (o *OptionsMarketData) HasLowPrice() bool
HasLowPrice returns a boolean if a field has been set.
func (*OptionsMarketData) HasMarkPrice ¶
func (o *OptionsMarketData) HasMarkPrice() bool
HasMarkPrice returns a boolean if a field has been set.
func (*OptionsMarketData) HasOpenInterest ¶
func (o *OptionsMarketData) HasOpenInterest() bool
HasOpenInterest returns a boolean if a field has been set.
func (*OptionsMarketData) HasPreviousCloseDate ¶
func (o *OptionsMarketData) HasPreviousCloseDate() bool
HasPreviousCloseDate returns a boolean if a field has been set.
func (*OptionsMarketData) HasPreviousClosePrice ¶
func (o *OptionsMarketData) HasPreviousClosePrice() bool
HasPreviousClosePrice returns a boolean if a field has been set.
func (*OptionsMarketData) HasRho ¶
func (o *OptionsMarketData) HasRho() bool
HasRho returns a boolean if a field has been set.
func (*OptionsMarketData) HasTheta ¶
func (o *OptionsMarketData) HasTheta() bool
HasTheta returns a boolean if a field has been set.
func (*OptionsMarketData) HasVega ¶
func (o *OptionsMarketData) HasVega() bool
HasVega returns a boolean if a field has been set.
func (*OptionsMarketData) HasVolume ¶
func (o *OptionsMarketData) HasVolume() bool
HasVolume returns a boolean if a field has been set.
func (OptionsMarketData) MarshalJSON ¶
func (o OptionsMarketData) MarshalJSON() ([]byte, error)
func (*OptionsMarketData) SetAdjustedMarkPrice ¶
func (o *OptionsMarketData) SetAdjustedMarkPrice(v string)
SetAdjustedMarkPrice gets a reference to the given string and assigns it to the AdjustedMarkPrice field.
func (*OptionsMarketData) SetAskPrice ¶
func (o *OptionsMarketData) SetAskPrice(v string)
SetAskPrice gets a reference to the given string and assigns it to the AskPrice field.
func (*OptionsMarketData) SetAskSize ¶
func (o *OptionsMarketData) SetAskSize(v string)
SetAskSize gets a reference to the given string and assigns it to the AskSize field.
func (*OptionsMarketData) SetBidPrice ¶
func (o *OptionsMarketData) SetBidPrice(v string)
SetBidPrice gets a reference to the given string and assigns it to the BidPrice field.
func (*OptionsMarketData) SetBidSize ¶
func (o *OptionsMarketData) SetBidSize(v string)
SetBidSize gets a reference to the given string and assigns it to the BidSize field.
func (*OptionsMarketData) SetBreakEvenPrice ¶
func (o *OptionsMarketData) SetBreakEvenPrice(v string)
SetBreakEvenPrice gets a reference to the given string and assigns it to the BreakEvenPrice field.
func (*OptionsMarketData) SetChanceOfProfitLong ¶
func (o *OptionsMarketData) SetChanceOfProfitLong(v string)
SetChanceOfProfitLong gets a reference to the given string and assigns it to the ChanceOfProfitLong field.
func (*OptionsMarketData) SetChanceOfProfitShort ¶
func (o *OptionsMarketData) SetChanceOfProfitShort(v string)
SetChanceOfProfitShort gets a reference to the given string and assigns it to the ChanceOfProfitShort field.
func (*OptionsMarketData) SetDelta ¶
func (o *OptionsMarketData) SetDelta(v string)
SetDelta gets a reference to the given string and assigns it to the Delta field.
func (*OptionsMarketData) SetGamma ¶
func (o *OptionsMarketData) SetGamma(v string)
SetGamma gets a reference to the given string and assigns it to the Gamma field.
func (*OptionsMarketData) SetHighPrice ¶
func (o *OptionsMarketData) SetHighPrice(v string)
SetHighPrice gets a reference to the given string and assigns it to the HighPrice field.
func (*OptionsMarketData) SetImpliedVolatility ¶
func (o *OptionsMarketData) SetImpliedVolatility(v string)
SetImpliedVolatility gets a reference to the given string and assigns it to the ImpliedVolatility field.
func (*OptionsMarketData) SetInstrument ¶
func (o *OptionsMarketData) SetInstrument(v string)
SetInstrument gets a reference to the given string and assigns it to the Instrument field.
func (*OptionsMarketData) SetLastTradePrice ¶
func (o *OptionsMarketData) SetLastTradePrice(v string)
SetLastTradePrice gets a reference to the given string and assigns it to the LastTradePrice field.
func (*OptionsMarketData) SetLastTradeSize ¶
func (o *OptionsMarketData) SetLastTradeSize(v string)
SetLastTradeSize gets a reference to the given string and assigns it to the LastTradeSize field.
func (*OptionsMarketData) SetLowPrice ¶
func (o *OptionsMarketData) SetLowPrice(v string)
SetLowPrice gets a reference to the given string and assigns it to the LowPrice field.
func (*OptionsMarketData) SetMarkPrice ¶
func (o *OptionsMarketData) SetMarkPrice(v string)
SetMarkPrice gets a reference to the given string and assigns it to the MarkPrice field.
func (*OptionsMarketData) SetOpenInterest ¶
func (o *OptionsMarketData) SetOpenInterest(v string)
SetOpenInterest gets a reference to the given string and assigns it to the OpenInterest field.
func (*OptionsMarketData) SetPreviousCloseDate ¶
func (o *OptionsMarketData) SetPreviousCloseDate(v string)
SetPreviousCloseDate gets a reference to the given string and assigns it to the PreviousCloseDate field.
func (*OptionsMarketData) SetPreviousClosePrice ¶
func (o *OptionsMarketData) SetPreviousClosePrice(v string)
SetPreviousClosePrice gets a reference to the given string and assigns it to the PreviousClosePrice field.
func (*OptionsMarketData) SetRho ¶
func (o *OptionsMarketData) SetRho(v string)
SetRho gets a reference to the given string and assigns it to the Rho field.
func (*OptionsMarketData) SetTheta ¶
func (o *OptionsMarketData) SetTheta(v string)
SetTheta gets a reference to the given string and assigns it to the Theta field.
func (*OptionsMarketData) SetVega ¶
func (o *OptionsMarketData) SetVega(v string)
SetVega gets a reference to the given string and assigns it to the Vega field.
func (*OptionsMarketData) SetVolume ¶
func (o *OptionsMarketData) SetVolume(v string)
SetVolume gets a reference to the given string and assigns it to the Volume field.
func (OptionsMarketData) ToMap ¶
func (o OptionsMarketData) ToMap() (map[string]interface{}, error)
type Order ¶
type Order struct { Account *string `json:"account,omitempty"` Action *OrderAction `json:"action,omitempty"` AveragePrice *string `json:"average_price,omitempty"` CancelUrl *string `json:"cancel_url,omitempty"` ClientId *string `json:"client_id,omitempty"` CreatedAt *time.Time `json:"created_at,omitempty"` CumulativeQuantity *string `json:"cumulative_quantity,omitempty"` // DollarBasedAmount *string `json:"dollar_based_amount,omitempty"` Executions []Execution `json:"executions,omitempty"` TotalNotional *OrderTotalNotional `json:"total_notional,omitempty"` ExecutedNotional *OrderTotalNotional `json:"executed_notional,omitempty"` ExtendedHours *bool `json:"extended_hours,omitempty"` Fees *string `json:"fees,omitempty"` Id *string `json:"id,omitempty"` InvestmentScheduleId *string `json:"investment_schedule_id,omitempty"` Instrument *string `json:"instrument,omitempty"` LastTrailPrice *string `json:"last_trail_price,omitempty"` LastTrailPriceUpdatedAt *string `json:"last_trail_price_updated_at,omitempty"` LastTransactionAt *string `json:"last_transaction_at,omitempty"` OverrideDayTradeChecks *bool `json:"override_day_trade_checks,omitempty"` OverrideDtbpChecks *bool `json:"override_dtbp_checks,omitempty"` Position *string `json:"position,omitempty"` Price *string `json:"price,omitempty"` Quantity *string `json:"quantity,omitempty"` RefId *string `json:"ref_id,omitempty"` RejectReason *string `json:"reject_reason,omitempty"` Side *Side `json:"side,omitempty"` State *OrderState `json:"state,omitempty"` StopPrice *string `json:"stop_price,omitempty"` StopTriggeredAt *string `json:"stop_triggered_at,omitempty"` Symbol *string `json:"symbol,omitempty"` TimeInForce *TimeInForce `json:"time_in_force,omitempty"` Trigger *Trigger `json:"trigger,omitempty"` Type *ExecutionType `json:"type,omitempty"` UpdatedAt *time.Time `json:"updated_at,omitempty"` Url *string `json:"url,omitempty"` }
Order struct for Order
func NewOrder ¶
func NewOrder() *Order
NewOrder instantiates a new Order 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 NewOrderWithDefaults ¶
func NewOrderWithDefaults() *Order
NewOrderWithDefaults instantiates a new Order 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 (*Order) GetAccount ¶
GetAccount returns the Account field value if set, zero value otherwise.
func (*Order) GetAccountOk ¶
GetAccountOk returns a tuple with the Account field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Order) GetAction ¶
func (o *Order) GetAction() OrderAction
GetAction returns the Action field value if set, zero value otherwise.
func (*Order) GetActionOk ¶
func (o *Order) GetActionOk() (*OrderAction, bool)
GetActionOk returns a tuple with the Action field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Order) GetAveragePrice ¶
GetAveragePrice returns the AveragePrice field value if set, zero value otherwise.
func (*Order) GetAveragePriceOk ¶
GetAveragePriceOk returns a tuple with the AveragePrice field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Order) GetCancelUrl ¶
GetCancelUrl returns the CancelUrl field value if set, zero value otherwise.
func (*Order) GetCancelUrlOk ¶
GetCancelUrlOk returns a tuple with the CancelUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Order) GetClientId ¶
GetClientId returns the ClientId field value if set, zero value otherwise.
func (*Order) GetClientIdOk ¶
GetClientIdOk returns a tuple with the ClientId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Order) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*Order) GetCreatedAtOk ¶
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Order) GetCumulativeQuantity ¶
GetCumulativeQuantity returns the CumulativeQuantity field value if set, zero value otherwise.
func (*Order) GetCumulativeQuantityOk ¶
GetCumulativeQuantityOk returns a tuple with the CumulativeQuantity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Order) GetExecutedNotional ¶
func (o *Order) GetExecutedNotional() OrderTotalNotional
GetExecutedNotional returns the ExecutedNotional field value if set, zero value otherwise.
func (*Order) GetExecutedNotionalOk ¶
func (o *Order) GetExecutedNotionalOk() (*OrderTotalNotional, bool)
GetExecutedNotionalOk returns a tuple with the ExecutedNotional field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Order) GetExecutions ¶
GetExecutions returns the Executions field value if set, zero value otherwise.
func (*Order) GetExecutionsOk ¶
GetExecutionsOk returns a tuple with the Executions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Order) GetExtendedHours ¶
GetExtendedHours returns the ExtendedHours field value if set, zero value otherwise.
func (*Order) GetExtendedHoursOk ¶
GetExtendedHoursOk returns a tuple with the ExtendedHours field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Order) GetFeesOk ¶
GetFeesOk returns a tuple with the Fees field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Order) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Order) GetInstrument ¶
GetInstrument returns the Instrument field value if set, zero value otherwise.
func (*Order) GetInstrumentOk ¶
GetInstrumentOk returns a tuple with the Instrument field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Order) GetInvestmentScheduleId ¶
GetInvestmentScheduleId returns the InvestmentScheduleId field value if set, zero value otherwise.
func (*Order) GetInvestmentScheduleIdOk ¶
GetInvestmentScheduleIdOk returns a tuple with the InvestmentScheduleId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Order) GetLastTrailPrice ¶
GetLastTrailPrice returns the LastTrailPrice field value if set, zero value otherwise.
func (*Order) GetLastTrailPriceOk ¶
GetLastTrailPriceOk returns a tuple with the LastTrailPrice field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Order) GetLastTrailPriceUpdatedAt ¶
GetLastTrailPriceUpdatedAt returns the LastTrailPriceUpdatedAt field value if set, zero value otherwise.
func (*Order) GetLastTrailPriceUpdatedAtOk ¶
GetLastTrailPriceUpdatedAtOk returns a tuple with the LastTrailPriceUpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Order) GetLastTransactionAt ¶
GetLastTransactionAt returns the LastTransactionAt field value if set, zero value otherwise.
func (*Order) GetLastTransactionAtOk ¶
GetLastTransactionAtOk returns a tuple with the LastTransactionAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Order) GetOverrideDayTradeChecks ¶
GetOverrideDayTradeChecks returns the OverrideDayTradeChecks field value if set, zero value otherwise.
func (*Order) GetOverrideDayTradeChecksOk ¶
GetOverrideDayTradeChecksOk returns a tuple with the OverrideDayTradeChecks field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Order) GetOverrideDtbpChecks ¶
GetOverrideDtbpChecks returns the OverrideDtbpChecks field value if set, zero value otherwise.
func (*Order) GetOverrideDtbpChecksOk ¶
GetOverrideDtbpChecksOk returns a tuple with the OverrideDtbpChecks field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Order) GetPosition ¶
GetPosition returns the Position field value if set, zero value otherwise.
func (*Order) GetPositionOk ¶
GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Order) GetPriceOk ¶
GetPriceOk returns a tuple with the Price field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Order) GetQuantity ¶
GetQuantity returns the Quantity field value if set, zero value otherwise.
func (*Order) GetQuantityOk ¶
GetQuantityOk returns a tuple with the Quantity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Order) GetRefIdOk ¶
GetRefIdOk returns a tuple with the RefId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Order) GetRejectReason ¶
GetRejectReason returns the RejectReason field value if set, zero value otherwise.
func (*Order) GetRejectReasonOk ¶
GetRejectReasonOk returns a tuple with the RejectReason field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Order) GetSideOk ¶
GetSideOk returns a tuple with the Side field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Order) GetState ¶
func (o *Order) GetState() OrderState
GetState returns the State field value if set, zero value otherwise.
func (*Order) GetStateOk ¶
func (o *Order) GetStateOk() (*OrderState, bool)
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Order) GetStopPrice ¶
GetStopPrice returns the StopPrice field value if set, zero value otherwise.
func (*Order) GetStopPriceOk ¶
GetStopPriceOk returns a tuple with the StopPrice field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Order) GetStopTriggeredAt ¶
GetStopTriggeredAt returns the StopTriggeredAt field value if set, zero value otherwise.
func (*Order) GetStopTriggeredAtOk ¶
GetStopTriggeredAtOk returns a tuple with the StopTriggeredAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Order) GetSymbolOk ¶
GetSymbolOk returns a tuple with the Symbol field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Order) GetTimeInForce ¶
func (o *Order) GetTimeInForce() TimeInForce
GetTimeInForce returns the TimeInForce field value if set, zero value otherwise.
func (*Order) GetTimeInForceOk ¶
func (o *Order) GetTimeInForceOk() (*TimeInForce, bool)
GetTimeInForceOk returns a tuple with the TimeInForce field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Order) GetTotalNotional ¶
func (o *Order) GetTotalNotional() OrderTotalNotional
GetTotalNotional returns the TotalNotional field value if set, zero value otherwise.
func (*Order) GetTotalNotionalOk ¶
func (o *Order) GetTotalNotionalOk() (*OrderTotalNotional, bool)
GetTotalNotionalOk returns a tuple with the TotalNotional field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Order) GetTrigger ¶
GetTrigger returns the Trigger field value if set, zero value otherwise.
func (*Order) GetTriggerOk ¶
GetTriggerOk returns a tuple with the Trigger field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Order) GetType ¶
func (o *Order) GetType() ExecutionType
GetType returns the Type field value if set, zero value otherwise.
func (*Order) GetTypeOk ¶
func (o *Order) GetTypeOk() (*ExecutionType, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Order) GetUpdatedAt ¶
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*Order) GetUpdatedAtOk ¶
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Order) GetUrlOk ¶
GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Order) HasAccount ¶
HasAccount returns a boolean if a field has been set.
func (*Order) HasAveragePrice ¶
HasAveragePrice returns a boolean if a field has been set.
func (*Order) HasCancelUrl ¶
HasCancelUrl returns a boolean if a field has been set.
func (*Order) HasClientId ¶
HasClientId returns a boolean if a field has been set.
func (*Order) HasCreatedAt ¶
HasCreatedAt returns a boolean if a field has been set.
func (*Order) HasCumulativeQuantity ¶
HasCumulativeQuantity returns a boolean if a field has been set.
func (*Order) HasExecutedNotional ¶
HasExecutedNotional returns a boolean if a field has been set.
func (*Order) HasExecutions ¶
HasExecutions returns a boolean if a field has been set.
func (*Order) HasExtendedHours ¶
HasExtendedHours returns a boolean if a field has been set.
func (*Order) HasInstrument ¶
HasInstrument returns a boolean if a field has been set.
func (*Order) HasInvestmentScheduleId ¶
HasInvestmentScheduleId returns a boolean if a field has been set.
func (*Order) HasLastTrailPrice ¶
HasLastTrailPrice returns a boolean if a field has been set.
func (*Order) HasLastTrailPriceUpdatedAt ¶
HasLastTrailPriceUpdatedAt returns a boolean if a field has been set.
func (*Order) HasLastTransactionAt ¶
HasLastTransactionAt returns a boolean if a field has been set.
func (*Order) HasOverrideDayTradeChecks ¶
HasOverrideDayTradeChecks returns a boolean if a field has been set.
func (*Order) HasOverrideDtbpChecks ¶
HasOverrideDtbpChecks returns a boolean if a field has been set.
func (*Order) HasPosition ¶
HasPosition returns a boolean if a field has been set.
func (*Order) HasQuantity ¶
HasQuantity returns a boolean if a field has been set.
func (*Order) HasRejectReason ¶
HasRejectReason returns a boolean if a field has been set.
func (*Order) HasStopPrice ¶
HasStopPrice returns a boolean if a field has been set.
func (*Order) HasStopTriggeredAt ¶
HasStopTriggeredAt returns a boolean if a field has been set.
func (*Order) HasTimeInForce ¶
HasTimeInForce returns a boolean if a field has been set.
func (*Order) HasTotalNotional ¶
HasTotalNotional returns a boolean if a field has been set.
func (*Order) HasTrigger ¶
HasTrigger returns a boolean if a field has been set.
func (*Order) HasUpdatedAt ¶
HasUpdatedAt returns a boolean if a field has been set.
func (Order) MarshalJSON ¶
func (*Order) SetAccount ¶
SetAccount gets a reference to the given string and assigns it to the Account field.
func (*Order) SetAction ¶
func (o *Order) SetAction(v OrderAction)
SetAction gets a reference to the given OrderAction and assigns it to the Action field.
func (*Order) SetAveragePrice ¶
SetAveragePrice gets a reference to the given string and assigns it to the AveragePrice field.
func (*Order) SetCancelUrl ¶
SetCancelUrl gets a reference to the given string and assigns it to the CancelUrl field.
func (*Order) SetClientId ¶
SetClientId gets a reference to the given string and assigns it to the ClientId field.
func (*Order) SetCreatedAt ¶
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*Order) SetCumulativeQuantity ¶
SetCumulativeQuantity gets a reference to the given string and assigns it to the CumulativeQuantity field.
func (*Order) SetExecutedNotional ¶
func (o *Order) SetExecutedNotional(v OrderTotalNotional)
SetExecutedNotional gets a reference to the given OrderTotalNotional and assigns it to the ExecutedNotional field.
func (*Order) SetExecutions ¶
SetExecutions gets a reference to the given []Execution and assigns it to the Executions field.
func (*Order) SetExtendedHours ¶
SetExtendedHours gets a reference to the given bool and assigns it to the ExtendedHours field.
func (*Order) SetFees ¶
SetFees gets a reference to the given string and assigns it to the Fees field.
func (*Order) SetInstrument ¶
SetInstrument gets a reference to the given string and assigns it to the Instrument field.
func (*Order) SetInvestmentScheduleId ¶
SetInvestmentScheduleId gets a reference to the given string and assigns it to the InvestmentScheduleId field.
func (*Order) SetLastTrailPrice ¶
SetLastTrailPrice gets a reference to the given string and assigns it to the LastTrailPrice field.
func (*Order) SetLastTrailPriceUpdatedAt ¶
SetLastTrailPriceUpdatedAt gets a reference to the given string and assigns it to the LastTrailPriceUpdatedAt field.
func (*Order) SetLastTransactionAt ¶
SetLastTransactionAt gets a reference to the given string and assigns it to the LastTransactionAt field.
func (*Order) SetOverrideDayTradeChecks ¶
SetOverrideDayTradeChecks gets a reference to the given bool and assigns it to the OverrideDayTradeChecks field.
func (*Order) SetOverrideDtbpChecks ¶
SetOverrideDtbpChecks gets a reference to the given bool and assigns it to the OverrideDtbpChecks field.
func (*Order) SetPosition ¶
SetPosition gets a reference to the given string and assigns it to the Position field.
func (*Order) SetPrice ¶
SetPrice gets a reference to the given string and assigns it to the Price field.
func (*Order) SetQuantity ¶
SetQuantity gets a reference to the given string and assigns it to the Quantity field.
func (*Order) SetRefId ¶
SetRefId gets a reference to the given string and assigns it to the RefId field.
func (*Order) SetRejectReason ¶
SetRejectReason gets a reference to the given string and assigns it to the RejectReason field.
func (*Order) SetSide ¶
SetSide gets a reference to the given Side and assigns it to the Side field.
func (*Order) SetState ¶
func (o *Order) SetState(v OrderState)
SetState gets a reference to the given OrderState and assigns it to the State field.
func (*Order) SetStopPrice ¶
SetStopPrice gets a reference to the given string and assigns it to the StopPrice field.
func (*Order) SetStopTriggeredAt ¶
SetStopTriggeredAt gets a reference to the given string and assigns it to the StopTriggeredAt field.
func (*Order) SetSymbol ¶
SetSymbol gets a reference to the given string and assigns it to the Symbol field.
func (*Order) SetTimeInForce ¶
func (o *Order) SetTimeInForce(v TimeInForce)
SetTimeInForce gets a reference to the given TimeInForce and assigns it to the TimeInForce field.
func (*Order) SetTotalNotional ¶
func (o *Order) SetTotalNotional(v OrderTotalNotional)
SetTotalNotional gets a reference to the given OrderTotalNotional and assigns it to the TotalNotional field.
func (*Order) SetTrigger ¶
SetTrigger gets a reference to the given Trigger and assigns it to the Trigger field.
func (*Order) SetType ¶
func (o *Order) SetType(v ExecutionType)
SetType gets a reference to the given ExecutionType and assigns it to the Type field.
func (*Order) SetUpdatedAt ¶
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
type OrderAction ¶
type OrderAction string
OrderAction the model 'OrderAction'
const ( ORDER OrderAction = "order" STATUS OrderAction = "status" CANCEL OrderAction = "cancel" HISTORY OrderAction = "history" )
List of OrderAction
func NewOrderActionFromValue ¶
func NewOrderActionFromValue(v string) (*OrderAction, error)
NewOrderActionFromValue returns a pointer to a valid OrderAction for the value passed as argument, or an error if the value passed is not allowed by the enum
func (OrderAction) IsValid ¶
func (v OrderAction) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (OrderAction) Ptr ¶
func (v OrderAction) Ptr() *OrderAction
Ptr returns reference to OrderAction value
func (*OrderAction) UnmarshalJSON ¶
func (v *OrderAction) UnmarshalJSON(src []byte) error
type OrderState ¶
type OrderState string
OrderState the model 'OrderState'
const ( QUEUED OrderState = "queued" UNCONFIRMED OrderState = "unconfirmed" CONFIRMED OrderState = "confirmed" PARTIALLY_FILLED OrderState = "partially_filled" FILLED OrderState = "filled" REJECTED OrderState = "rejected" CANCELED OrderState = "cancelled" FAILED OrderState = "failed" )
List of OrderState
func NewOrderStateFromValue ¶
func NewOrderStateFromValue(v string) (*OrderState, error)
NewOrderStateFromValue returns a pointer to a valid OrderState for the value passed as argument, or an error if the value passed is not allowed by the enum
func (OrderState) IsValid ¶
func (v OrderState) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (OrderState) Ptr ¶
func (v OrderState) Ptr() *OrderState
Ptr returns reference to OrderState value
func (*OrderState) UnmarshalJSON ¶
func (v *OrderState) UnmarshalJSON(src []byte) error
type OrderTotalNotional ¶
type OrderTotalNotional struct { Amount *string `json:"amount,omitempty"` CurrencyCode *string `json:"currency_code,omitempty"` CurrencyId *string `json:"currency_id,omitempty"` }
OrderTotalNotional struct for OrderTotalNotional
func NewOrderTotalNotional ¶
func NewOrderTotalNotional() *OrderTotalNotional
NewOrderTotalNotional instantiates a new OrderTotalNotional 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 NewOrderTotalNotionalWithDefaults ¶
func NewOrderTotalNotionalWithDefaults() *OrderTotalNotional
NewOrderTotalNotionalWithDefaults instantiates a new OrderTotalNotional 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 (*OrderTotalNotional) GetAmount ¶
func (o *OrderTotalNotional) GetAmount() string
GetAmount returns the Amount field value if set, zero value otherwise.
func (*OrderTotalNotional) GetAmountOk ¶
func (o *OrderTotalNotional) GetAmountOk() (*string, bool)
GetAmountOk returns a tuple with the Amount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrderTotalNotional) GetCurrencyCode ¶
func (o *OrderTotalNotional) GetCurrencyCode() string
GetCurrencyCode returns the CurrencyCode field value if set, zero value otherwise.
func (*OrderTotalNotional) GetCurrencyCodeOk ¶
func (o *OrderTotalNotional) GetCurrencyCodeOk() (*string, bool)
GetCurrencyCodeOk returns a tuple with the CurrencyCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrderTotalNotional) GetCurrencyId ¶
func (o *OrderTotalNotional) GetCurrencyId() string
GetCurrencyId returns the CurrencyId field value if set, zero value otherwise.
func (*OrderTotalNotional) GetCurrencyIdOk ¶
func (o *OrderTotalNotional) GetCurrencyIdOk() (*string, bool)
GetCurrencyIdOk returns a tuple with the CurrencyId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrderTotalNotional) HasAmount ¶
func (o *OrderTotalNotional) HasAmount() bool
HasAmount returns a boolean if a field has been set.
func (*OrderTotalNotional) HasCurrencyCode ¶
func (o *OrderTotalNotional) HasCurrencyCode() bool
HasCurrencyCode returns a boolean if a field has been set.
func (*OrderTotalNotional) HasCurrencyId ¶
func (o *OrderTotalNotional) HasCurrencyId() bool
HasCurrencyId returns a boolean if a field has been set.
func (OrderTotalNotional) MarshalJSON ¶
func (o OrderTotalNotional) MarshalJSON() ([]byte, error)
func (*OrderTotalNotional) SetAmount ¶
func (o *OrderTotalNotional) SetAmount(v string)
SetAmount gets a reference to the given string and assigns it to the Amount field.
func (*OrderTotalNotional) SetCurrencyCode ¶
func (o *OrderTotalNotional) SetCurrencyCode(v string)
SetCurrencyCode gets a reference to the given string and assigns it to the CurrencyCode field.
func (*OrderTotalNotional) SetCurrencyId ¶
func (o *OrderTotalNotional) SetCurrencyId(v string)
SetCurrencyId gets a reference to the given string and assigns it to the CurrencyId field.
func (OrderTotalNotional) ToMap ¶
func (o OrderTotalNotional) ToMap() (map[string]interface{}, error)
type PaginatedAccountInfo ¶
type PaginatedAccountInfo struct { Count *string `json:"count,omitempty"` Next *string `json:"next,omitempty"` Previous *string `json:"previous,omitempty"` Results []AccountInfo `json:"results,omitempty"` }
PaginatedAccountInfo struct for PaginatedAccountInfo
func NewPaginatedAccountInfo ¶
func NewPaginatedAccountInfo() *PaginatedAccountInfo
NewPaginatedAccountInfo instantiates a new PaginatedAccountInfo 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 NewPaginatedAccountInfoWithDefaults ¶
func NewPaginatedAccountInfoWithDefaults() *PaginatedAccountInfo
NewPaginatedAccountInfoWithDefaults instantiates a new PaginatedAccountInfo 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 (*PaginatedAccountInfo) GetCount ¶
func (o *PaginatedAccountInfo) GetCount() string
GetCount returns the Count field value if set, zero value otherwise.
func (*PaginatedAccountInfo) GetCountOk ¶
func (o *PaginatedAccountInfo) GetCountOk() (*string, bool)
GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedAccountInfo) GetNext ¶
func (o *PaginatedAccountInfo) GetNext() string
GetNext returns the Next field value if set, zero value otherwise.
func (*PaginatedAccountInfo) GetNextOk ¶
func (o *PaginatedAccountInfo) GetNextOk() (*string, bool)
GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedAccountInfo) GetPrevious ¶
func (o *PaginatedAccountInfo) GetPrevious() string
GetPrevious returns the Previous field value if set, zero value otherwise.
func (*PaginatedAccountInfo) GetPreviousOk ¶
func (o *PaginatedAccountInfo) GetPreviousOk() (*string, bool)
GetPreviousOk returns a tuple with the Previous field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedAccountInfo) GetResults ¶
func (o *PaginatedAccountInfo) GetResults() []AccountInfo
GetResults returns the Results field value if set, zero value otherwise.
func (*PaginatedAccountInfo) GetResultsOk ¶
func (o *PaginatedAccountInfo) GetResultsOk() ([]AccountInfo, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedAccountInfo) HasCount ¶
func (o *PaginatedAccountInfo) HasCount() bool
HasCount returns a boolean if a field has been set.
func (*PaginatedAccountInfo) HasNext ¶
func (o *PaginatedAccountInfo) HasNext() bool
HasNext returns a boolean if a field has been set.
func (*PaginatedAccountInfo) HasPrevious ¶
func (o *PaginatedAccountInfo) HasPrevious() bool
HasPrevious returns a boolean if a field has been set.
func (*PaginatedAccountInfo) HasResults ¶
func (o *PaginatedAccountInfo) HasResults() bool
HasResults returns a boolean if a field has been set.
func (PaginatedAccountInfo) MarshalJSON ¶
func (o PaginatedAccountInfo) MarshalJSON() ([]byte, error)
func (*PaginatedAccountInfo) SetCount ¶
func (o *PaginatedAccountInfo) SetCount(v string)
SetCount gets a reference to the given string and assigns it to the Count field.
func (*PaginatedAccountInfo) SetNext ¶
func (o *PaginatedAccountInfo) SetNext(v string)
SetNext gets a reference to the given string and assigns it to the Next field.
func (*PaginatedAccountInfo) SetPrevious ¶
func (o *PaginatedAccountInfo) SetPrevious(v string)
SetPrevious gets a reference to the given string and assigns it to the Previous field.
func (*PaginatedAccountInfo) SetResults ¶
func (o *PaginatedAccountInfo) SetResults(v []AccountInfo)
SetResults gets a reference to the given []AccountInfo and assigns it to the Results field.
func (PaginatedAccountInfo) ToMap ¶
func (o PaginatedAccountInfo) ToMap() (map[string]interface{}, error)
type PaginatedFundamentalsData ¶
type PaginatedFundamentalsData struct { Count *string `json:"count,omitempty"` Next *string `json:"next,omitempty"` Previous *string `json:"previous,omitempty"` Results []FundamentalsData `json:"results,omitempty"` }
PaginatedFundamentalsData struct for PaginatedFundamentalsData
func NewPaginatedFundamentalsData ¶
func NewPaginatedFundamentalsData() *PaginatedFundamentalsData
NewPaginatedFundamentalsData instantiates a new PaginatedFundamentalsData 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 NewPaginatedFundamentalsDataWithDefaults ¶
func NewPaginatedFundamentalsDataWithDefaults() *PaginatedFundamentalsData
NewPaginatedFundamentalsDataWithDefaults instantiates a new PaginatedFundamentalsData 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 (*PaginatedFundamentalsData) GetCount ¶
func (o *PaginatedFundamentalsData) GetCount() string
GetCount returns the Count field value if set, zero value otherwise.
func (*PaginatedFundamentalsData) GetCountOk ¶
func (o *PaginatedFundamentalsData) GetCountOk() (*string, bool)
GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedFundamentalsData) GetNext ¶
func (o *PaginatedFundamentalsData) GetNext() string
GetNext returns the Next field value if set, zero value otherwise.
func (*PaginatedFundamentalsData) GetNextOk ¶
func (o *PaginatedFundamentalsData) GetNextOk() (*string, bool)
GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedFundamentalsData) GetPrevious ¶
func (o *PaginatedFundamentalsData) GetPrevious() string
GetPrevious returns the Previous field value if set, zero value otherwise.
func (*PaginatedFundamentalsData) GetPreviousOk ¶
func (o *PaginatedFundamentalsData) GetPreviousOk() (*string, bool)
GetPreviousOk returns a tuple with the Previous field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedFundamentalsData) GetResults ¶
func (o *PaginatedFundamentalsData) GetResults() []FundamentalsData
GetResults returns the Results field value if set, zero value otherwise.
func (*PaginatedFundamentalsData) GetResultsOk ¶
func (o *PaginatedFundamentalsData) GetResultsOk() ([]FundamentalsData, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedFundamentalsData) HasCount ¶
func (o *PaginatedFundamentalsData) HasCount() bool
HasCount returns a boolean if a field has been set.
func (*PaginatedFundamentalsData) HasNext ¶
func (o *PaginatedFundamentalsData) HasNext() bool
HasNext returns a boolean if a field has been set.
func (*PaginatedFundamentalsData) HasPrevious ¶
func (o *PaginatedFundamentalsData) HasPrevious() bool
HasPrevious returns a boolean if a field has been set.
func (*PaginatedFundamentalsData) HasResults ¶
func (o *PaginatedFundamentalsData) HasResults() bool
HasResults returns a boolean if a field has been set.
func (PaginatedFundamentalsData) MarshalJSON ¶
func (o PaginatedFundamentalsData) MarshalJSON() ([]byte, error)
func (*PaginatedFundamentalsData) SetCount ¶
func (o *PaginatedFundamentalsData) SetCount(v string)
SetCount gets a reference to the given string and assigns it to the Count field.
func (*PaginatedFundamentalsData) SetNext ¶
func (o *PaginatedFundamentalsData) SetNext(v string)
SetNext gets a reference to the given string and assigns it to the Next field.
func (*PaginatedFundamentalsData) SetPrevious ¶
func (o *PaginatedFundamentalsData) SetPrevious(v string)
SetPrevious gets a reference to the given string and assigns it to the Previous field.
func (*PaginatedFundamentalsData) SetResults ¶
func (o *PaginatedFundamentalsData) SetResults(v []FundamentalsData)
SetResults gets a reference to the given []FundamentalsData and assigns it to the Results field.
func (PaginatedFundamentalsData) ToMap ¶
func (o PaginatedFundamentalsData) ToMap() (map[string]interface{}, error)
type PaginatedInstrumentData ¶
type PaginatedInstrumentData struct { Count *string `json:"count,omitempty"` Next *string `json:"next,omitempty"` Previous *string `json:"previous,omitempty"` Results []InstrumentData `json:"results,omitempty"` }
PaginatedInstrumentData struct for PaginatedInstrumentData
func NewPaginatedInstrumentData ¶
func NewPaginatedInstrumentData() *PaginatedInstrumentData
NewPaginatedInstrumentData instantiates a new PaginatedInstrumentData 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 NewPaginatedInstrumentDataWithDefaults ¶
func NewPaginatedInstrumentDataWithDefaults() *PaginatedInstrumentData
NewPaginatedInstrumentDataWithDefaults instantiates a new PaginatedInstrumentData 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 (*PaginatedInstrumentData) GetCount ¶
func (o *PaginatedInstrumentData) GetCount() string
GetCount returns the Count field value if set, zero value otherwise.
func (*PaginatedInstrumentData) GetCountOk ¶
func (o *PaginatedInstrumentData) GetCountOk() (*string, bool)
GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedInstrumentData) GetNext ¶
func (o *PaginatedInstrumentData) GetNext() string
GetNext returns the Next field value if set, zero value otherwise.
func (*PaginatedInstrumentData) GetNextOk ¶
func (o *PaginatedInstrumentData) GetNextOk() (*string, bool)
GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedInstrumentData) GetPrevious ¶
func (o *PaginatedInstrumentData) GetPrevious() string
GetPrevious returns the Previous field value if set, zero value otherwise.
func (*PaginatedInstrumentData) GetPreviousOk ¶
func (o *PaginatedInstrumentData) GetPreviousOk() (*string, bool)
GetPreviousOk returns a tuple with the Previous field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedInstrumentData) GetResults ¶
func (o *PaginatedInstrumentData) GetResults() []InstrumentData
GetResults returns the Results field value if set, zero value otherwise.
func (*PaginatedInstrumentData) GetResultsOk ¶
func (o *PaginatedInstrumentData) GetResultsOk() ([]InstrumentData, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedInstrumentData) HasCount ¶
func (o *PaginatedInstrumentData) HasCount() bool
HasCount returns a boolean if a field has been set.
func (*PaginatedInstrumentData) HasNext ¶
func (o *PaginatedInstrumentData) HasNext() bool
HasNext returns a boolean if a field has been set.
func (*PaginatedInstrumentData) HasPrevious ¶
func (o *PaginatedInstrumentData) HasPrevious() bool
HasPrevious returns a boolean if a field has been set.
func (*PaginatedInstrumentData) HasResults ¶
func (o *PaginatedInstrumentData) HasResults() bool
HasResults returns a boolean if a field has been set.
func (PaginatedInstrumentData) MarshalJSON ¶
func (o PaginatedInstrumentData) MarshalJSON() ([]byte, error)
func (*PaginatedInstrumentData) SetCount ¶
func (o *PaginatedInstrumentData) SetCount(v string)
SetCount gets a reference to the given string and assigns it to the Count field.
func (*PaginatedInstrumentData) SetNext ¶
func (o *PaginatedInstrumentData) SetNext(v string)
SetNext gets a reference to the given string and assigns it to the Next field.
func (*PaginatedInstrumentData) SetPrevious ¶
func (o *PaginatedInstrumentData) SetPrevious(v string)
SetPrevious gets a reference to the given string and assigns it to the Previous field.
func (*PaginatedInstrumentData) SetResults ¶
func (o *PaginatedInstrumentData) SetResults(v []InstrumentData)
SetResults gets a reference to the given []InstrumentData and assigns it to the Results field.
func (PaginatedInstrumentData) ToMap ¶
func (o PaginatedInstrumentData) ToMap() (map[string]interface{}, error)
type PaginatedInstrumentSplit ¶
type PaginatedInstrumentSplit struct { Count *string `json:"count,omitempty"` Next *string `json:"next,omitempty"` Previous *string `json:"previous,omitempty"` Results []InstrumentSplit `json:"results,omitempty"` }
PaginatedInstrumentSplit struct for PaginatedInstrumentSplit
func NewPaginatedInstrumentSplit ¶
func NewPaginatedInstrumentSplit() *PaginatedInstrumentSplit
NewPaginatedInstrumentSplit instantiates a new PaginatedInstrumentSplit 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 NewPaginatedInstrumentSplitWithDefaults ¶
func NewPaginatedInstrumentSplitWithDefaults() *PaginatedInstrumentSplit
NewPaginatedInstrumentSplitWithDefaults instantiates a new PaginatedInstrumentSplit 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 (*PaginatedInstrumentSplit) GetCount ¶
func (o *PaginatedInstrumentSplit) GetCount() string
GetCount returns the Count field value if set, zero value otherwise.
func (*PaginatedInstrumentSplit) GetCountOk ¶
func (o *PaginatedInstrumentSplit) GetCountOk() (*string, bool)
GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedInstrumentSplit) GetNext ¶
func (o *PaginatedInstrumentSplit) GetNext() string
GetNext returns the Next field value if set, zero value otherwise.
func (*PaginatedInstrumentSplit) GetNextOk ¶
func (o *PaginatedInstrumentSplit) GetNextOk() (*string, bool)
GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedInstrumentSplit) GetPrevious ¶
func (o *PaginatedInstrumentSplit) GetPrevious() string
GetPrevious returns the Previous field value if set, zero value otherwise.
func (*PaginatedInstrumentSplit) GetPreviousOk ¶
func (o *PaginatedInstrumentSplit) GetPreviousOk() (*string, bool)
GetPreviousOk returns a tuple with the Previous field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedInstrumentSplit) GetResults ¶
func (o *PaginatedInstrumentSplit) GetResults() []InstrumentSplit
GetResults returns the Results field value if set, zero value otherwise.
func (*PaginatedInstrumentSplit) GetResultsOk ¶
func (o *PaginatedInstrumentSplit) GetResultsOk() ([]InstrumentSplit, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedInstrumentSplit) HasCount ¶
func (o *PaginatedInstrumentSplit) HasCount() bool
HasCount returns a boolean if a field has been set.
func (*PaginatedInstrumentSplit) HasNext ¶
func (o *PaginatedInstrumentSplit) HasNext() bool
HasNext returns a boolean if a field has been set.
func (*PaginatedInstrumentSplit) HasPrevious ¶
func (o *PaginatedInstrumentSplit) HasPrevious() bool
HasPrevious returns a boolean if a field has been set.
func (*PaginatedInstrumentSplit) HasResults ¶
func (o *PaginatedInstrumentSplit) HasResults() bool
HasResults returns a boolean if a field has been set.
func (PaginatedInstrumentSplit) MarshalJSON ¶
func (o PaginatedInstrumentSplit) MarshalJSON() ([]byte, error)
func (*PaginatedInstrumentSplit) SetCount ¶
func (o *PaginatedInstrumentSplit) SetCount(v string)
SetCount gets a reference to the given string and assigns it to the Count field.
func (*PaginatedInstrumentSplit) SetNext ¶
func (o *PaginatedInstrumentSplit) SetNext(v string)
SetNext gets a reference to the given string and assigns it to the Next field.
func (*PaginatedInstrumentSplit) SetPrevious ¶
func (o *PaginatedInstrumentSplit) SetPrevious(v string)
SetPrevious gets a reference to the given string and assigns it to the Previous field.
func (*PaginatedInstrumentSplit) SetResults ¶
func (o *PaginatedInstrumentSplit) SetResults(v []InstrumentSplit)
SetResults gets a reference to the given []InstrumentSplit and assigns it to the Results field.
func (PaginatedInstrumentSplit) ToMap ¶
func (o PaginatedInstrumentSplit) ToMap() (map[string]interface{}, error)
type PaginatedMarketData ¶
type PaginatedMarketData struct { Count *string `json:"count,omitempty"` Next *string `json:"next,omitempty"` Previous *string `json:"previous,omitempty"` Results []MarketData `json:"results,omitempty"` }
PaginatedMarketData struct for PaginatedMarketData
func NewPaginatedMarketData ¶
func NewPaginatedMarketData() *PaginatedMarketData
NewPaginatedMarketData instantiates a new PaginatedMarketData 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 NewPaginatedMarketDataWithDefaults ¶
func NewPaginatedMarketDataWithDefaults() *PaginatedMarketData
NewPaginatedMarketDataWithDefaults instantiates a new PaginatedMarketData 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 (*PaginatedMarketData) GetCount ¶
func (o *PaginatedMarketData) GetCount() string
GetCount returns the Count field value if set, zero value otherwise.
func (*PaginatedMarketData) GetCountOk ¶
func (o *PaginatedMarketData) GetCountOk() (*string, bool)
GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedMarketData) GetNext ¶
func (o *PaginatedMarketData) GetNext() string
GetNext returns the Next field value if set, zero value otherwise.
func (*PaginatedMarketData) GetNextOk ¶
func (o *PaginatedMarketData) GetNextOk() (*string, bool)
GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedMarketData) GetPrevious ¶
func (o *PaginatedMarketData) GetPrevious() string
GetPrevious returns the Previous field value if set, zero value otherwise.
func (*PaginatedMarketData) GetPreviousOk ¶
func (o *PaginatedMarketData) GetPreviousOk() (*string, bool)
GetPreviousOk returns a tuple with the Previous field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedMarketData) GetResults ¶
func (o *PaginatedMarketData) GetResults() []MarketData
GetResults returns the Results field value if set, zero value otherwise.
func (*PaginatedMarketData) GetResultsOk ¶
func (o *PaginatedMarketData) GetResultsOk() ([]MarketData, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedMarketData) HasCount ¶
func (o *PaginatedMarketData) HasCount() bool
HasCount returns a boolean if a field has been set.
func (*PaginatedMarketData) HasNext ¶
func (o *PaginatedMarketData) HasNext() bool
HasNext returns a boolean if a field has been set.
func (*PaginatedMarketData) HasPrevious ¶
func (o *PaginatedMarketData) HasPrevious() bool
HasPrevious returns a boolean if a field has been set.
func (*PaginatedMarketData) HasResults ¶
func (o *PaginatedMarketData) HasResults() bool
HasResults returns a boolean if a field has been set.
func (PaginatedMarketData) MarshalJSON ¶
func (o PaginatedMarketData) MarshalJSON() ([]byte, error)
func (*PaginatedMarketData) SetCount ¶
func (o *PaginatedMarketData) SetCount(v string)
SetCount gets a reference to the given string and assigns it to the Count field.
func (*PaginatedMarketData) SetNext ¶
func (o *PaginatedMarketData) SetNext(v string)
SetNext gets a reference to the given string and assigns it to the Next field.
func (*PaginatedMarketData) SetPrevious ¶
func (o *PaginatedMarketData) SetPrevious(v string)
SetPrevious gets a reference to the given string and assigns it to the Previous field.
func (*PaginatedMarketData) SetResults ¶
func (o *PaginatedMarketData) SetResults(v []MarketData)
SetResults gets a reference to the given []MarketData and assigns it to the Results field.
func (PaginatedMarketData) ToMap ¶
func (o PaginatedMarketData) ToMap() (map[string]interface{}, error)
type PaginatedMovers ¶
type PaginatedMovers struct { Count *string `json:"count,omitempty"` Next *string `json:"next,omitempty"` Previous *string `json:"previous,omitempty"` Results []map[string]interface{} `json:"results,omitempty"` }
PaginatedMovers struct for PaginatedMovers
func NewPaginatedMovers ¶
func NewPaginatedMovers() *PaginatedMovers
NewPaginatedMovers instantiates a new PaginatedMovers 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 NewPaginatedMoversWithDefaults ¶
func NewPaginatedMoversWithDefaults() *PaginatedMovers
NewPaginatedMoversWithDefaults instantiates a new PaginatedMovers 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 (*PaginatedMovers) GetCount ¶
func (o *PaginatedMovers) GetCount() string
GetCount returns the Count field value if set, zero value otherwise.
func (*PaginatedMovers) GetCountOk ¶
func (o *PaginatedMovers) GetCountOk() (*string, bool)
GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedMovers) GetNext ¶
func (o *PaginatedMovers) GetNext() string
GetNext returns the Next field value if set, zero value otherwise.
func (*PaginatedMovers) GetNextOk ¶
func (o *PaginatedMovers) GetNextOk() (*string, bool)
GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedMovers) GetPrevious ¶
func (o *PaginatedMovers) GetPrevious() string
GetPrevious returns the Previous field value if set, zero value otherwise.
func (*PaginatedMovers) GetPreviousOk ¶
func (o *PaginatedMovers) GetPreviousOk() (*string, bool)
GetPreviousOk returns a tuple with the Previous field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedMovers) GetResults ¶
func (o *PaginatedMovers) GetResults() []map[string]interface{}
GetResults returns the Results field value if set, zero value otherwise.
func (*PaginatedMovers) GetResultsOk ¶
func (o *PaginatedMovers) GetResultsOk() ([]map[string]interface{}, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedMovers) HasCount ¶
func (o *PaginatedMovers) HasCount() bool
HasCount returns a boolean if a field has been set.
func (*PaginatedMovers) HasNext ¶
func (o *PaginatedMovers) HasNext() bool
HasNext returns a boolean if a field has been set.
func (*PaginatedMovers) HasPrevious ¶
func (o *PaginatedMovers) HasPrevious() bool
HasPrevious returns a boolean if a field has been set.
func (*PaginatedMovers) HasResults ¶
func (o *PaginatedMovers) HasResults() bool
HasResults returns a boolean if a field has been set.
func (PaginatedMovers) MarshalJSON ¶
func (o PaginatedMovers) MarshalJSON() ([]byte, error)
func (*PaginatedMovers) SetCount ¶
func (o *PaginatedMovers) SetCount(v string)
SetCount gets a reference to the given string and assigns it to the Count field.
func (*PaginatedMovers) SetNext ¶
func (o *PaginatedMovers) SetNext(v string)
SetNext gets a reference to the given string and assigns it to the Next field.
func (*PaginatedMovers) SetPrevious ¶
func (o *PaginatedMovers) SetPrevious(v string)
SetPrevious gets a reference to the given string and assigns it to the Previous field.
func (*PaginatedMovers) SetResults ¶
func (o *PaginatedMovers) SetResults(v []map[string]interface{})
SetResults gets a reference to the given []map[string]interface{} and assigns it to the Results field.
func (PaginatedMovers) ToMap ¶
func (o PaginatedMovers) ToMap() (map[string]interface{}, error)
type PaginatedOptionChain ¶
type PaginatedOptionChain struct { Count *string `json:"count,omitempty"` Next *string `json:"next,omitempty"` Previous *string `json:"previous,omitempty"` Results []OptionChain `json:"results,omitempty"` }
PaginatedOptionChain struct for PaginatedOptionChain
func NewPaginatedOptionChain ¶
func NewPaginatedOptionChain() *PaginatedOptionChain
NewPaginatedOptionChain instantiates a new PaginatedOptionChain 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 NewPaginatedOptionChainWithDefaults ¶
func NewPaginatedOptionChainWithDefaults() *PaginatedOptionChain
NewPaginatedOptionChainWithDefaults instantiates a new PaginatedOptionChain 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 (*PaginatedOptionChain) GetCount ¶
func (o *PaginatedOptionChain) GetCount() string
GetCount returns the Count field value if set, zero value otherwise.
func (*PaginatedOptionChain) GetCountOk ¶
func (o *PaginatedOptionChain) GetCountOk() (*string, bool)
GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedOptionChain) GetNext ¶
func (o *PaginatedOptionChain) GetNext() string
GetNext returns the Next field value if set, zero value otherwise.
func (*PaginatedOptionChain) GetNextOk ¶
func (o *PaginatedOptionChain) GetNextOk() (*string, bool)
GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedOptionChain) GetPrevious ¶
func (o *PaginatedOptionChain) GetPrevious() string
GetPrevious returns the Previous field value if set, zero value otherwise.
func (*PaginatedOptionChain) GetPreviousOk ¶
func (o *PaginatedOptionChain) GetPreviousOk() (*string, bool)
GetPreviousOk returns a tuple with the Previous field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedOptionChain) GetResults ¶
func (o *PaginatedOptionChain) GetResults() []OptionChain
GetResults returns the Results field value if set, zero value otherwise.
func (*PaginatedOptionChain) GetResultsOk ¶
func (o *PaginatedOptionChain) GetResultsOk() ([]OptionChain, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedOptionChain) HasCount ¶
func (o *PaginatedOptionChain) HasCount() bool
HasCount returns a boolean if a field has been set.
func (*PaginatedOptionChain) HasNext ¶
func (o *PaginatedOptionChain) HasNext() bool
HasNext returns a boolean if a field has been set.
func (*PaginatedOptionChain) HasPrevious ¶
func (o *PaginatedOptionChain) HasPrevious() bool
HasPrevious returns a boolean if a field has been set.
func (*PaginatedOptionChain) HasResults ¶
func (o *PaginatedOptionChain) HasResults() bool
HasResults returns a boolean if a field has been set.
func (PaginatedOptionChain) MarshalJSON ¶
func (o PaginatedOptionChain) MarshalJSON() ([]byte, error)
func (*PaginatedOptionChain) SetCount ¶
func (o *PaginatedOptionChain) SetCount(v string)
SetCount gets a reference to the given string and assigns it to the Count field.
func (*PaginatedOptionChain) SetNext ¶
func (o *PaginatedOptionChain) SetNext(v string)
SetNext gets a reference to the given string and assigns it to the Next field.
func (*PaginatedOptionChain) SetPrevious ¶
func (o *PaginatedOptionChain) SetPrevious(v string)
SetPrevious gets a reference to the given string and assigns it to the Previous field.
func (*PaginatedOptionChain) SetResults ¶
func (o *PaginatedOptionChain) SetResults(v []OptionChain)
SetResults gets a reference to the given []OptionChain and assigns it to the Results field.
func (PaginatedOptionChain) ToMap ¶
func (o PaginatedOptionChain) ToMap() (map[string]interface{}, error)
type PaginatedOptionInstrument ¶
type PaginatedOptionInstrument struct { Count *string `json:"count,omitempty"` Next *string `json:"next,omitempty"` Previous *string `json:"previous,omitempty"` Results []OptionInstrument `json:"results,omitempty"` }
PaginatedOptionInstrument struct for PaginatedOptionInstrument
func NewPaginatedOptionInstrument ¶
func NewPaginatedOptionInstrument() *PaginatedOptionInstrument
NewPaginatedOptionInstrument instantiates a new PaginatedOptionInstrument 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 NewPaginatedOptionInstrumentWithDefaults ¶
func NewPaginatedOptionInstrumentWithDefaults() *PaginatedOptionInstrument
NewPaginatedOptionInstrumentWithDefaults instantiates a new PaginatedOptionInstrument 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 (*PaginatedOptionInstrument) GetCount ¶
func (o *PaginatedOptionInstrument) GetCount() string
GetCount returns the Count field value if set, zero value otherwise.
func (*PaginatedOptionInstrument) GetCountOk ¶
func (o *PaginatedOptionInstrument) GetCountOk() (*string, bool)
GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedOptionInstrument) GetNext ¶
func (o *PaginatedOptionInstrument) GetNext() string
GetNext returns the Next field value if set, zero value otherwise.
func (*PaginatedOptionInstrument) GetNextOk ¶
func (o *PaginatedOptionInstrument) GetNextOk() (*string, bool)
GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedOptionInstrument) GetPrevious ¶
func (o *PaginatedOptionInstrument) GetPrevious() string
GetPrevious returns the Previous field value if set, zero value otherwise.
func (*PaginatedOptionInstrument) GetPreviousOk ¶
func (o *PaginatedOptionInstrument) GetPreviousOk() (*string, bool)
GetPreviousOk returns a tuple with the Previous field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedOptionInstrument) GetResults ¶
func (o *PaginatedOptionInstrument) GetResults() []OptionInstrument
GetResults returns the Results field value if set, zero value otherwise.
func (*PaginatedOptionInstrument) GetResultsOk ¶
func (o *PaginatedOptionInstrument) GetResultsOk() ([]OptionInstrument, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedOptionInstrument) HasCount ¶
func (o *PaginatedOptionInstrument) HasCount() bool
HasCount returns a boolean if a field has been set.
func (*PaginatedOptionInstrument) HasNext ¶
func (o *PaginatedOptionInstrument) HasNext() bool
HasNext returns a boolean if a field has been set.
func (*PaginatedOptionInstrument) HasPrevious ¶
func (o *PaginatedOptionInstrument) HasPrevious() bool
HasPrevious returns a boolean if a field has been set.
func (*PaginatedOptionInstrument) HasResults ¶
func (o *PaginatedOptionInstrument) HasResults() bool
HasResults returns a boolean if a field has been set.
func (PaginatedOptionInstrument) MarshalJSON ¶
func (o PaginatedOptionInstrument) MarshalJSON() ([]byte, error)
func (*PaginatedOptionInstrument) SetCount ¶
func (o *PaginatedOptionInstrument) SetCount(v string)
SetCount gets a reference to the given string and assigns it to the Count field.
func (*PaginatedOptionInstrument) SetNext ¶
func (o *PaginatedOptionInstrument) SetNext(v string)
SetNext gets a reference to the given string and assigns it to the Next field.
func (*PaginatedOptionInstrument) SetPrevious ¶
func (o *PaginatedOptionInstrument) SetPrevious(v string)
SetPrevious gets a reference to the given string and assigns it to the Previous field.
func (*PaginatedOptionInstrument) SetResults ¶
func (o *PaginatedOptionInstrument) SetResults(v []OptionInstrument)
SetResults gets a reference to the given []OptionInstrument and assigns it to the Results field.
func (PaginatedOptionInstrument) ToMap ¶
func (o PaginatedOptionInstrument) ToMap() (map[string]interface{}, error)
type PaginatedOrder ¶
type PaginatedOrder struct { Count *string `json:"count,omitempty"` Next *string `json:"next,omitempty"` Previous *string `json:"previous,omitempty"` Results []Order `json:"results,omitempty"` }
PaginatedOrder struct for PaginatedOrder
func NewPaginatedOrder ¶
func NewPaginatedOrder() *PaginatedOrder
NewPaginatedOrder instantiates a new PaginatedOrder 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 NewPaginatedOrderWithDefaults ¶
func NewPaginatedOrderWithDefaults() *PaginatedOrder
NewPaginatedOrderWithDefaults instantiates a new PaginatedOrder 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 (*PaginatedOrder) GetCount ¶
func (o *PaginatedOrder) GetCount() string
GetCount returns the Count field value if set, zero value otherwise.
func (*PaginatedOrder) GetCountOk ¶
func (o *PaginatedOrder) GetCountOk() (*string, bool)
GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedOrder) GetNext ¶
func (o *PaginatedOrder) GetNext() string
GetNext returns the Next field value if set, zero value otherwise.
func (*PaginatedOrder) GetNextOk ¶
func (o *PaginatedOrder) GetNextOk() (*string, bool)
GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedOrder) GetPrevious ¶
func (o *PaginatedOrder) GetPrevious() string
GetPrevious returns the Previous field value if set, zero value otherwise.
func (*PaginatedOrder) GetPreviousOk ¶
func (o *PaginatedOrder) GetPreviousOk() (*string, bool)
GetPreviousOk returns a tuple with the Previous field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedOrder) GetResults ¶
func (o *PaginatedOrder) GetResults() []Order
GetResults returns the Results field value if set, zero value otherwise.
func (*PaginatedOrder) GetResultsOk ¶
func (o *PaginatedOrder) GetResultsOk() ([]Order, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedOrder) HasCount ¶
func (o *PaginatedOrder) HasCount() bool
HasCount returns a boolean if a field has been set.
func (*PaginatedOrder) HasNext ¶
func (o *PaginatedOrder) HasNext() bool
HasNext returns a boolean if a field has been set.
func (*PaginatedOrder) HasPrevious ¶
func (o *PaginatedOrder) HasPrevious() bool
HasPrevious returns a boolean if a field has been set.
func (*PaginatedOrder) HasResults ¶
func (o *PaginatedOrder) HasResults() bool
HasResults returns a boolean if a field has been set.
func (PaginatedOrder) MarshalJSON ¶
func (o PaginatedOrder) MarshalJSON() ([]byte, error)
func (*PaginatedOrder) SetCount ¶
func (o *PaginatedOrder) SetCount(v string)
SetCount gets a reference to the given string and assigns it to the Count field.
func (*PaginatedOrder) SetNext ¶
func (o *PaginatedOrder) SetNext(v string)
SetNext gets a reference to the given string and assigns it to the Next field.
func (*PaginatedOrder) SetPrevious ¶
func (o *PaginatedOrder) SetPrevious(v string)
SetPrevious gets a reference to the given string and assigns it to the Previous field.
func (*PaginatedOrder) SetResults ¶
func (o *PaginatedOrder) SetResults(v []Order)
SetResults gets a reference to the given []Order and assigns it to the Results field.
func (PaginatedOrder) ToMap ¶
func (o PaginatedOrder) ToMap() (map[string]interface{}, error)
type PaginatedPosition ¶
type PaginatedPosition struct { Count *string `json:"count,omitempty"` Next *string `json:"next,omitempty"` Previous *string `json:"previous,omitempty"` Results []Position `json:"results,omitempty"` }
PaginatedPosition struct for PaginatedPosition
func NewPaginatedPosition ¶
func NewPaginatedPosition() *PaginatedPosition
NewPaginatedPosition instantiates a new PaginatedPosition 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 NewPaginatedPositionWithDefaults ¶
func NewPaginatedPositionWithDefaults() *PaginatedPosition
NewPaginatedPositionWithDefaults instantiates a new PaginatedPosition 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 (*PaginatedPosition) GetCount ¶
func (o *PaginatedPosition) GetCount() string
GetCount returns the Count field value if set, zero value otherwise.
func (*PaginatedPosition) GetCountOk ¶
func (o *PaginatedPosition) GetCountOk() (*string, bool)
GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedPosition) GetNext ¶
func (o *PaginatedPosition) GetNext() string
GetNext returns the Next field value if set, zero value otherwise.
func (*PaginatedPosition) GetNextOk ¶
func (o *PaginatedPosition) GetNextOk() (*string, bool)
GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedPosition) GetPrevious ¶
func (o *PaginatedPosition) GetPrevious() string
GetPrevious returns the Previous field value if set, zero value otherwise.
func (*PaginatedPosition) GetPreviousOk ¶
func (o *PaginatedPosition) GetPreviousOk() (*string, bool)
GetPreviousOk returns a tuple with the Previous field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedPosition) GetResults ¶
func (o *PaginatedPosition) GetResults() []Position
GetResults returns the Results field value if set, zero value otherwise.
func (*PaginatedPosition) GetResultsOk ¶
func (o *PaginatedPosition) GetResultsOk() ([]Position, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedPosition) HasCount ¶
func (o *PaginatedPosition) HasCount() bool
HasCount returns a boolean if a field has been set.
func (*PaginatedPosition) HasNext ¶
func (o *PaginatedPosition) HasNext() bool
HasNext returns a boolean if a field has been set.
func (*PaginatedPosition) HasPrevious ¶
func (o *PaginatedPosition) HasPrevious() bool
HasPrevious returns a boolean if a field has been set.
func (*PaginatedPosition) HasResults ¶
func (o *PaginatedPosition) HasResults() bool
HasResults returns a boolean if a field has been set.
func (PaginatedPosition) MarshalJSON ¶
func (o PaginatedPosition) MarshalJSON() ([]byte, error)
func (*PaginatedPosition) SetCount ¶
func (o *PaginatedPosition) SetCount(v string)
SetCount gets a reference to the given string and assigns it to the Count field.
func (*PaginatedPosition) SetNext ¶
func (o *PaginatedPosition) SetNext(v string)
SetNext gets a reference to the given string and assigns it to the Next field.
func (*PaginatedPosition) SetPrevious ¶
func (o *PaginatedPosition) SetPrevious(v string)
SetPrevious gets a reference to the given string and assigns it to the Previous field.
func (*PaginatedPosition) SetResults ¶
func (o *PaginatedPosition) SetResults(v []Position)
SetResults gets a reference to the given []Position and assigns it to the Results field.
func (PaginatedPosition) ToMap ¶
func (o PaginatedPosition) ToMap() (map[string]interface{}, error)
type PaginatedQuoteData ¶
type PaginatedQuoteData struct { Count *string `json:"count,omitempty"` Next *string `json:"next,omitempty"` Previous *string `json:"previous,omitempty"` Results []QuoteData `json:"results,omitempty"` }
PaginatedQuoteData struct for PaginatedQuoteData
func NewPaginatedQuoteData ¶
func NewPaginatedQuoteData() *PaginatedQuoteData
NewPaginatedQuoteData instantiates a new PaginatedQuoteData 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 NewPaginatedQuoteDataWithDefaults ¶
func NewPaginatedQuoteDataWithDefaults() *PaginatedQuoteData
NewPaginatedQuoteDataWithDefaults instantiates a new PaginatedQuoteData 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 (*PaginatedQuoteData) GetCount ¶
func (o *PaginatedQuoteData) GetCount() string
GetCount returns the Count field value if set, zero value otherwise.
func (*PaginatedQuoteData) GetCountOk ¶
func (o *PaginatedQuoteData) GetCountOk() (*string, bool)
GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedQuoteData) GetNext ¶
func (o *PaginatedQuoteData) GetNext() string
GetNext returns the Next field value if set, zero value otherwise.
func (*PaginatedQuoteData) GetNextOk ¶
func (o *PaginatedQuoteData) GetNextOk() (*string, bool)
GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedQuoteData) GetPrevious ¶
func (o *PaginatedQuoteData) GetPrevious() string
GetPrevious returns the Previous field value if set, zero value otherwise.
func (*PaginatedQuoteData) GetPreviousOk ¶
func (o *PaginatedQuoteData) GetPreviousOk() (*string, bool)
GetPreviousOk returns a tuple with the Previous field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedQuoteData) GetResults ¶
func (o *PaginatedQuoteData) GetResults() []QuoteData
GetResults returns the Results field value if set, zero value otherwise.
func (*PaginatedQuoteData) GetResultsOk ¶
func (o *PaginatedQuoteData) GetResultsOk() ([]QuoteData, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedQuoteData) HasCount ¶
func (o *PaginatedQuoteData) HasCount() bool
HasCount returns a boolean if a field has been set.
func (*PaginatedQuoteData) HasNext ¶
func (o *PaginatedQuoteData) HasNext() bool
HasNext returns a boolean if a field has been set.
func (*PaginatedQuoteData) HasPrevious ¶
func (o *PaginatedQuoteData) HasPrevious() bool
HasPrevious returns a boolean if a field has been set.
func (*PaginatedQuoteData) HasResults ¶
func (o *PaginatedQuoteData) HasResults() bool
HasResults returns a boolean if a field has been set.
func (PaginatedQuoteData) MarshalJSON ¶
func (o PaginatedQuoteData) MarshalJSON() ([]byte, error)
func (*PaginatedQuoteData) SetCount ¶
func (o *PaginatedQuoteData) SetCount(v string)
SetCount gets a reference to the given string and assigns it to the Count field.
func (*PaginatedQuoteData) SetNext ¶
func (o *PaginatedQuoteData) SetNext(v string)
SetNext gets a reference to the given string and assigns it to the Next field.
func (*PaginatedQuoteData) SetPrevious ¶
func (o *PaginatedQuoteData) SetPrevious(v string)
SetPrevious gets a reference to the given string and assigns it to the Previous field.
func (*PaginatedQuoteData) SetResults ¶
func (o *PaginatedQuoteData) SetResults(v []QuoteData)
SetResults gets a reference to the given []QuoteData and assigns it to the Results field.
func (PaginatedQuoteData) ToMap ¶
func (o PaginatedQuoteData) ToMap() (map[string]interface{}, error)
type PaginatedWatchListCreateResponse ¶
type PaginatedWatchListCreateResponse struct { Count *string `json:"count,omitempty"` Next *string `json:"next,omitempty"` Previous *string `json:"previous,omitempty"` Results []WatchListCreateResponse `json:"results,omitempty"` }
PaginatedWatchListCreateResponse struct for PaginatedWatchListCreateResponse
func NewPaginatedWatchListCreateResponse ¶
func NewPaginatedWatchListCreateResponse() *PaginatedWatchListCreateResponse
NewPaginatedWatchListCreateResponse instantiates a new PaginatedWatchListCreateResponse 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 NewPaginatedWatchListCreateResponseWithDefaults ¶
func NewPaginatedWatchListCreateResponseWithDefaults() *PaginatedWatchListCreateResponse
NewPaginatedWatchListCreateResponseWithDefaults instantiates a new PaginatedWatchListCreateResponse 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 (*PaginatedWatchListCreateResponse) GetCount ¶
func (o *PaginatedWatchListCreateResponse) GetCount() string
GetCount returns the Count field value if set, zero value otherwise.
func (*PaginatedWatchListCreateResponse) GetCountOk ¶
func (o *PaginatedWatchListCreateResponse) GetCountOk() (*string, bool)
GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedWatchListCreateResponse) GetNext ¶
func (o *PaginatedWatchListCreateResponse) GetNext() string
GetNext returns the Next field value if set, zero value otherwise.
func (*PaginatedWatchListCreateResponse) GetNextOk ¶
func (o *PaginatedWatchListCreateResponse) GetNextOk() (*string, bool)
GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedWatchListCreateResponse) GetPrevious ¶
func (o *PaginatedWatchListCreateResponse) GetPrevious() string
GetPrevious returns the Previous field value if set, zero value otherwise.
func (*PaginatedWatchListCreateResponse) GetPreviousOk ¶
func (o *PaginatedWatchListCreateResponse) GetPreviousOk() (*string, bool)
GetPreviousOk returns a tuple with the Previous field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedWatchListCreateResponse) GetResults ¶
func (o *PaginatedWatchListCreateResponse) GetResults() []WatchListCreateResponse
GetResults returns the Results field value if set, zero value otherwise.
func (*PaginatedWatchListCreateResponse) GetResultsOk ¶
func (o *PaginatedWatchListCreateResponse) GetResultsOk() ([]WatchListCreateResponse, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedWatchListCreateResponse) HasCount ¶
func (o *PaginatedWatchListCreateResponse) HasCount() bool
HasCount returns a boolean if a field has been set.
func (*PaginatedWatchListCreateResponse) HasNext ¶
func (o *PaginatedWatchListCreateResponse) HasNext() bool
HasNext returns a boolean if a field has been set.
func (*PaginatedWatchListCreateResponse) HasPrevious ¶
func (o *PaginatedWatchListCreateResponse) HasPrevious() bool
HasPrevious returns a boolean if a field has been set.
func (*PaginatedWatchListCreateResponse) HasResults ¶
func (o *PaginatedWatchListCreateResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (PaginatedWatchListCreateResponse) MarshalJSON ¶
func (o PaginatedWatchListCreateResponse) MarshalJSON() ([]byte, error)
func (*PaginatedWatchListCreateResponse) SetCount ¶
func (o *PaginatedWatchListCreateResponse) SetCount(v string)
SetCount gets a reference to the given string and assigns it to the Count field.
func (*PaginatedWatchListCreateResponse) SetNext ¶
func (o *PaginatedWatchListCreateResponse) SetNext(v string)
SetNext gets a reference to the given string and assigns it to the Next field.
func (*PaginatedWatchListCreateResponse) SetPrevious ¶
func (o *PaginatedWatchListCreateResponse) SetPrevious(v string)
SetPrevious gets a reference to the given string and assigns it to the Previous field.
func (*PaginatedWatchListCreateResponse) SetResults ¶
func (o *PaginatedWatchListCreateResponse) SetResults(v []WatchListCreateResponse)
SetResults gets a reference to the given []WatchListCreateResponse and assigns it to the Results field.
func (PaginatedWatchListCreateResponse) ToMap ¶
func (o PaginatedWatchListCreateResponse) ToMap() (map[string]interface{}, error)
type PaginatedWatchListsData ¶
type PaginatedWatchListsData struct { Count *string `json:"count,omitempty"` Next *string `json:"next,omitempty"` Previous *string `json:"previous,omitempty"` Results []WatchListsData `json:"results,omitempty"` }
PaginatedWatchListsData struct for PaginatedWatchListsData
func NewPaginatedWatchListsData ¶
func NewPaginatedWatchListsData() *PaginatedWatchListsData
NewPaginatedWatchListsData instantiates a new PaginatedWatchListsData 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 NewPaginatedWatchListsDataWithDefaults ¶
func NewPaginatedWatchListsDataWithDefaults() *PaginatedWatchListsData
NewPaginatedWatchListsDataWithDefaults instantiates a new PaginatedWatchListsData 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 (*PaginatedWatchListsData) GetCount ¶
func (o *PaginatedWatchListsData) GetCount() string
GetCount returns the Count field value if set, zero value otherwise.
func (*PaginatedWatchListsData) GetCountOk ¶
func (o *PaginatedWatchListsData) GetCountOk() (*string, bool)
GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedWatchListsData) GetNext ¶
func (o *PaginatedWatchListsData) GetNext() string
GetNext returns the Next field value if set, zero value otherwise.
func (*PaginatedWatchListsData) GetNextOk ¶
func (o *PaginatedWatchListsData) GetNextOk() (*string, bool)
GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedWatchListsData) GetPrevious ¶
func (o *PaginatedWatchListsData) GetPrevious() string
GetPrevious returns the Previous field value if set, zero value otherwise.
func (*PaginatedWatchListsData) GetPreviousOk ¶
func (o *PaginatedWatchListsData) GetPreviousOk() (*string, bool)
GetPreviousOk returns a tuple with the Previous field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedWatchListsData) GetResults ¶
func (o *PaginatedWatchListsData) GetResults() []WatchListsData
GetResults returns the Results field value if set, zero value otherwise.
func (*PaginatedWatchListsData) GetResultsOk ¶
func (o *PaginatedWatchListsData) GetResultsOk() ([]WatchListsData, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedWatchListsData) HasCount ¶
func (o *PaginatedWatchListsData) HasCount() bool
HasCount returns a boolean if a field has been set.
func (*PaginatedWatchListsData) HasNext ¶
func (o *PaginatedWatchListsData) HasNext() bool
HasNext returns a boolean if a field has been set.
func (*PaginatedWatchListsData) HasPrevious ¶
func (o *PaginatedWatchListsData) HasPrevious() bool
HasPrevious returns a boolean if a field has been set.
func (*PaginatedWatchListsData) HasResults ¶
func (o *PaginatedWatchListsData) HasResults() bool
HasResults returns a boolean if a field has been set.
func (PaginatedWatchListsData) MarshalJSON ¶
func (o PaginatedWatchListsData) MarshalJSON() ([]byte, error)
func (*PaginatedWatchListsData) SetCount ¶
func (o *PaginatedWatchListsData) SetCount(v string)
SetCount gets a reference to the given string and assigns it to the Count field.
func (*PaginatedWatchListsData) SetNext ¶
func (o *PaginatedWatchListsData) SetNext(v string)
SetNext gets a reference to the given string and assigns it to the Next field.
func (*PaginatedWatchListsData) SetPrevious ¶
func (o *PaginatedWatchListsData) SetPrevious(v string)
SetPrevious gets a reference to the given string and assigns it to the Previous field.
func (*PaginatedWatchListsData) SetResults ¶
func (o *PaginatedWatchListsData) SetResults(v []WatchListsData)
SetResults gets a reference to the given []WatchListsData and assigns it to the Results field.
func (PaginatedWatchListsData) ToMap ¶
func (o PaginatedWatchListsData) ToMap() (map[string]interface{}, error)
type Portfolio ¶
type Portfolio struct { Account *string `json:"account,omitempty"` AdjustedEquityPreviousClose *string `json:"adjusted_equity_previous_close,omitempty"` Equity *string `json:"equity,omitempty"` EquityPreviousClose *string `json:"equity_previous_close,omitempty"` ExcessMaintenance *string `json:"excess_maintenance,omitempty"` ExcessMaintenanceWithUnclearedDeposits *string `json:"excess_maintenance_with_uncleared_deposits,omitempty"` ExcessMargin *string `json:"excess_margin,omitempty"` ExcessMarginWithUnclearedDeposits *string `json:"excess_margin_with_uncleared_deposits,omitempty"` ExtendedHoursEquity *string `json:"extended_hours_equity,omitempty"` ExtendedHoursMarketValue *string `json:"extended_hours_market_value,omitempty"` LastCoreEquity *string `json:"last_core_equity,omitempty"` LastCoreMarketValue *string `json:"last_core_market_value,omitempty"` MarketValue *string `json:"market_value,omitempty"` StartDate *string `json:"start_date,omitempty"` UnwithdrawableDeposits *string `json:"unwithdrawable_deposits,omitempty"` UnwithdrawableGrants *string `json:"unwithdrawable_grants,omitempty"` Url *string `json:"url,omitempty"` WithdrawableAmount *string `json:"withdrawable_amount,omitempty"` }
Portfolio struct for Portfolio
func NewPortfolio ¶
func NewPortfolio() *Portfolio
NewPortfolio instantiates a new Portfolio 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 NewPortfolioWithDefaults ¶
func NewPortfolioWithDefaults() *Portfolio
NewPortfolioWithDefaults instantiates a new Portfolio 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 (*Portfolio) GetAccount ¶
GetAccount returns the Account field value if set, zero value otherwise.
func (*Portfolio) GetAccountOk ¶
GetAccountOk returns a tuple with the Account field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Portfolio) GetAdjustedEquityPreviousClose ¶
GetAdjustedEquityPreviousClose returns the AdjustedEquityPreviousClose field value if set, zero value otherwise.
func (*Portfolio) GetAdjustedEquityPreviousCloseOk ¶
GetAdjustedEquityPreviousCloseOk returns a tuple with the AdjustedEquityPreviousClose field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Portfolio) GetEquity ¶
GetEquity returns the Equity field value if set, zero value otherwise.
func (*Portfolio) GetEquityOk ¶
GetEquityOk returns a tuple with the Equity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Portfolio) GetEquityPreviousClose ¶
GetEquityPreviousClose returns the EquityPreviousClose field value if set, zero value otherwise.
func (*Portfolio) GetEquityPreviousCloseOk ¶
GetEquityPreviousCloseOk returns a tuple with the EquityPreviousClose field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Portfolio) GetExcessMaintenance ¶
GetExcessMaintenance returns the ExcessMaintenance field value if set, zero value otherwise.
func (*Portfolio) GetExcessMaintenanceOk ¶
GetExcessMaintenanceOk returns a tuple with the ExcessMaintenance field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Portfolio) GetExcessMaintenanceWithUnclearedDeposits ¶
GetExcessMaintenanceWithUnclearedDeposits returns the ExcessMaintenanceWithUnclearedDeposits field value if set, zero value otherwise.
func (*Portfolio) GetExcessMaintenanceWithUnclearedDepositsOk ¶
GetExcessMaintenanceWithUnclearedDepositsOk returns a tuple with the ExcessMaintenanceWithUnclearedDeposits field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Portfolio) GetExcessMargin ¶
GetExcessMargin returns the ExcessMargin field value if set, zero value otherwise.
func (*Portfolio) GetExcessMarginOk ¶
GetExcessMarginOk returns a tuple with the ExcessMargin field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Portfolio) GetExcessMarginWithUnclearedDeposits ¶
GetExcessMarginWithUnclearedDeposits returns the ExcessMarginWithUnclearedDeposits field value if set, zero value otherwise.
func (*Portfolio) GetExcessMarginWithUnclearedDepositsOk ¶
GetExcessMarginWithUnclearedDepositsOk returns a tuple with the ExcessMarginWithUnclearedDeposits field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Portfolio) GetExtendedHoursEquity ¶
GetExtendedHoursEquity returns the ExtendedHoursEquity field value if set, zero value otherwise.
func (*Portfolio) GetExtendedHoursEquityOk ¶
GetExtendedHoursEquityOk returns a tuple with the ExtendedHoursEquity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Portfolio) GetExtendedHoursMarketValue ¶
GetExtendedHoursMarketValue returns the ExtendedHoursMarketValue field value if set, zero value otherwise.
func (*Portfolio) GetExtendedHoursMarketValueOk ¶
GetExtendedHoursMarketValueOk returns a tuple with the ExtendedHoursMarketValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Portfolio) GetLastCoreEquity ¶
GetLastCoreEquity returns the LastCoreEquity field value if set, zero value otherwise.
func (*Portfolio) GetLastCoreEquityOk ¶
GetLastCoreEquityOk returns a tuple with the LastCoreEquity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Portfolio) GetLastCoreMarketValue ¶
GetLastCoreMarketValue returns the LastCoreMarketValue field value if set, zero value otherwise.
func (*Portfolio) GetLastCoreMarketValueOk ¶
GetLastCoreMarketValueOk returns a tuple with the LastCoreMarketValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Portfolio) GetMarketValue ¶
GetMarketValue returns the MarketValue field value if set, zero value otherwise.
func (*Portfolio) GetMarketValueOk ¶
GetMarketValueOk returns a tuple with the MarketValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Portfolio) GetStartDate ¶
GetStartDate returns the StartDate field value if set, zero value otherwise.
func (*Portfolio) GetStartDateOk ¶
GetStartDateOk returns a tuple with the StartDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Portfolio) GetUnwithdrawableDeposits ¶
GetUnwithdrawableDeposits returns the UnwithdrawableDeposits field value if set, zero value otherwise.
func (*Portfolio) GetUnwithdrawableDepositsOk ¶
GetUnwithdrawableDepositsOk returns a tuple with the UnwithdrawableDeposits field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Portfolio) GetUnwithdrawableGrants ¶
GetUnwithdrawableGrants returns the UnwithdrawableGrants field value if set, zero value otherwise.
func (*Portfolio) GetUnwithdrawableGrantsOk ¶
GetUnwithdrawableGrantsOk returns a tuple with the UnwithdrawableGrants field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Portfolio) GetUrlOk ¶
GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Portfolio) GetWithdrawableAmount ¶
GetWithdrawableAmount returns the WithdrawableAmount field value if set, zero value otherwise.
func (*Portfolio) GetWithdrawableAmountOk ¶
GetWithdrawableAmountOk returns a tuple with the WithdrawableAmount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Portfolio) HasAccount ¶
HasAccount returns a boolean if a field has been set.
func (*Portfolio) HasAdjustedEquityPreviousClose ¶
HasAdjustedEquityPreviousClose returns a boolean if a field has been set.
func (*Portfolio) HasEquityPreviousClose ¶
HasEquityPreviousClose returns a boolean if a field has been set.
func (*Portfolio) HasExcessMaintenance ¶
HasExcessMaintenance returns a boolean if a field has been set.
func (*Portfolio) HasExcessMaintenanceWithUnclearedDeposits ¶
HasExcessMaintenanceWithUnclearedDeposits returns a boolean if a field has been set.
func (*Portfolio) HasExcessMargin ¶
HasExcessMargin returns a boolean if a field has been set.
func (*Portfolio) HasExcessMarginWithUnclearedDeposits ¶
HasExcessMarginWithUnclearedDeposits returns a boolean if a field has been set.
func (*Portfolio) HasExtendedHoursEquity ¶
HasExtendedHoursEquity returns a boolean if a field has been set.
func (*Portfolio) HasExtendedHoursMarketValue ¶
HasExtendedHoursMarketValue returns a boolean if a field has been set.
func (*Portfolio) HasLastCoreEquity ¶
HasLastCoreEquity returns a boolean if a field has been set.
func (*Portfolio) HasLastCoreMarketValue ¶
HasLastCoreMarketValue returns a boolean if a field has been set.
func (*Portfolio) HasMarketValue ¶
HasMarketValue returns a boolean if a field has been set.
func (*Portfolio) HasStartDate ¶
HasStartDate returns a boolean if a field has been set.
func (*Portfolio) HasUnwithdrawableDeposits ¶
HasUnwithdrawableDeposits returns a boolean if a field has been set.
func (*Portfolio) HasUnwithdrawableGrants ¶
HasUnwithdrawableGrants returns a boolean if a field has been set.
func (*Portfolio) HasWithdrawableAmount ¶
HasWithdrawableAmount returns a boolean if a field has been set.
func (Portfolio) MarshalJSON ¶
func (*Portfolio) SetAccount ¶
SetAccount gets a reference to the given string and assigns it to the Account field.
func (*Portfolio) SetAdjustedEquityPreviousClose ¶
SetAdjustedEquityPreviousClose gets a reference to the given string and assigns it to the AdjustedEquityPreviousClose field.
func (*Portfolio) SetEquity ¶
SetEquity gets a reference to the given string and assigns it to the Equity field.
func (*Portfolio) SetEquityPreviousClose ¶
SetEquityPreviousClose gets a reference to the given string and assigns it to the EquityPreviousClose field.
func (*Portfolio) SetExcessMaintenance ¶
SetExcessMaintenance gets a reference to the given string and assigns it to the ExcessMaintenance field.
func (*Portfolio) SetExcessMaintenanceWithUnclearedDeposits ¶
SetExcessMaintenanceWithUnclearedDeposits gets a reference to the given string and assigns it to the ExcessMaintenanceWithUnclearedDeposits field.
func (*Portfolio) SetExcessMargin ¶
SetExcessMargin gets a reference to the given string and assigns it to the ExcessMargin field.
func (*Portfolio) SetExcessMarginWithUnclearedDeposits ¶
SetExcessMarginWithUnclearedDeposits gets a reference to the given string and assigns it to the ExcessMarginWithUnclearedDeposits field.
func (*Portfolio) SetExtendedHoursEquity ¶
SetExtendedHoursEquity gets a reference to the given string and assigns it to the ExtendedHoursEquity field.
func (*Portfolio) SetExtendedHoursMarketValue ¶
SetExtendedHoursMarketValue gets a reference to the given string and assigns it to the ExtendedHoursMarketValue field.
func (*Portfolio) SetLastCoreEquity ¶
SetLastCoreEquity gets a reference to the given string and assigns it to the LastCoreEquity field.
func (*Portfolio) SetLastCoreMarketValue ¶
SetLastCoreMarketValue gets a reference to the given string and assigns it to the LastCoreMarketValue field.
func (*Portfolio) SetMarketValue ¶
SetMarketValue gets a reference to the given string and assigns it to the MarketValue field.
func (*Portfolio) SetStartDate ¶
SetStartDate gets a reference to the given string and assigns it to the StartDate field.
func (*Portfolio) SetUnwithdrawableDeposits ¶
SetUnwithdrawableDeposits gets a reference to the given string and assigns it to the UnwithdrawableDeposits field.
func (*Portfolio) SetUnwithdrawableGrants ¶
SetUnwithdrawableGrants gets a reference to the given string and assigns it to the UnwithdrawableGrants field.
func (*Portfolio) SetUrl ¶
SetUrl gets a reference to the given string and assigns it to the Url field.
func (*Portfolio) SetWithdrawableAmount ¶
SetWithdrawableAmount gets a reference to the given string and assigns it to the WithdrawableAmount field.
type Position ¶
type Position struct { Account *string `json:"account,omitempty"` AverageBuyPrice *string `json:"average_buy_price,omitempty"` CreatedAt *time.Time `json:"created_at,omitempty"` Instrument *string `json:"instrument,omitempty"` IntradayAverageBuyPrice *string `json:"intraday_average_buy_price,omitempty"` IntradayQuantity *string `json:"intraday_quantity,omitempty"` Quantity *string `json:"quantity,omitempty"` UpdatedAt *time.Time `json:"updated_at,omitempty"` Url *string `json:"url,omitempty"` }
Position struct for Position
func NewPosition ¶
func NewPosition() *Position
NewPosition instantiates a new Position 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 NewPositionWithDefaults ¶
func NewPositionWithDefaults() *Position
NewPositionWithDefaults instantiates a new Position 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 (*Position) GetAccount ¶
GetAccount returns the Account field value if set, zero value otherwise.
func (*Position) GetAccountOk ¶
GetAccountOk returns a tuple with the Account field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Position) GetAverageBuyPrice ¶
GetAverageBuyPrice returns the AverageBuyPrice field value if set, zero value otherwise.
func (*Position) GetAverageBuyPriceOk ¶
GetAverageBuyPriceOk returns a tuple with the AverageBuyPrice field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Position) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*Position) GetCreatedAtOk ¶
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Position) GetInstrument ¶
GetInstrument returns the Instrument field value if set, zero value otherwise.
func (*Position) GetInstrumentOk ¶
GetInstrumentOk returns a tuple with the Instrument field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Position) GetIntradayAverageBuyPrice ¶
GetIntradayAverageBuyPrice returns the IntradayAverageBuyPrice field value if set, zero value otherwise.
func (*Position) GetIntradayAverageBuyPriceOk ¶
GetIntradayAverageBuyPriceOk returns a tuple with the IntradayAverageBuyPrice field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Position) GetIntradayQuantity ¶
GetIntradayQuantity returns the IntradayQuantity field value if set, zero value otherwise.
func (*Position) GetIntradayQuantityOk ¶
GetIntradayQuantityOk returns a tuple with the IntradayQuantity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Position) GetQuantity ¶
GetQuantity returns the Quantity field value if set, zero value otherwise.
func (*Position) GetQuantityOk ¶
GetQuantityOk returns a tuple with the Quantity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Position) GetSharesHeldForBuys ¶
GetSharesHeldForBuys returns the SharesHeldForBuys field value if set, zero value otherwise.
func (*Position) GetSharesHeldForBuysOk ¶
GetSharesHeldForBuysOk returns a tuple with the SharesHeldForBuys field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Position) GetSharesHeldForSells ¶
GetSharesHeldForSells returns the SharesHeldForSells field value if set, zero value otherwise.
func (*Position) GetSharesHeldForSellsOk ¶
GetSharesHeldForSellsOk returns a tuple with the SharesHeldForSells field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Position) GetSharesHeldForStockGrants ¶
GetSharesHeldForStockGrants returns the SharesHeldForStockGrants field value if set, zero value otherwise.
func (*Position) GetSharesHeldForStockGrantsOk ¶
GetSharesHeldForStockGrantsOk returns a tuple with the SharesHeldForStockGrants field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Position) GetUpdatedAt ¶
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*Position) GetUpdatedAtOk ¶
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Position) GetUrlOk ¶
GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Position) HasAccount ¶
HasAccount returns a boolean if a field has been set.
func (*Position) HasAverageBuyPrice ¶
HasAverageBuyPrice returns a boolean if a field has been set.
func (*Position) HasCreatedAt ¶
HasCreatedAt returns a boolean if a field has been set.
func (*Position) HasInstrument ¶
HasInstrument returns a boolean if a field has been set.
func (*Position) HasIntradayAverageBuyPrice ¶
HasIntradayAverageBuyPrice returns a boolean if a field has been set.
func (*Position) HasIntradayQuantity ¶
HasIntradayQuantity returns a boolean if a field has been set.
func (*Position) HasQuantity ¶
HasQuantity returns a boolean if a field has been set.
func (*Position) HasSharesHeldForBuys ¶
HasSharesHeldForBuys returns a boolean if a field has been set.
func (*Position) HasSharesHeldForSells ¶
HasSharesHeldForSells returns a boolean if a field has been set.
func (*Position) HasSharesHeldForStockGrants ¶
HasSharesHeldForStockGrants returns a boolean if a field has been set.
func (*Position) HasUpdatedAt ¶
HasUpdatedAt returns a boolean if a field has been set.
func (Position) MarshalJSON ¶
func (*Position) SetAccount ¶
SetAccount gets a reference to the given string and assigns it to the Account field.
func (*Position) SetAverageBuyPrice ¶
SetAverageBuyPrice gets a reference to the given string and assigns it to the AverageBuyPrice field.
func (*Position) SetCreatedAt ¶
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*Position) SetInstrument ¶
SetInstrument gets a reference to the given string and assigns it to the Instrument field.
func (*Position) SetIntradayAverageBuyPrice ¶
SetIntradayAverageBuyPrice gets a reference to the given string and assigns it to the IntradayAverageBuyPrice field.
func (*Position) SetIntradayQuantity ¶
SetIntradayQuantity gets a reference to the given string and assigns it to the IntradayQuantity field.
func (*Position) SetQuantity ¶
SetQuantity gets a reference to the given string and assigns it to the Quantity field.
func (*Position) SetSharesHeldForBuys ¶
SetSharesHeldForBuys gets a reference to the given string and assigns it to the SharesHeldForBuys field.
func (*Position) SetSharesHeldForSells ¶
SetSharesHeldForSells gets a reference to the given string and assigns it to the SharesHeldForSells field.
func (*Position) SetSharesHeldForStockGrants ¶
SetSharesHeldForStockGrants gets a reference to the given string and assigns it to the SharesHeldForStockGrants field.
func (*Position) SetUpdatedAt ¶
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
type PositionEffect ¶
type PositionEffect string
PositionEffect the model 'PositionEffect'
const ( OPEN PositionEffect = "open" CLOSE PositionEffect = "close" )
List of PositionEffect
func NewPositionEffectFromValue ¶
func NewPositionEffectFromValue(v string) (*PositionEffect, error)
NewPositionEffectFromValue returns a pointer to a valid PositionEffect for the value passed as argument, or an error if the value passed is not allowed by the enum
func (PositionEffect) IsValid ¶
func (v PositionEffect) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (PositionEffect) Ptr ¶
func (v PositionEffect) Ptr() *PositionEffect
Ptr returns reference to PositionEffect value
func (*PositionEffect) UnmarshalJSON ¶
func (v *PositionEffect) UnmarshalJSON(src []byte) error
type Quote ¶
type Quote struct { AdjustedPreviousClose *string `json:"adjusted_previous_close,omitempty"` AskPrice *string `json:"ask_price,omitempty"` AskSize *int32 `json:"ask_size,omitempty"` BidPrice *string `json:"bid_price,omitempty"` BidSize *int32 `json:"bid_size,omitempty"` LastExtendedHoursTradePrice *string `json:"last_extended_hours_trade_price,omitempty"` LastTradePrice *string `json:"last_trade_price,omitempty"` PreviousClose *string `json:"previous_close,omitempty"` PreviousCloseDate *string `json:"previous_close_date,omitempty"` Symbol *string `json:"symbol,omitempty"` TradingHalted *bool `json:"trading_halted,omitempty"` UpdatedAt *string `json:"updated_at,omitempty"` }
Quote struct for Quote
func NewQuote ¶
func NewQuote() *Quote
NewQuote instantiates a new Quote 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 NewQuoteWithDefaults ¶
func NewQuoteWithDefaults() *Quote
NewQuoteWithDefaults instantiates a new Quote 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 (*Quote) GetAdjustedPreviousClose ¶
GetAdjustedPreviousClose returns the AdjustedPreviousClose field value if set, zero value otherwise.
func (*Quote) GetAdjustedPreviousCloseOk ¶
GetAdjustedPreviousCloseOk returns a tuple with the AdjustedPreviousClose field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Quote) GetAskPrice ¶
GetAskPrice returns the AskPrice field value if set, zero value otherwise.
func (*Quote) GetAskPriceOk ¶
GetAskPriceOk returns a tuple with the AskPrice field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Quote) GetAskSize ¶
GetAskSize returns the AskSize field value if set, zero value otherwise.
func (*Quote) GetAskSizeOk ¶
GetAskSizeOk returns a tuple with the AskSize field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Quote) GetBidPrice ¶
GetBidPrice returns the BidPrice field value if set, zero value otherwise.
func (*Quote) GetBidPriceOk ¶
GetBidPriceOk returns a tuple with the BidPrice field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Quote) GetBidSize ¶
GetBidSize returns the BidSize field value if set, zero value otherwise.
func (*Quote) GetBidSizeOk ¶
GetBidSizeOk returns a tuple with the BidSize field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Quote) GetLastExtendedHoursTradePrice ¶
GetLastExtendedHoursTradePrice returns the LastExtendedHoursTradePrice field value if set, zero value otherwise.
func (*Quote) GetLastExtendedHoursTradePriceOk ¶
GetLastExtendedHoursTradePriceOk returns a tuple with the LastExtendedHoursTradePrice field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Quote) GetLastTradePrice ¶
GetLastTradePrice returns the LastTradePrice field value if set, zero value otherwise.
func (*Quote) GetLastTradePriceOk ¶
GetLastTradePriceOk returns a tuple with the LastTradePrice field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Quote) GetPreviousClose ¶
GetPreviousClose returns the PreviousClose field value if set, zero value otherwise.
func (*Quote) GetPreviousCloseDate ¶
GetPreviousCloseDate returns the PreviousCloseDate field value if set, zero value otherwise.
func (*Quote) GetPreviousCloseDateOk ¶
GetPreviousCloseDateOk returns a tuple with the PreviousCloseDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Quote) GetPreviousCloseOk ¶
GetPreviousCloseOk returns a tuple with the PreviousClose field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Quote) GetSymbolOk ¶
GetSymbolOk returns a tuple with the Symbol field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Quote) GetTradingHalted ¶
GetTradingHalted returns the TradingHalted field value if set, zero value otherwise.
func (*Quote) GetTradingHaltedOk ¶
GetTradingHaltedOk returns a tuple with the TradingHalted field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Quote) GetUpdatedAt ¶
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*Quote) GetUpdatedAtOk ¶
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Quote) HasAdjustedPreviousClose ¶
HasAdjustedPreviousClose returns a boolean if a field has been set.
func (*Quote) HasAskPrice ¶
HasAskPrice returns a boolean if a field has been set.
func (*Quote) HasAskSize ¶
HasAskSize returns a boolean if a field has been set.
func (*Quote) HasBidPrice ¶
HasBidPrice returns a boolean if a field has been set.
func (*Quote) HasBidSize ¶
HasBidSize returns a boolean if a field has been set.
func (*Quote) HasLastExtendedHoursTradePrice ¶
HasLastExtendedHoursTradePrice returns a boolean if a field has been set.
func (*Quote) HasLastTradePrice ¶
HasLastTradePrice returns a boolean if a field has been set.
func (*Quote) HasPreviousClose ¶
HasPreviousClose returns a boolean if a field has been set.
func (*Quote) HasPreviousCloseDate ¶
HasPreviousCloseDate returns a boolean if a field has been set.
func (*Quote) HasTradingHalted ¶
HasTradingHalted returns a boolean if a field has been set.
func (*Quote) HasUpdatedAt ¶
HasUpdatedAt returns a boolean if a field has been set.
func (Quote) MarshalJSON ¶
func (*Quote) SetAdjustedPreviousClose ¶
SetAdjustedPreviousClose gets a reference to the given string and assigns it to the AdjustedPreviousClose field.
func (*Quote) SetAskPrice ¶
SetAskPrice gets a reference to the given string and assigns it to the AskPrice field.
func (*Quote) SetAskSize ¶
SetAskSize gets a reference to the given int32 and assigns it to the AskSize field.
func (*Quote) SetBidPrice ¶
SetBidPrice gets a reference to the given string and assigns it to the BidPrice field.
func (*Quote) SetBidSize ¶
SetBidSize gets a reference to the given int32 and assigns it to the BidSize field.
func (*Quote) SetLastExtendedHoursTradePrice ¶
SetLastExtendedHoursTradePrice gets a reference to the given string and assigns it to the LastExtendedHoursTradePrice field.
func (*Quote) SetLastTradePrice ¶
SetLastTradePrice gets a reference to the given string and assigns it to the LastTradePrice field.
func (*Quote) SetPreviousClose ¶
SetPreviousClose gets a reference to the given string and assigns it to the PreviousClose field.
func (*Quote) SetPreviousCloseDate ¶
SetPreviousCloseDate gets a reference to the given string and assigns it to the PreviousCloseDate field.
func (*Quote) SetSymbol ¶
SetSymbol gets a reference to the given string and assigns it to the Symbol field.
func (*Quote) SetTradingHalted ¶
SetTradingHalted gets a reference to the given bool and assigns it to the TradingHalted field.
func (*Quote) SetUpdatedAt ¶
SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.
type QuoteCurrency ¶
type QuoteCurrency struct { Code *string `json:"code,omitempty"` Id *string `json:"id,omitempty"` Increment *string `json:"increment,omitempty"` Name *string `json:"name,omitempty"` Type *string `json:"type,omitempty"` }
QuoteCurrency struct for QuoteCurrency
func NewQuoteCurrency ¶
func NewQuoteCurrency() *QuoteCurrency
NewQuoteCurrency instantiates a new QuoteCurrency 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 NewQuoteCurrencyWithDefaults ¶
func NewQuoteCurrencyWithDefaults() *QuoteCurrency
NewQuoteCurrencyWithDefaults instantiates a new QuoteCurrency 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 (*QuoteCurrency) GetCode ¶
func (o *QuoteCurrency) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*QuoteCurrency) GetCodeOk ¶
func (o *QuoteCurrency) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteCurrency) GetId ¶
func (o *QuoteCurrency) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*QuoteCurrency) GetIdOk ¶
func (o *QuoteCurrency) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteCurrency) GetIncrement ¶
func (o *QuoteCurrency) GetIncrement() string
GetIncrement returns the Increment field value if set, zero value otherwise.
func (*QuoteCurrency) GetIncrementOk ¶
func (o *QuoteCurrency) GetIncrementOk() (*string, bool)
GetIncrementOk returns a tuple with the Increment field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteCurrency) GetName ¶
func (o *QuoteCurrency) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*QuoteCurrency) GetNameOk ¶
func (o *QuoteCurrency) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteCurrency) GetType ¶
func (o *QuoteCurrency) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*QuoteCurrency) GetTypeOk ¶
func (o *QuoteCurrency) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteCurrency) HasCode ¶
func (o *QuoteCurrency) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*QuoteCurrency) HasId ¶
func (o *QuoteCurrency) HasId() bool
HasId returns a boolean if a field has been set.
func (*QuoteCurrency) HasIncrement ¶
func (o *QuoteCurrency) HasIncrement() bool
HasIncrement returns a boolean if a field has been set.
func (*QuoteCurrency) HasName ¶
func (o *QuoteCurrency) HasName() bool
HasName returns a boolean if a field has been set.
func (*QuoteCurrency) HasType ¶
func (o *QuoteCurrency) HasType() bool
HasType returns a boolean if a field has been set.
func (QuoteCurrency) MarshalJSON ¶
func (o QuoteCurrency) MarshalJSON() ([]byte, error)
func (*QuoteCurrency) SetCode ¶
func (o *QuoteCurrency) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*QuoteCurrency) SetId ¶
func (o *QuoteCurrency) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*QuoteCurrency) SetIncrement ¶
func (o *QuoteCurrency) SetIncrement(v string)
SetIncrement gets a reference to the given string and assigns it to the Increment field.
func (*QuoteCurrency) SetName ¶
func (o *QuoteCurrency) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*QuoteCurrency) SetType ¶
func (o *QuoteCurrency) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (QuoteCurrency) ToMap ¶
func (o QuoteCurrency) ToMap() (map[string]interface{}, error)
type QuoteData ¶
type QuoteData struct { AdjustedPreviousClose *string `json:"adjusted_previous_close,omitempty"` AskPrice *string `json:"ask_price,omitempty"` AskSize *string `json:"ask_size,omitempty"` BidPrice *string `json:"bid_price,omitempty"` BidSize *string `json:"bid_size,omitempty"` LastExtendedHoursTradePrice *string `json:"last_extended_hours_trade_price,omitempty"` LastTradePrice *string `json:"last_trade_price,omitempty"` PreviousClose *string `json:"previous_close,omitempty"` PreviousCloseDate *string `json:"previous_close_date,omitempty"` Symbol *string `json:"symbol,omitempty"` TradingHalted *bool `json:"trading_halted,omitempty"` UpdatedAt *time.Time `json:"updated_at,omitempty"` }
QuoteData struct for QuoteData
func NewQuoteData ¶
func NewQuoteData() *QuoteData
NewQuoteData instantiates a new QuoteData 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 NewQuoteDataWithDefaults ¶
func NewQuoteDataWithDefaults() *QuoteData
NewQuoteDataWithDefaults instantiates a new QuoteData 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 (*QuoteData) GetAdjustedPreviousClose ¶
GetAdjustedPreviousClose returns the AdjustedPreviousClose field value if set, zero value otherwise.
func (*QuoteData) GetAdjustedPreviousCloseOk ¶
GetAdjustedPreviousCloseOk returns a tuple with the AdjustedPreviousClose field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteData) GetAskPrice ¶
GetAskPrice returns the AskPrice field value if set, zero value otherwise.
func (*QuoteData) GetAskPriceOk ¶
GetAskPriceOk returns a tuple with the AskPrice field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteData) GetAskSize ¶
GetAskSize returns the AskSize field value if set, zero value otherwise.
func (*QuoteData) GetAskSizeOk ¶
GetAskSizeOk returns a tuple with the AskSize field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteData) GetBidPrice ¶
GetBidPrice returns the BidPrice field value if set, zero value otherwise.
func (*QuoteData) GetBidPriceOk ¶
GetBidPriceOk returns a tuple with the BidPrice field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteData) GetBidSize ¶
GetBidSize returns the BidSize field value if set, zero value otherwise.
func (*QuoteData) GetBidSizeOk ¶
GetBidSizeOk returns a tuple with the BidSize field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteData) GetLastExtendedHoursTradePrice ¶
GetLastExtendedHoursTradePrice returns the LastExtendedHoursTradePrice field value if set, zero value otherwise.
func (*QuoteData) GetLastExtendedHoursTradePriceOk ¶
GetLastExtendedHoursTradePriceOk returns a tuple with the LastExtendedHoursTradePrice field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteData) GetLastTradePrice ¶
GetLastTradePrice returns the LastTradePrice field value if set, zero value otherwise.
func (*QuoteData) GetLastTradePriceOk ¶
GetLastTradePriceOk returns a tuple with the LastTradePrice field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteData) GetPreviousClose ¶
GetPreviousClose returns the PreviousClose field value if set, zero value otherwise.
func (*QuoteData) GetPreviousCloseDate ¶
GetPreviousCloseDate returns the PreviousCloseDate field value if set, zero value otherwise.
func (*QuoteData) GetPreviousCloseDateOk ¶
GetPreviousCloseDateOk returns a tuple with the PreviousCloseDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteData) GetPreviousCloseOk ¶
GetPreviousCloseOk returns a tuple with the PreviousClose field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteData) GetSymbol ¶
GetSymbol returns the Symbol field value if set, zero value otherwise.
func (*QuoteData) GetSymbolOk ¶
GetSymbolOk returns a tuple with the Symbol field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteData) GetTradingHalted ¶
GetTradingHalted returns the TradingHalted field value if set, zero value otherwise.
func (*QuoteData) GetTradingHaltedOk ¶
GetTradingHaltedOk returns a tuple with the TradingHalted field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteData) GetUpdatedAt ¶
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*QuoteData) GetUpdatedAtOk ¶
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteData) HasAdjustedPreviousClose ¶
HasAdjustedPreviousClose returns a boolean if a field has been set.
func (*QuoteData) HasAskPrice ¶
HasAskPrice returns a boolean if a field has been set.
func (*QuoteData) HasAskSize ¶
HasAskSize returns a boolean if a field has been set.
func (*QuoteData) HasBidPrice ¶
HasBidPrice returns a boolean if a field has been set.
func (*QuoteData) HasBidSize ¶
HasBidSize returns a boolean if a field has been set.
func (*QuoteData) HasLastExtendedHoursTradePrice ¶
HasLastExtendedHoursTradePrice returns a boolean if a field has been set.
func (*QuoteData) HasLastTradePrice ¶
HasLastTradePrice returns a boolean if a field has been set.
func (*QuoteData) HasPreviousClose ¶
HasPreviousClose returns a boolean if a field has been set.
func (*QuoteData) HasPreviousCloseDate ¶
HasPreviousCloseDate returns a boolean if a field has been set.
func (*QuoteData) HasTradingHalted ¶
HasTradingHalted returns a boolean if a field has been set.
func (*QuoteData) HasUpdatedAt ¶
HasUpdatedAt returns a boolean if a field has been set.
func (QuoteData) MarshalJSON ¶
func (*QuoteData) SetAdjustedPreviousClose ¶
SetAdjustedPreviousClose gets a reference to the given string and assigns it to the AdjustedPreviousClose field.
func (*QuoteData) SetAskPrice ¶
SetAskPrice gets a reference to the given string and assigns it to the AskPrice field.
func (*QuoteData) SetAskSize ¶
SetAskSize gets a reference to the given string and assigns it to the AskSize field.
func (*QuoteData) SetBidPrice ¶
SetBidPrice gets a reference to the given string and assigns it to the BidPrice field.
func (*QuoteData) SetBidSize ¶
SetBidSize gets a reference to the given string and assigns it to the BidSize field.
func (*QuoteData) SetLastExtendedHoursTradePrice ¶
SetLastExtendedHoursTradePrice gets a reference to the given string and assigns it to the LastExtendedHoursTradePrice field.
func (*QuoteData) SetLastTradePrice ¶
SetLastTradePrice gets a reference to the given string and assigns it to the LastTradePrice field.
func (*QuoteData) SetPreviousClose ¶
SetPreviousClose gets a reference to the given string and assigns it to the PreviousClose field.
func (*QuoteData) SetPreviousCloseDate ¶
SetPreviousCloseDate gets a reference to the given string and assigns it to the PreviousCloseDate field.
func (*QuoteData) SetSymbol ¶
SetSymbol gets a reference to the given string and assigns it to the Symbol field.
func (*QuoteData) SetTradingHalted ¶
SetTradingHalted gets a reference to the given bool and assigns it to the TradingHalted field.
func (*QuoteData) SetUpdatedAt ¶
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
type RiskTolerance ¶
type RiskTolerance string
RiskTolerance the model 'RiskTolerance'
const ( LOW_RISK_TOLERANCE RiskTolerance = "low_risk_tolerance" MED_RISK_TOLERANCE RiskTolerance = "med_risk_tolerance" HIGH_RISK_TOLERANCE RiskTolerance = "high_risk_tolerance" )
List of RiskTolerance
func NewRiskToleranceFromValue ¶
func NewRiskToleranceFromValue(v string) (*RiskTolerance, error)
NewRiskToleranceFromValue returns a pointer to a valid RiskTolerance for the value passed as argument, or an error if the value passed is not allowed by the enum
func (RiskTolerance) IsValid ¶
func (v RiskTolerance) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (RiskTolerance) Ptr ¶
func (v RiskTolerance) Ptr() *RiskTolerance
Ptr returns reference to RiskTolerance value
func (*RiskTolerance) UnmarshalJSON ¶
func (v *RiskTolerance) UnmarshalJSON(src []byte) error
type Side ¶
type Side string
Side the model 'Side'
func NewSideFromValue ¶
NewSideFromValue returns a pointer to a valid Side for the value passed as argument, or an error if the value passed is not allowed by the enum
func (*Side) UnmarshalJSON ¶
type SourceOfFunds ¶
type SourceOfFunds string
SourceOfFunds the model 'SourceOfFunds'
const ( SAVINGS_PERSONAL_INCOME SourceOfFunds = "savings_personal_income" PENSION_RETIREMENT SourceOfFunds = "pension_retirement" INSURANCE_PAYOUT SourceOfFunds = "insurance_payout" INHERITANCE SourceOfFunds = "inheritance" GIFT SourceOfFunds = "gift" SALE_BUSINESS_OR_PROPERTY SourceOfFunds = "sale_business_or_property" OTHER SourceOfFunds = "other" )
List of SourceOfFunds
func NewSourceOfFundsFromValue ¶
func NewSourceOfFundsFromValue(v string) (*SourceOfFunds, error)
NewSourceOfFundsFromValue returns a pointer to a valid SourceOfFunds for the value passed as argument, or an error if the value passed is not allowed by the enum
func (SourceOfFunds) IsValid ¶
func (v SourceOfFunds) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (SourceOfFunds) Ptr ¶
func (v SourceOfFunds) Ptr() *SourceOfFunds
Ptr returns reference to SourceOfFunds value
func (*SourceOfFunds) UnmarshalJSON ¶
func (v *SourceOfFunds) UnmarshalJSON(src []byte) error
type TaxBracket ¶
type TaxBracket string
TaxBracket the model 'TaxBracket'
func NewTaxBracketFromValue ¶
func NewTaxBracketFromValue(v string) (*TaxBracket, error)
NewTaxBracketFromValue returns a pointer to a valid TaxBracket for the value passed as argument, or an error if the value passed is not allowed by the enum
func (TaxBracket) IsValid ¶
func (v TaxBracket) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (TaxBracket) Ptr ¶
func (v TaxBracket) Ptr() *TaxBracket
Ptr returns reference to TaxBracket value
func (*TaxBracket) UnmarshalJSON ¶
func (v *TaxBracket) UnmarshalJSON(src []byte) error
type TimeHorizon ¶
type TimeHorizon string
TimeHorizon the model 'TimeHorizon'
const ( SHORT_TIME_HORIZON TimeHorizon = "short_time_horizon" MED_TIME_HORIZON TimeHorizon = "med_time_horizon" LONG_TIME_HORIZON TimeHorizon = "long_time_horizon" )
List of TimeHorizon
func NewTimeHorizonFromValue ¶
func NewTimeHorizonFromValue(v string) (*TimeHorizon, error)
NewTimeHorizonFromValue returns a pointer to a valid TimeHorizon for the value passed as argument, or an error if the value passed is not allowed by the enum
func (TimeHorizon) IsValid ¶
func (v TimeHorizon) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (TimeHorizon) Ptr ¶
func (v TimeHorizon) Ptr() *TimeHorizon
Ptr returns reference to TimeHorizon value
func (*TimeHorizon) UnmarshalJSON ¶
func (v *TimeHorizon) UnmarshalJSON(src []byte) error
type TimeInForce ¶
type TimeInForce string
TimeInForce the model 'TimeInForce'
const ( GFD TimeInForce = "gfd" GTC TimeInForce = "gtc" IOC TimeInForce = "ioc" OPG TimeInForce = "opg" )
List of TimeInForce
func NewTimeInForceFromValue ¶
func NewTimeInForceFromValue(v string) (*TimeInForce, error)
NewTimeInForceFromValue returns a pointer to a valid TimeInForce for the value passed as argument, or an error if the value passed is not allowed by the enum
func (TimeInForce) IsValid ¶
func (v TimeInForce) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (TimeInForce) Ptr ¶
func (v TimeInForce) Ptr() *TimeInForce
Ptr returns reference to TimeInForce value
func (*TimeInForce) UnmarshalJSON ¶
func (v *TimeInForce) UnmarshalJSON(src []byte) error
type TotalNetWorth ¶
type TotalNetWorth string
TotalNetWorth the model 'TotalNetWorth'
func NewTotalNetWorthFromValue ¶
func NewTotalNetWorthFromValue(v string) (*TotalNetWorth, error)
NewTotalNetWorthFromValue returns a pointer to a valid TotalNetWorth for the value passed as argument, or an error if the value passed is not allowed by the enum
func (TotalNetWorth) IsValid ¶
func (v TotalNetWorth) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (TotalNetWorth) Ptr ¶
func (v TotalNetWorth) Ptr() *TotalNetWorth
Ptr returns reference to TotalNetWorth value
func (*TotalNetWorth) UnmarshalJSON ¶
func (v *TotalNetWorth) UnmarshalJSON(src []byte) error
type Transaction ¶
type Trigger ¶
type Trigger string
Trigger the model 'Trigger'
func NewTriggerFromValue ¶
NewTriggerFromValue returns a pointer to a valid Trigger for the value passed as argument, or an error if the value passed is not allowed by the enum
func (*Trigger) UnmarshalJSON ¶
type UnderlyingInstrument ¶
type UnderlyingInstrument struct { Id *string `json:"id,omitempty"` Instrument *string `json:"instrument,omitempty"` Quantity *float32 `json:"quantity,omitempty"` }
UnderlyingInstrument struct for UnderlyingInstrument
func NewUnderlyingInstrument ¶
func NewUnderlyingInstrument() *UnderlyingInstrument
NewUnderlyingInstrument instantiates a new UnderlyingInstrument 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 NewUnderlyingInstrumentWithDefaults ¶
func NewUnderlyingInstrumentWithDefaults() *UnderlyingInstrument
NewUnderlyingInstrumentWithDefaults instantiates a new UnderlyingInstrument 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 (*UnderlyingInstrument) GetId ¶
func (o *UnderlyingInstrument) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*UnderlyingInstrument) GetIdOk ¶
func (o *UnderlyingInstrument) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UnderlyingInstrument) GetInstrument ¶
func (o *UnderlyingInstrument) GetInstrument() string
GetInstrument returns the Instrument field value if set, zero value otherwise.
func (*UnderlyingInstrument) GetInstrumentOk ¶
func (o *UnderlyingInstrument) GetInstrumentOk() (*string, bool)
GetInstrumentOk returns a tuple with the Instrument field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UnderlyingInstrument) GetQuantity ¶
func (o *UnderlyingInstrument) GetQuantity() float32
GetQuantity returns the Quantity field value if set, zero value otherwise.
func (*UnderlyingInstrument) GetQuantityOk ¶
func (o *UnderlyingInstrument) GetQuantityOk() (*float32, bool)
GetQuantityOk returns a tuple with the Quantity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UnderlyingInstrument) HasId ¶
func (o *UnderlyingInstrument) HasId() bool
HasId returns a boolean if a field has been set.
func (*UnderlyingInstrument) HasInstrument ¶
func (o *UnderlyingInstrument) HasInstrument() bool
HasInstrument returns a boolean if a field has been set.
func (*UnderlyingInstrument) HasQuantity ¶
func (o *UnderlyingInstrument) HasQuantity() bool
HasQuantity returns a boolean if a field has been set.
func (UnderlyingInstrument) MarshalJSON ¶
func (o UnderlyingInstrument) MarshalJSON() ([]byte, error)
func (*UnderlyingInstrument) SetId ¶
func (o *UnderlyingInstrument) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*UnderlyingInstrument) SetInstrument ¶
func (o *UnderlyingInstrument) SetInstrument(v string)
SetInstrument gets a reference to the given string and assigns it to the Instrument field.
func (*UnderlyingInstrument) SetQuantity ¶
func (o *UnderlyingInstrument) SetQuantity(v float32)
SetQuantity gets a reference to the given float32 and assigns it to the Quantity field.
func (UnderlyingInstrument) ToMap ¶
func (o UnderlyingInstrument) ToMap() (map[string]interface{}, error)
type UserId ¶
type UserId struct { Id *string `json:"id,omitempty"` Url *string `json:"url,omitempty"` Username *string `json:"username,omitempty"` }
UserId struct for UserId
func NewUserId ¶
func NewUserId() *UserId
NewUserId instantiates a new UserId 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 NewUserIdWithDefaults ¶
func NewUserIdWithDefaults() *UserId
NewUserIdWithDefaults instantiates a new UserId 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 (*UserId) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserId) GetUrlOk ¶
GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserId) GetUsername ¶
GetUsername returns the Username field value if set, zero value otherwise.
func (*UserId) GetUsernameOk ¶
GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserId) HasUsername ¶
HasUsername returns a boolean if a field has been set.
func (UserId) MarshalJSON ¶
func (*UserId) SetUrl ¶
SetUrl gets a reference to the given string and assigns it to the Url field.
func (*UserId) SetUsername ¶
SetUsername gets a reference to the given string and assigns it to the Username field.
type UserInfo ¶
type UserInfo struct { AdditionalInfo *string `json:"additional_info,omitempty"` BasicInfo *string `json:"basic_info,omitempty"` Email *string `json:"email,omitempty"` Employment *string `json:"employment,omitempty"` FirstName *string `json:"first_name,omitempty"` Id *string `json:"id,omitempty"` IdInfo *string `json:"id_info,omitempty"` InternationalInfo *string `json:"international_info,omitempty"` InvestmentProfile *string `json:"investment_profile,omitempty"` LastName *string `json:"last_name,omitempty"` Url *string `json:"url,omitempty"` Username *string `json:"username,omitempty"` }
UserInfo struct for UserInfo
func NewUserInfo ¶
func NewUserInfo() *UserInfo
NewUserInfo instantiates a new UserInfo 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 NewUserInfoWithDefaults ¶
func NewUserInfoWithDefaults() *UserInfo
NewUserInfoWithDefaults instantiates a new UserInfo 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 (*UserInfo) GetAdditionalInfo ¶
GetAdditionalInfo returns the AdditionalInfo field value if set, zero value otherwise.
func (*UserInfo) GetAdditionalInfoOk ¶
GetAdditionalInfoOk returns a tuple with the AdditionalInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserInfo) GetBasicInfo ¶
GetBasicInfo returns the BasicInfo field value if set, zero value otherwise.
func (*UserInfo) GetBasicInfoOk ¶
GetBasicInfoOk returns a tuple with the BasicInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserInfo) GetEmailOk ¶
GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserInfo) GetEmployment ¶
GetEmployment returns the Employment field value if set, zero value otherwise.
func (*UserInfo) GetEmploymentOk ¶
GetEmploymentOk returns a tuple with the Employment field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserInfo) GetFirstName ¶
GetFirstName returns the FirstName field value if set, zero value otherwise.
func (*UserInfo) GetFirstNameOk ¶
GetFirstNameOk returns a tuple with the FirstName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserInfo) GetIdInfoOk ¶
GetIdInfoOk returns a tuple with the IdInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserInfo) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserInfo) GetInternationalInfo ¶
GetInternationalInfo returns the InternationalInfo field value if set, zero value otherwise.
func (*UserInfo) GetInternationalInfoOk ¶
GetInternationalInfoOk returns a tuple with the InternationalInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserInfo) GetInvestmentProfile ¶
GetInvestmentProfile returns the InvestmentProfile field value if set, zero value otherwise.
func (*UserInfo) GetInvestmentProfileOk ¶
GetInvestmentProfileOk returns a tuple with the InvestmentProfile field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserInfo) GetLastName ¶
GetLastName returns the LastName field value if set, zero value otherwise.
func (*UserInfo) GetLastNameOk ¶
GetLastNameOk returns a tuple with the LastName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserInfo) GetUrlOk ¶
GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserInfo) GetUsername ¶
GetUsername returns the Username field value if set, zero value otherwise.
func (*UserInfo) GetUsernameOk ¶
GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserInfo) HasAdditionalInfo ¶
HasAdditionalInfo returns a boolean if a field has been set.
func (*UserInfo) HasBasicInfo ¶
HasBasicInfo returns a boolean if a field has been set.
func (*UserInfo) HasEmployment ¶
HasEmployment returns a boolean if a field has been set.
func (*UserInfo) HasFirstName ¶
HasFirstName returns a boolean if a field has been set.
func (*UserInfo) HasInternationalInfo ¶
HasInternationalInfo returns a boolean if a field has been set.
func (*UserInfo) HasInvestmentProfile ¶
HasInvestmentProfile returns a boolean if a field has been set.
func (*UserInfo) HasLastName ¶
HasLastName returns a boolean if a field has been set.
func (*UserInfo) HasUsername ¶
HasUsername returns a boolean if a field has been set.
func (UserInfo) MarshalJSON ¶
func (*UserInfo) SetAdditionalInfo ¶
SetAdditionalInfo gets a reference to the given string and assigns it to the AdditionalInfo field.
func (*UserInfo) SetBasicInfo ¶
SetBasicInfo gets a reference to the given string and assigns it to the BasicInfo field.
func (*UserInfo) SetEmail ¶
SetEmail gets a reference to the given string and assigns it to the Email field.
func (*UserInfo) SetEmployment ¶
SetEmployment gets a reference to the given string and assigns it to the Employment field.
func (*UserInfo) SetFirstName ¶
SetFirstName gets a reference to the given string and assigns it to the FirstName field.
func (*UserInfo) SetIdInfo ¶
SetIdInfo gets a reference to the given string and assigns it to the IdInfo field.
func (*UserInfo) SetInternationalInfo ¶
SetInternationalInfo gets a reference to the given string and assigns it to the InternationalInfo field.
func (*UserInfo) SetInvestmentProfile ¶
SetInvestmentProfile gets a reference to the given string and assigns it to the InvestmentProfile field.
func (*UserInfo) SetLastName ¶
SetLastName gets a reference to the given string and assigns it to the LastName field.
func (*UserInfo) SetUrl ¶
SetUrl gets a reference to the given string and assigns it to the Url field.
func (*UserInfo) SetUsername ¶
SetUsername gets a reference to the given string and assigns it to the Username field.
type WatchListCreateResponse ¶
type WatchListCreateResponse struct { Name *string `json:"name,omitempty"` Url *string `json:"url,omitempty"` User *string `json:"user,omitempty"` }
WatchListCreateResponse struct for WatchListCreateResponse
func NewWatchListCreateResponse ¶
func NewWatchListCreateResponse() *WatchListCreateResponse
NewWatchListCreateResponse instantiates a new WatchListCreateResponse 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 NewWatchListCreateResponseWithDefaults ¶
func NewWatchListCreateResponseWithDefaults() *WatchListCreateResponse
NewWatchListCreateResponseWithDefaults instantiates a new WatchListCreateResponse 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 (*WatchListCreateResponse) GetName ¶
func (o *WatchListCreateResponse) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*WatchListCreateResponse) GetNameOk ¶
func (o *WatchListCreateResponse) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WatchListCreateResponse) GetUrl ¶
func (o *WatchListCreateResponse) GetUrl() string
GetUrl returns the Url field value if set, zero value otherwise.
func (*WatchListCreateResponse) GetUrlOk ¶
func (o *WatchListCreateResponse) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WatchListCreateResponse) GetUser ¶
func (o *WatchListCreateResponse) GetUser() string
GetUser returns the User field value if set, zero value otherwise.
func (*WatchListCreateResponse) GetUserOk ¶
func (o *WatchListCreateResponse) GetUserOk() (*string, bool)
GetUserOk returns a tuple with the User field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WatchListCreateResponse) HasName ¶
func (o *WatchListCreateResponse) HasName() bool
HasName returns a boolean if a field has been set.
func (*WatchListCreateResponse) HasUrl ¶
func (o *WatchListCreateResponse) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (*WatchListCreateResponse) HasUser ¶
func (o *WatchListCreateResponse) HasUser() bool
HasUser returns a boolean if a field has been set.
func (WatchListCreateResponse) MarshalJSON ¶
func (o WatchListCreateResponse) MarshalJSON() ([]byte, error)
func (*WatchListCreateResponse) SetName ¶
func (o *WatchListCreateResponse) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*WatchListCreateResponse) SetUrl ¶
func (o *WatchListCreateResponse) SetUrl(v string)
SetUrl gets a reference to the given string and assigns it to the Url field.
func (*WatchListCreateResponse) SetUser ¶
func (o *WatchListCreateResponse) SetUser(v string)
SetUser gets a reference to the given string and assigns it to the User field.
func (WatchListCreateResponse) ToMap ¶
func (o WatchListCreateResponse) ToMap() (map[string]interface{}, error)
type WatchListsData ¶
type WatchListsData struct { CreatedAt *string `json:"created_at,omitempty"` Instrument *string `json:"instrument,omitempty"` Url *string `json:"url,omitempty"` Watchlist *string `json:"watchlist,omitempty"` }
WatchListsData struct for WatchListsData
func NewWatchListsData ¶
func NewWatchListsData() *WatchListsData
NewWatchListsData instantiates a new WatchListsData 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 NewWatchListsDataWithDefaults ¶
func NewWatchListsDataWithDefaults() *WatchListsData
NewWatchListsDataWithDefaults instantiates a new WatchListsData 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 (*WatchListsData) GetCreatedAt ¶
func (o *WatchListsData) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*WatchListsData) GetCreatedAtOk ¶
func (o *WatchListsData) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WatchListsData) GetInstrument ¶
func (o *WatchListsData) GetInstrument() string
GetInstrument returns the Instrument field value if set, zero value otherwise.
func (*WatchListsData) GetInstrumentOk ¶
func (o *WatchListsData) GetInstrumentOk() (*string, bool)
GetInstrumentOk returns a tuple with the Instrument field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WatchListsData) GetUrl ¶
func (o *WatchListsData) GetUrl() string
GetUrl returns the Url field value if set, zero value otherwise.
func (*WatchListsData) GetUrlOk ¶
func (o *WatchListsData) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WatchListsData) GetWatchlist ¶
func (o *WatchListsData) GetWatchlist() string
GetWatchlist returns the Watchlist field value if set, zero value otherwise.
func (*WatchListsData) GetWatchlistOk ¶
func (o *WatchListsData) GetWatchlistOk() (*string, bool)
GetWatchlistOk returns a tuple with the Watchlist field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WatchListsData) HasCreatedAt ¶
func (o *WatchListsData) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*WatchListsData) HasInstrument ¶
func (o *WatchListsData) HasInstrument() bool
HasInstrument returns a boolean if a field has been set.
func (*WatchListsData) HasUrl ¶
func (o *WatchListsData) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (*WatchListsData) HasWatchlist ¶
func (o *WatchListsData) HasWatchlist() bool
HasWatchlist returns a boolean if a field has been set.
func (WatchListsData) MarshalJSON ¶
func (o WatchListsData) MarshalJSON() ([]byte, error)
func (*WatchListsData) SetCreatedAt ¶
func (o *WatchListsData) SetCreatedAt(v string)
SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.
func (*WatchListsData) SetInstrument ¶
func (o *WatchListsData) SetInstrument(v string)
SetInstrument gets a reference to the given string and assigns it to the Instrument field.
func (*WatchListsData) SetUrl ¶
func (o *WatchListsData) SetUrl(v string)
SetUrl gets a reference to the given string and assigns it to the Url field.
func (*WatchListsData) SetWatchlist ¶
func (o *WatchListsData) SetWatchlist(v string)
SetWatchlist gets a reference to the given string and assigns it to the Watchlist field.
func (WatchListsData) ToMap ¶
func (o WatchListsData) ToMap() (map[string]interface{}, error)
type Watchlist ¶
type Watchlist struct { Name *string `json:"name,omitempty"` Url *string `json:"url,omitempty"` User *string `json:"user,omitempty"` }
Watchlist struct for Watchlist
func NewWatchlist ¶
func NewWatchlist() *Watchlist
NewWatchlist instantiates a new Watchlist 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 NewWatchlistWithDefaults ¶
func NewWatchlistWithDefaults() *Watchlist
NewWatchlistWithDefaults instantiates a new Watchlist 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 (*Watchlist) GetNameOk ¶
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Watchlist) GetUrlOk ¶
GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Watchlist) GetUserOk ¶
GetUserOk returns a tuple with the User field value if set, nil otherwise and a boolean to check if the value has been set.
func (Watchlist) MarshalJSON ¶
func (*Watchlist) SetName ¶
SetName gets a reference to the given string and assigns it to the Name field.
func (*Watchlist) SetUrl ¶
SetUrl gets a reference to the given string and assigns it to the Url field.
Source Files
¶
- model_account.go
- model_account_info.go
- model_account_type.go
- model_auth.go
- model_basic_info.go
- model_cash_balances.go
- model_crypto_account.go
- model_crypto_asset_currency.go
- model_crypto_currency_pair.go
- model_crypto_order.go
- model_crypto_order_options.go
- model_crypto_order_output.go
- model_crypto_portfolio.go
- model_direction.go
- model_execution.go
- model_execution_type.go
- model_fundamentals_data.go
- model_get_option_orders_response.go
- model_instrument_data.go
- model_instrument_split.go
- model_instrument_state.go
- model_investment_experience.go
- model_investment_objective.go
- model_investment_profile.go
- model_leg.go
- model_liquidity_needs.go
- model_margin_balances.go
- model_marital_status.go
- model_market_data.go
- model_market_hours.go
- model_min_ticks.go
- model_open_close_strategy.go
- model_option_assignment.go
- model_option_chain.go
- model_option_instrument.go
- model_option_order.go
- model_option_order_input.go
- model_option_order_leg.go
- model_option_order_leg_executions_inner.go
- model_options_market_data.go
- model_order.go
- model_order_action.go
- model_order_state.go
- model_order_total_notional.go
- model_paginated_account_info.go
- model_paginated_fundamentals_data.go
- model_paginated_instrument_data.go
- model_paginated_instrument_split.go
- model_paginated_market_data.go
- model_paginated_movers.go
- model_paginated_option_chain.go
- model_paginated_option_instrument.go
- model_paginated_order.go
- model_paginated_position.go
- model_paginated_quote_data.go
- model_paginated_watch_list_create_response.go
- model_paginated_watch_lists_data.go
- model_portfolio.go
- model_position.go
- model_position_effect.go
- model_quote.go
- model_quote_currency.go
- model_quote_data.go
- model_risk_tolerance.go
- model_side.go
- model_source_of_funds.go
- model_stock_split.go
- model_tax_bracket.go
- model_time_horizon.go
- model_time_in_force.go
- model_total_net_worth.go
- model_trigger.go
- model_underlying_instrument.go
- model_user_id.go
- model_user_info.go
- model_watch_list_create_response.go
- model_watch_lists_data.go
- model_watchlist.go
- utils.go