openapi

package
v0.0.0-...-71b6df6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 1, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

README

Go API client for openapi

Robinhood API Documentation

Overview

This API client was generated by the OpenAPI Generator project. By using the OpenAPI-spec from a remote server, you can easily generate an API client.

  • API version: 3.0.1
  • Package version: 1.0.0
  • Build package: org.openapitools.codegen.languages.GoClientCodegen

Installation

Install the following dependencies:

go get github.com/stretchr/testify/assert
go get golang.org/x/net/context

Put the package under your project folder and add the following in import:

import openapi "github.com/GIT_USER_ID/GIT_REPO_ID"

To use a proxy, set the environment variable HTTP_PROXY:

os.Setenv("HTTP_PROXY", "http://proxy_name:proxy_port")

Configuration of Server URL

Default configuration comes with Servers field that contains server objects as defined in the OpenAPI specification.

Select Server Configuration

For using other server than the one defined on index 0 set context value sw.ContextServerIndex of type int.

ctx := context.WithValue(context.Background(), openapi.ContextServerIndex, 1)
Templated Server URL

Templated server URL is formatted using default variables from configuration or from context value sw.ContextServerVariables of type map[string]string.

ctx := context.WithValue(context.Background(), openapi.ContextServerVariables, map[string]string{
	"basePath": "v2",
})

Note, enum values are always validated and all unused variables are silently ignored.

URLs Configuration per Operation

Each operation can use different server URL defined using OperationServers map in the Configuration. An operation is uniquely identified by "{classname}Service.{nickname}" string. Similar rules for overriding default operation server index and variables applies by using sw.ContextOperationServerIndices and sw.ContextOperationServerVariables context maps.

ctx := context.WithValue(context.Background(), openapi.ContextOperationServerIndices, map[string]int{
	"{classname}Service.{nickname}": 2,
})
ctx = context.WithValue(context.Background(), openapi.ContextOperationServerVariables, map[string]map[string]string{
	"{classname}Service.{nickname}": {
		"port": "8443",
	},
})

Documentation for API Endpoints

All URIs are relative to http://api.robinhood.com

Class Method HTTP request Description
AccountsAPI GetAccounts Get /accounts/ getAccounts
AccountsAPI GetPortfolio Get /accounts/{accountId}/portfolio/ getPortfolio
AccountsAPI GetPosition Get /accounts/{accountId}/positions/{positionId}/ getPosition
AccountsAPI GetPositions Get /accounts/{accountId}/positions/ getPositions
AuthenticationAPI Login Post /api-token-auth/ login
AuthenticationAPI Logout Post /api-token-logout/ logout
DividendsAPI GetDividend Get /dividends/{id}/ getDividend
FundamentalsAPI GetFundamentals Get /fundamentals/ getFundamentals
FundamentalsAPI GetSymbolFundamentals Get /fundamentals/{symbol}/ getSymbolFundamentals
InstrumentsAPI GetInstrument Get /instruments/{instrument_id}/ getInstrument
InstrumentsAPI GetInstrumentSplits Get /instruments/{instrument_id}/splits/ getInstrumentSplits
InstrumentsAPI GetInstruments Get /instruments/ getInstruments
MarketsAPI GetMArketHours Get /markets/{mic}/hours/{date}/ getMArketHours
MarketsAPI GetMarkets Get /markets getMarkets
MoversAPI GetMovers Get /midlands/movers/sp500/ getMovers
OrderAPI CancelOrder Post /orders/{order_id}/cancel/ cancelOrder
OrderAPI GetOptionsOrders Get /options/orders getOptionsOrders
OrderAPI GetOrder Get /orders/{order_id}/ getOrder
OrderAPI GetOrders Get /orders/ getOrders
OrderAPI PlaceOrder Post /orders/ placeOrder
QuoteAPI GetQuotes Get /quotes/ getQuotes
QuoteAPI GetSymbolQuote Get /quotes/{symbol}/ getSymbolQuote
UserAPI GetBasicUserInfo Get /user/basic_info/ getBasicUserInfo
UserAPI GetInvestmentProfile Get /user/investment_profile/ getInvestmentProfile
UserAPI GetUser Get /user/ getUser
UserAPI GetUserID Get /user/id/ getUserID
WatchlistsAPI BulkAddWatchlists Post /watchlists/Default/bulk_add/ bulkAddWatchlists
WatchlistsAPI CreateWatchlist Post /watchlists/ createWatchlist
WatchlistsAPI DeleteInstrumentFromWatchlist Delete /watchlists/{name}/{instrumentId} deleteInstrumentFromWatchlist
WatchlistsAPI GetWatchlistByName Get /watchlists/{name}/ getWatchlistByName
WatchlistsAPI GetWatchlists Get /watchlists/ getWatchlists

Documentation For Models

Documentation For Authorization

Endpoints do not require authorization.

Documentation for Utility Methods

Due to the fact that model structure members are all pointers, this package contains a number of utility functions to easily obtain pointers to values of basic types. Each of these functions takes a value of the given basic type and returns a pointer to it:

  • PtrBool
  • PtrInt
  • PtrInt32
  • PtrInt64
  • PtrFloat
  • PtrFloat32
  • PtrFloat64
  • PtrString
  • PtrTime

Author

austin.millan@protonmail.com

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AllowedAccountTypeEnumValues = []AccountType{
	"cash",
	"margin",
}

All allowed values of AccountType enum

View Source
var AllowedDirectionEnumValues = []Direction{
	"debit",
	"credit",
}

All allowed values of Direction enum

View Source
var AllowedExecutionTypeEnumValues = []ExecutionType{
	"market",
	"limit",
}

All allowed values of ExecutionType enum

View Source
var AllowedInstrumentStateEnumValues = []InstrumentState{
	"active",
	"inactive",
}

All allowed values of InstrumentState enum

View Source
var AllowedInvestmentExperienceEnumValues = []InvestmentExperience{
	"extensive_investment_exp",
	"good_investment_exp",
	"limited_investment_exp",
	"no_investment_exp",
}

All allowed values of InvestmentExperience enum

View Source
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

View Source
var AllowedLiquidityNeedsEnumValues = []LiquidityNeeds{
	"not_important_liq_need",
	"somewhat_important_liq_need",
	"very_important_liq_need",
}

All allowed values of LiquidityNeeds enum

View Source
var AllowedMaritalStatusEnumValues = []MaritalStatus{
	"single",
	"married",
}

All allowed values of MaritalStatus enum

View Source
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

View Source
var AllowedOrderActionEnumValues = []OrderAction{
	"order",
	"status",
	"cancel",
	"history",
}

All allowed values of OrderAction enum

View Source
var AllowedOrderStateEnumValues = []OrderState{
	"queued",
	"unconfirmed",
	"confirmed",
	"partially_filled",
	"filled",
	"rejected",
	"cancelled",
	"failed",
}

All allowed values of OrderState enum

View Source
var AllowedPositionEffectEnumValues = []PositionEffect{
	"open",
	"close",
}

All allowed values of PositionEffect enum

View Source
var AllowedRiskToleranceEnumValues = []RiskTolerance{
	"low_risk_tolerance",
	"med_risk_tolerance",
	"high_risk_tolerance",
}

All allowed values of RiskTolerance enum

View Source
var AllowedSideEnumValues = []Side{
	"buy",
	"sell",
}

All allowed values of Side enum

View Source
var AllowedSourceOfFundsEnumValues = []SourceOfFunds{
	"savings_personal_income",
	"pension_retirement",
	"insurance_payout",
	"inheritance",
	"gift",
	"sale_business_or_property",
	"other",
}

All allowed values of SourceOfFunds enum

View Source
var AllowedTaxBracketEnumValues = []TaxBracket{
	"0_pct",
	"20_pct",
	"25_pct",
	"28_pct",
	"33_pct",
	"35_pct",
	"39_6_pct",
}

All allowed values of TaxBracket enum

View Source
var AllowedTimeHorizonEnumValues = []TimeHorizon{
	"short_time_horizon",
	"med_time_horizon",
	"long_time_horizon",
}

All allowed values of TimeHorizon enum

View Source
var AllowedTimeInForceEnumValues = []TimeInForce{
	"gfd",
	"gtc",
	"ioc",
	"opg",
}

All allowed values of TimeInForce enum

View Source
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

View Source
var AllowedTriggerEnumValues = []Trigger{
	"immediate",
	"stop",
}

All allowed values of Trigger enum

Functions

func IsNil

func IsNil(i interface{}) bool

IsNil checks if an input is nil

func PtrBool

func PtrBool(v bool) *bool

PtrBool is a helper routine that returns a pointer to given boolean value.

func PtrFloat32

func PtrFloat32(v float32) *float32

PtrFloat32 is a helper routine that returns a pointer to given float value.

func PtrFloat64

func PtrFloat64(v float64) *float64

PtrFloat64 is a helper routine that returns a pointer to given float value.

func PtrInt

func PtrInt(v int) *int

PtrInt is a helper routine that returns a pointer to given integer value.

func PtrInt32

func PtrInt32(v int32) *int32

PtrInt32 is a helper routine that returns a pointer to given integer value.

func PtrInt64

func PtrInt64(v int64) *int64

PtrInt64 is a helper routine that returns a pointer to given integer value.

func PtrString

func PtrString(v string) *string

PtrString is a helper routine that returns a pointer to given string value.

func PtrTime

func PtrTime(v time.Time) *time.Time

PtrTime is helper routine that returns a pointer to given Time 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) GetOption

func (o *Account) GetOption() string

GetOption returns the Option field value if set, zero value otherwise.

func (*Account) GetOptionOk

func (o *Account) 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 (*Account) GetPositionEffect

func (o *Account) GetPositionEffect() string

GetPositionEffect returns the PositionEffect field value if set, zero value otherwise.

func (*Account) GetPositionEffectOk

func (o *Account) GetPositionEffectOk() (*string, 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 (*Account) GetRatioQuantity

func (o *Account) GetRatioQuantity() string

GetRatioQuantity returns the RatioQuantity field value if set, zero value otherwise.

func (*Account) GetRatioQuantityOk

func (o *Account) GetRatioQuantityOk() (*string, 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 (*Account) GetSide

func (o *Account) GetSide() string

GetSide returns the Side field value if set, zero value otherwise.

func (*Account) GetSideOk

func (o *Account) GetSideOk() (*string, 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 (*Account) HasOption

func (o *Account) HasOption() bool

HasOption returns a boolean if a field has been set.

func (*Account) HasPositionEffect

func (o *Account) HasPositionEffect() bool

HasPositionEffect returns a boolean if a field has been set.

func (*Account) HasRatioQuantity

func (o *Account) HasRatioQuantity() bool

HasRatioQuantity returns a boolean if a field has been set.

func (*Account) HasSide

func (o *Account) HasSide() bool

HasSide returns a boolean if a field has been set.

func (Account) MarshalJSON

func (o Account) MarshalJSON() ([]byte, error)

func (*Account) SetOption

func (o *Account) SetOption(v string)

SetOption gets a reference to the given string and assigns it to the Option field.

func (*Account) SetPositionEffect

func (o *Account) SetPositionEffect(v string)

SetPositionEffect gets a reference to the given string and assigns it to the PositionEffect field.

func (*Account) SetRatioQuantity

func (o *Account) SetRatioQuantity(v string)

SetRatioQuantity gets a reference to the given string and assigns it to the RatioQuantity field.

func (*Account) SetSide

func (o *Account) SetSide(v string)

SetSide gets a reference to the given string and assigns it to the Side field.

func (Account) ToMap

func (o Account) ToMap() (map[string]interface{}, error)

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

func (o *Auth) GetMfaRequired() string

GetMfaRequired returns the MfaRequired field value if set, zero value otherwise.

func (*Auth) GetMfaRequiredOk

func (o *Auth) GetMfaRequiredOk() (*string, bool)

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

func (o *Auth) GetMfaType() string

GetMfaType returns the MfaType field value if set, zero value otherwise.

func (*Auth) GetMfaTypeOk

func (o *Auth) GetMfaTypeOk() (*string, bool)

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) GetToken

func (o *Auth) GetToken() string

GetToken returns the Token field value if set, zero value otherwise.

func (*Auth) GetTokenOk

func (o *Auth) GetTokenOk() (*string, bool)

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

func (o *Auth) HasMfaRequired() bool

HasMfaRequired returns a boolean if a field has been set.

func (*Auth) HasMfaType

func (o *Auth) HasMfaType() bool

HasMfaType returns a boolean if a field has been set.

func (*Auth) HasToken

func (o *Auth) HasToken() bool

HasToken returns a boolean if a field has been set.

func (Auth) MarshalJSON

func (o Auth) MarshalJSON() ([]byte, error)

func (*Auth) SetMfaRequired

func (o *Auth) SetMfaRequired(v string)

SetMfaRequired gets a reference to the given string and assigns it to the MfaRequired field.

func (*Auth) SetMfaType

func (o *Auth) SetMfaType(v string)

SetMfaType gets a reference to the given string and assigns it to the MfaType field.

func (*Auth) SetToken

func (o *Auth) SetToken(v string)

SetToken gets a reference to the given string and assigns it to the Token field.

func (Auth) ToMap

func (o Auth) ToMap() (map[string]interface{}, error)

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

func (o *BasicInfo) GetAddress() string

GetAddress returns the Address field value if set, zero value otherwise.

func (*BasicInfo) GetAddressOk

func (o *BasicInfo) GetAddressOk() (*string, bool)

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

func (o *BasicInfo) GetCitizenship() string

GetCitizenship returns the Citizenship field value if set, zero value otherwise.

func (*BasicInfo) GetCitizenshipOk

func (o *BasicInfo) GetCitizenshipOk() (*string, bool)

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) GetCity

func (o *BasicInfo) GetCity() string

GetCity returns the City field value if set, zero value otherwise.

func (*BasicInfo) GetCityOk

func (o *BasicInfo) 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 (*BasicInfo) GetCountryOfResidence

func (o *BasicInfo) GetCountryOfResidence() string

GetCountryOfResidence returns the CountryOfResidence field value if set, zero value otherwise.

func (*BasicInfo) GetCountryOfResidenceOk

func (o *BasicInfo) GetCountryOfResidenceOk() (*string, bool)

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

func (o *BasicInfo) GetDateOfBirth() string

GetDateOfBirth returns the DateOfBirth field value if set, zero value otherwise.

func (*BasicInfo) GetDateOfBirthOk

func (o *BasicInfo) GetDateOfBirthOk() (*string, bool)

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

func (o *BasicInfo) GetNumberDependents() string

GetNumberDependents returns the NumberDependents field value if set, zero value otherwise.

func (*BasicInfo) GetNumberDependentsOk

func (o *BasicInfo) GetNumberDependentsOk() (*string, bool)

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

func (o *BasicInfo) GetPhoneNumber() string

GetPhoneNumber returns the PhoneNumber field value if set, zero value otherwise.

func (*BasicInfo) GetPhoneNumberOk

func (o *BasicInfo) GetPhoneNumberOk() (*string, bool)

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) GetState

func (o *BasicInfo) GetState() string

GetState returns the State field value if set, zero value otherwise.

func (*BasicInfo) GetStateOk

func (o *BasicInfo) 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 (*BasicInfo) GetTaxIdSsn

func (o *BasicInfo) GetTaxIdSsn() string

GetTaxIdSsn returns the TaxIdSsn field value if set, zero value otherwise.

func (*BasicInfo) GetTaxIdSsnOk

func (o *BasicInfo) GetTaxIdSsnOk() (*string, bool)

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

func (o *BasicInfo) GetUpdatedAt() time.Time

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*BasicInfo) GetUpdatedAtOk

func (o *BasicInfo) 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 (*BasicInfo) GetUser

func (o *BasicInfo) GetUser() string

GetUser returns the User field value if set, zero value otherwise.

func (*BasicInfo) GetUserOk

func (o *BasicInfo) 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 (*BasicInfo) GetZipcode

func (o *BasicInfo) GetZipcode() string

GetZipcode returns the Zipcode field value if set, zero value otherwise.

func (*BasicInfo) GetZipcodeOk

func (o *BasicInfo) GetZipcodeOk() (*string, bool)

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

func (o *BasicInfo) HasAddress() bool

HasAddress returns a boolean if a field has been set.

func (*BasicInfo) HasCitizenship

func (o *BasicInfo) HasCitizenship() bool

HasCitizenship returns a boolean if a field has been set.

func (*BasicInfo) HasCity

func (o *BasicInfo) HasCity() bool

HasCity returns a boolean if a field has been set.

func (*BasicInfo) HasCountryOfResidence

func (o *BasicInfo) HasCountryOfResidence() bool

HasCountryOfResidence returns a boolean if a field has been set.

func (*BasicInfo) HasDateOfBirth

func (o *BasicInfo) HasDateOfBirth() bool

HasDateOfBirth returns a boolean if a field has been set.

func (*BasicInfo) HasMaritalStatus

func (o *BasicInfo) HasMaritalStatus() bool

HasMaritalStatus returns a boolean if a field has been set.

func (*BasicInfo) HasNumberDependents

func (o *BasicInfo) HasNumberDependents() bool

HasNumberDependents returns a boolean if a field has been set.

func (*BasicInfo) HasPhoneNumber

func (o *BasicInfo) HasPhoneNumber() bool

HasPhoneNumber returns a boolean if a field has been set.

func (*BasicInfo) HasState

func (o *BasicInfo) HasState() bool

HasState returns a boolean if a field has been set.

func (*BasicInfo) HasTaxIdSsn

func (o *BasicInfo) HasTaxIdSsn() bool

HasTaxIdSsn returns a boolean if a field has been set.

func (*BasicInfo) HasUpdatedAt

func (o *BasicInfo) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (*BasicInfo) HasUser

func (o *BasicInfo) HasUser() bool

HasUser returns a boolean if a field has been set.

func (*BasicInfo) HasZipcode

func (o *BasicInfo) HasZipcode() bool

HasZipcode returns a boolean if a field has been set.

func (BasicInfo) MarshalJSON

func (o BasicInfo) MarshalJSON() ([]byte, error)

func (*BasicInfo) SetAddress

func (o *BasicInfo) SetAddress(v string)

SetAddress gets a reference to the given string and assigns it to the Address field.

func (*BasicInfo) SetCitizenship

func (o *BasicInfo) SetCitizenship(v string)

SetCitizenship gets a reference to the given string and assigns it to the Citizenship field.

func (*BasicInfo) SetCity

func (o *BasicInfo) SetCity(v string)

SetCity gets a reference to the given string and assigns it to the City field.

func (*BasicInfo) SetCountryOfResidence

func (o *BasicInfo) SetCountryOfResidence(v string)

SetCountryOfResidence gets a reference to the given string and assigns it to the CountryOfResidence field.

func (*BasicInfo) SetDateOfBirth

func (o *BasicInfo) SetDateOfBirth(v string)

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

func (o *BasicInfo) SetNumberDependents(v string)

SetNumberDependents gets a reference to the given string and assigns it to the NumberDependents field.

func (*BasicInfo) SetPhoneNumber

func (o *BasicInfo) SetPhoneNumber(v string)

SetPhoneNumber gets a reference to the given string and assigns it to the PhoneNumber field.

func (*BasicInfo) SetState

func (o *BasicInfo) SetState(v string)

SetState gets a reference to the given string and assigns it to the State field.

func (*BasicInfo) SetTaxIdSsn

func (o *BasicInfo) SetTaxIdSsn(v string)

SetTaxIdSsn gets a reference to the given string and assigns it to the TaxIdSsn field.

func (*BasicInfo) SetUpdatedAt

func (o *BasicInfo) SetUpdatedAt(v time.Time)

SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.

func (*BasicInfo) SetUser

func (o *BasicInfo) SetUser(v string)

SetUser gets a reference to the given string and assigns it to the User field.

func (*BasicInfo) SetZipcode

func (o *BasicInfo) SetZipcode(v string)

SetZipcode gets a reference to the given string and assigns it to the Zipcode field.

func (BasicInfo) ToMap

func (o BasicInfo) ToMap() (map[string]interface{}, error)

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'

const (
	DEBIT  Direction = "debit"
	CREDIT Direction = "credit"
)

List of Direction

func NewDirectionFromValue

func NewDirectionFromValue(v string) (*Direction, error)

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) IsValid

func (v Direction) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (Direction) Ptr

func (v Direction) Ptr() *Direction

Ptr returns reference to Direction value

func (*Direction) UnmarshalJSON

func (v *Direction) UnmarshalJSON(src []byte) error

type EquityComponent

type EquityComponent struct {
	ID         *string `json:"id,omitempty"`
	Instrument *string `json:"instrument,omitempty"`
	Price      *string `json:"price,omitempty"`
	Quantity   *string `json:"quantity,omitempty"`
	Side       *string `json:"side,omitempty"`
	Symbol     *string `json:"symbol,omitempty"`
}

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) GetId

func (o *Execution) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*Execution) GetIdOk

func (o *Execution) 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 (*Execution) GetPrice

func (o *Execution) GetPrice() string

GetPrice returns the Price field value if set, zero value otherwise.

func (*Execution) GetPriceOk

func (o *Execution) 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 (*Execution) GetQuantity

func (o *Execution) GetQuantity() string

GetQuantity returns the Quantity field value if set, zero value otherwise.

func (*Execution) GetQuantityOk

func (o *Execution) 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 (*Execution) GetSettlementDate

func (o *Execution) GetSettlementDate() string

GetSettlementDate returns the SettlementDate field value if set, zero value otherwise.

func (*Execution) GetSettlementDateOk

func (o *Execution) 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 (*Execution) GetTimestamp

func (o *Execution) GetTimestamp() time.Time

GetTimestamp returns the Timestamp field value if set, zero value otherwise.

func (*Execution) GetTimestampOk

func (o *Execution) GetTimestampOk() (*time.Time, 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 (*Execution) HasId

func (o *Execution) HasId() bool

HasId returns a boolean if a field has been set.

func (*Execution) HasPrice

func (o *Execution) HasPrice() bool

HasPrice returns a boolean if a field has been set.

func (*Execution) HasQuantity

func (o *Execution) HasQuantity() bool

HasQuantity returns a boolean if a field has been set.

func (*Execution) HasSettlementDate

func (o *Execution) HasSettlementDate() bool

HasSettlementDate returns a boolean if a field has been set.

func (*Execution) HasTimestamp

func (o *Execution) HasTimestamp() bool

HasTimestamp returns a boolean if a field has been set.

func (Execution) MarshalJSON

func (o Execution) MarshalJSON() ([]byte, error)

func (*Execution) SetId

func (o *Execution) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*Execution) SetPrice

func (o *Execution) SetPrice(v string)

SetPrice gets a reference to the given string and assigns it to the Price field.

func (*Execution) SetQuantity

func (o *Execution) SetQuantity(v string)

SetQuantity gets a reference to the given string and assigns it to the Quantity field.

func (*Execution) SetSettlementDate

func (o *Execution) SetSettlementDate(v string)

SetSettlementDate gets a reference to the given string and assigns it to the SettlementDate field.

func (*Execution) SetTimestamp

func (o *Execution) SetTimestamp(v time.Time)

SetTimestamp gets a reference to the given time.Time and assigns it to the Timestamp field.

func (Execution) ToMap

func (o Execution) ToMap() (map[string]interface{}, error)

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 GetStockSplitResponse struct {
	Next     *string        `json:"next,omitempty"`
	Previous *string        `json:"previous,omitempty"`
	Results  *[]interface{} `json:"results,omitempty"`
}

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

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

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

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) GetOption

func (o *Leg) GetOption() string

GetOption returns the Option field value if set, zero value otherwise.

func (*Leg) GetOptionOk

func (o *Leg) 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 (*Leg) GetPositionEffect

func (o *Leg) GetPositionEffect() string

GetPositionEffect returns the PositionEffect field value if set, zero value otherwise.

func (*Leg) GetPositionEffectOk

func (o *Leg) GetPositionEffectOk() (*string, 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 (*Leg) GetRatioQuantity

func (o *Leg) GetRatioQuantity() string

GetRatioQuantity returns the RatioQuantity field value if set, zero value otherwise.

func (*Leg) GetRatioQuantityOk

func (o *Leg) GetRatioQuantityOk() (*string, 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 (*Leg) GetSide

func (o *Leg) GetSide() Side

GetSide returns the Side field value if set, zero value otherwise.

func (*Leg) GetSideOk

func (o *Leg) 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 (*Leg) HasOption

func (o *Leg) HasOption() bool

HasOption returns a boolean if a field has been set.

func (*Leg) HasPositionEffect

func (o *Leg) HasPositionEffect() bool

HasPositionEffect returns a boolean if a field has been set.

func (*Leg) HasRatioQuantity

func (o *Leg) HasRatioQuantity() bool

HasRatioQuantity returns a boolean if a field has been set.

func (*Leg) HasSide

func (o *Leg) HasSide() bool

HasSide returns a boolean if a field has been set.

func (Leg) MarshalJSON

func (o Leg) MarshalJSON() ([]byte, error)

func (*Leg) SetOption

func (o *Leg) SetOption(v string)

SetOption gets a reference to the given string and assigns it to the Option field.

func (*Leg) SetPositionEffect

func (o *Leg) SetPositionEffect(v string)

SetPositionEffect gets a reference to the given string and assigns it to the PositionEffect field.

func (*Leg) SetRatioQuantity

func (o *Leg) SetRatioQuantity(v string)

SetRatioQuantity gets a reference to the given string and assigns it to the RatioQuantity field.

func (*Leg) SetSide

func (o *Leg) SetSide(v Side)

SetSide gets a reference to the given Side and assigns it to the Side field.

func (Leg) ToMap

func (o Leg) ToMap() (map[string]interface{}, error)

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 MappedNullable interface {
	ToMap() (map[string]interface{}, error)
}

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

func (o *MinTicks) GetAboveTick() string

GetAboveTick returns the AboveTick field value if set, zero value otherwise.

func (*MinTicks) GetAboveTickOk

func (o *MinTicks) GetAboveTickOk() (*string, bool)

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

func (o *MinTicks) GetBelowTick() string

GetBelowTick returns the BelowTick field value if set, zero value otherwise.

func (*MinTicks) GetBelowTickOk

func (o *MinTicks) GetBelowTickOk() (*string, bool)

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

func (o *MinTicks) GetCutoffPrice() string

GetCutoffPrice returns the CutoffPrice field value if set, zero value otherwise.

func (*MinTicks) GetCutoffPriceOk

func (o *MinTicks) GetCutoffPriceOk() (*string, bool)

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

func (o *MinTicks) HasAboveTick() bool

HasAboveTick returns a boolean if a field has been set.

func (*MinTicks) HasBelowTick

func (o *MinTicks) HasBelowTick() bool

HasBelowTick returns a boolean if a field has been set.

func (*MinTicks) HasCutoffPrice

func (o *MinTicks) HasCutoffPrice() bool

HasCutoffPrice returns a boolean if a field has been set.

func (MinTicks) MarshalJSON

func (o MinTicks) MarshalJSON() ([]byte, error)

func (*MinTicks) SetAboveTick

func (o *MinTicks) SetAboveTick(v string)

SetAboveTick gets a reference to the given string and assigns it to the AboveTick field.

func (*MinTicks) SetBelowTick

func (o *MinTicks) SetBelowTick(v string)

SetBelowTick gets a reference to the given string and assigns it to the BelowTick field.

func (*MinTicks) SetCutoffPrice

func (o *MinTicks) SetCutoffPrice(v string)

SetCutoffPrice gets a reference to the given string and assigns it to the CutoffPrice field.

func (MinTicks) ToMap

func (o MinTicks) ToMap() (map[string]interface{}, error)

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 (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 (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 (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 (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 (NullableCryptoAssetCurrency) IsSet

func (NullableCryptoAssetCurrency) MarshalJSON

func (v NullableCryptoAssetCurrency) MarshalJSON() ([]byte, error)

func (*NullableCryptoAssetCurrency) Set

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 (NullableCryptoCurrencyPair) IsSet

func (v NullableCryptoCurrencyPair) IsSet() bool

func (NullableCryptoCurrencyPair) MarshalJSON

func (v NullableCryptoCurrencyPair) MarshalJSON() ([]byte, error)

func (*NullableCryptoCurrencyPair) Set

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 (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 (NullableCryptoOrderOptions) IsSet

func (v NullableCryptoOrderOptions) IsSet() bool

func (NullableCryptoOrderOptions) MarshalJSON

func (v NullableCryptoOrderOptions) MarshalJSON() ([]byte, error)

func (*NullableCryptoOrderOptions) Set

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 (NullableCryptoOrderOutput) IsSet

func (v NullableCryptoOrderOutput) IsSet() bool

func (NullableCryptoOrderOutput) MarshalJSON

func (v NullableCryptoOrderOutput) MarshalJSON() ([]byte, error)

func (*NullableCryptoOrderOutput) Set

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 (NullableCryptoPortfolio) IsSet

func (v NullableCryptoPortfolio) IsSet() bool

func (NullableCryptoPortfolio) MarshalJSON

func (v NullableCryptoPortfolio) MarshalJSON() ([]byte, error)

func (*NullableCryptoPortfolio) Set

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 (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 (NullableFundamentalsData) IsSet

func (v NullableFundamentalsData) IsSet() bool

func (NullableFundamentalsData) MarshalJSON

func (v NullableFundamentalsData) MarshalJSON() ([]byte, error)

func (*NullableFundamentalsData) Set

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 (NullableGetOptionOrdersResponse) Get

func (NullableGetOptionOrdersResponse) IsSet

func (NullableGetOptionOrdersResponse) MarshalJSON

func (v NullableGetOptionOrdersResponse) MarshalJSON() ([]byte, error)

func (*NullableGetOptionOrdersResponse) Set

func (*NullableGetOptionOrdersResponse) UnmarshalJSON

func (v *NullableGetOptionOrdersResponse) UnmarshalJSON(src []byte) error

func (*NullableGetOptionOrdersResponse) Unset

type NullableInstrumentData

type NullableInstrumentData struct {
	// contains filtered or unexported fields
}

func NewNullableInstrumentData

func NewNullableInstrumentData(val *InstrumentData) *NullableInstrumentData

func (NullableInstrumentData) Get

func (NullableInstrumentData) IsSet

func (v NullableInstrumentData) IsSet() bool

func (NullableInstrumentData) MarshalJSON

func (v NullableInstrumentData) MarshalJSON() ([]byte, error)

func (*NullableInstrumentData) Set

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 (NullableInstrumentSplit) IsSet

func (v NullableInstrumentSplit) IsSet() bool

func (NullableInstrumentSplit) MarshalJSON

func (v NullableInstrumentSplit) MarshalJSON() ([]byte, error)

func (*NullableInstrumentSplit) Set

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 (NullableInstrumentState) IsSet

func (v NullableInstrumentState) IsSet() bool

func (NullableInstrumentState) MarshalJSON

func (v NullableInstrumentState) MarshalJSON() ([]byte, error)

func (*NullableInstrumentState) Set

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 (NullableInvestmentExperience) IsSet

func (NullableInvestmentExperience) MarshalJSON

func (v NullableInvestmentExperience) MarshalJSON() ([]byte, error)

func (*NullableInvestmentExperience) Set

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 (NullableInvestmentObjective) IsSet

func (NullableInvestmentObjective) MarshalJSON

func (v NullableInvestmentObjective) MarshalJSON() ([]byte, error)

func (*NullableInvestmentObjective) Set

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 (NullableInvestmentProfile) IsSet

func (v NullableInvestmentProfile) IsSet() bool

func (NullableInvestmentProfile) MarshalJSON

func (v NullableInvestmentProfile) MarshalJSON() ([]byte, error)

func (*NullableInvestmentProfile) Set

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 (NullableLiquidityNeeds) IsSet

func (v NullableLiquidityNeeds) IsSet() bool

func (NullableLiquidityNeeds) MarshalJSON

func (v NullableLiquidityNeeds) MarshalJSON() ([]byte, error)

func (*NullableLiquidityNeeds) Set

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 (NullableMarginBalances) IsSet

func (v NullableMarginBalances) IsSet() bool

func (NullableMarginBalances) MarshalJSON

func (v NullableMarginBalances) MarshalJSON() ([]byte, error)

func (*NullableMarginBalances) Set

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 (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 (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 (NullableOpenCloseStrategy) IsSet

func (v NullableOpenCloseStrategy) IsSet() bool

func (NullableOpenCloseStrategy) MarshalJSON

func (v NullableOpenCloseStrategy) MarshalJSON() ([]byte, error)

func (*NullableOpenCloseStrategy) Set

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 (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 (NullableOptionInstrument) IsSet

func (v NullableOptionInstrument) IsSet() bool

func (NullableOptionInstrument) MarshalJSON

func (v NullableOptionInstrument) MarshalJSON() ([]byte, error)

func (*NullableOptionInstrument) Set

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 (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 (NullableOptionOrderInput) IsSet

func (v NullableOptionOrderInput) IsSet() bool

func (NullableOptionOrderInput) MarshalJSON

func (v NullableOptionOrderInput) MarshalJSON() ([]byte, error)

func (*NullableOptionOrderInput) Set

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 (NullableOptionOrderLeg) IsSet

func (v NullableOptionOrderLeg) IsSet() bool

func (NullableOptionOrderLeg) MarshalJSON

func (v NullableOptionOrderLeg) MarshalJSON() ([]byte, error)

func (*NullableOptionOrderLeg) Set

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 (NullableOptionOrderLegExecutionsInner) Get

func (NullableOptionOrderLegExecutionsInner) IsSet

func (NullableOptionOrderLegExecutionsInner) MarshalJSON

func (v NullableOptionOrderLegExecutionsInner) MarshalJSON() ([]byte, error)

func (*NullableOptionOrderLegExecutionsInner) Set

func (*NullableOptionOrderLegExecutionsInner) UnmarshalJSON

func (v *NullableOptionOrderLegExecutionsInner) UnmarshalJSON(src []byte) error

func (*NullableOptionOrderLegExecutionsInner) Unset

type NullableOptionsMarketData

type NullableOptionsMarketData struct {
	// contains filtered or unexported fields
}

func NewNullableOptionsMarketData

func NewNullableOptionsMarketData(val *OptionsMarketData) *NullableOptionsMarketData

func (NullableOptionsMarketData) Get

func (NullableOptionsMarketData) IsSet

func (v NullableOptionsMarketData) IsSet() bool

func (NullableOptionsMarketData) MarshalJSON

func (v NullableOptionsMarketData) MarshalJSON() ([]byte, error)

func (*NullableOptionsMarketData) Set

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 (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 (NullableOrderTotalNotional) IsSet

func (v NullableOrderTotalNotional) IsSet() bool

func (NullableOrderTotalNotional) MarshalJSON

func (v NullableOrderTotalNotional) MarshalJSON() ([]byte, error)

func (*NullableOrderTotalNotional) Set

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 (NullablePaginatedAccountInfo) IsSet

func (NullablePaginatedAccountInfo) MarshalJSON

func (v NullablePaginatedAccountInfo) MarshalJSON() ([]byte, error)

func (*NullablePaginatedAccountInfo) Set

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 (NullablePaginatedFundamentalsData) Get

func (NullablePaginatedFundamentalsData) IsSet

func (NullablePaginatedFundamentalsData) MarshalJSON

func (v NullablePaginatedFundamentalsData) MarshalJSON() ([]byte, error)

func (*NullablePaginatedFundamentalsData) Set

func (*NullablePaginatedFundamentalsData) UnmarshalJSON

func (v *NullablePaginatedFundamentalsData) UnmarshalJSON(src []byte) error

func (*NullablePaginatedFundamentalsData) Unset

type NullablePaginatedInstrumentData

type NullablePaginatedInstrumentData struct {
	// contains filtered or unexported fields
}

func (NullablePaginatedInstrumentData) Get

func (NullablePaginatedInstrumentData) IsSet

func (NullablePaginatedInstrumentData) MarshalJSON

func (v NullablePaginatedInstrumentData) MarshalJSON() ([]byte, error)

func (*NullablePaginatedInstrumentData) Set

func (*NullablePaginatedInstrumentData) UnmarshalJSON

func (v *NullablePaginatedInstrumentData) UnmarshalJSON(src []byte) error

func (*NullablePaginatedInstrumentData) Unset

type NullablePaginatedInstrumentSplit

type NullablePaginatedInstrumentSplit struct {
	// contains filtered or unexported fields
}

func (NullablePaginatedInstrumentSplit) Get

func (NullablePaginatedInstrumentSplit) IsSet

func (NullablePaginatedInstrumentSplit) MarshalJSON

func (v NullablePaginatedInstrumentSplit) MarshalJSON() ([]byte, error)

func (*NullablePaginatedInstrumentSplit) Set

func (*NullablePaginatedInstrumentSplit) UnmarshalJSON

func (v *NullablePaginatedInstrumentSplit) UnmarshalJSON(src []byte) error

func (*NullablePaginatedInstrumentSplit) Unset

type NullablePaginatedMarketData

type NullablePaginatedMarketData struct {
	// contains filtered or unexported fields
}

func NewNullablePaginatedMarketData

func NewNullablePaginatedMarketData(val *PaginatedMarketData) *NullablePaginatedMarketData

func (NullablePaginatedMarketData) Get

func (NullablePaginatedMarketData) IsSet

func (NullablePaginatedMarketData) MarshalJSON

func (v NullablePaginatedMarketData) MarshalJSON() ([]byte, error)

func (*NullablePaginatedMarketData) Set

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 (NullablePaginatedMovers) IsSet

func (v NullablePaginatedMovers) IsSet() bool

func (NullablePaginatedMovers) MarshalJSON

func (v NullablePaginatedMovers) MarshalJSON() ([]byte, error)

func (*NullablePaginatedMovers) Set

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 (NullablePaginatedOptionChain) IsSet

func (NullablePaginatedOptionChain) MarshalJSON

func (v NullablePaginatedOptionChain) MarshalJSON() ([]byte, error)

func (*NullablePaginatedOptionChain) Set

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 (NullablePaginatedOptionInstrument) Get

func (NullablePaginatedOptionInstrument) IsSet

func (NullablePaginatedOptionInstrument) MarshalJSON

func (v NullablePaginatedOptionInstrument) MarshalJSON() ([]byte, error)

func (*NullablePaginatedOptionInstrument) Set

func (*NullablePaginatedOptionInstrument) UnmarshalJSON

func (v *NullablePaginatedOptionInstrument) UnmarshalJSON(src []byte) error

func (*NullablePaginatedOptionInstrument) Unset

type NullablePaginatedOrder

type NullablePaginatedOrder struct {
	// contains filtered or unexported fields
}

func NewNullablePaginatedOrder

func NewNullablePaginatedOrder(val *PaginatedOrder) *NullablePaginatedOrder

func (NullablePaginatedOrder) Get

func (NullablePaginatedOrder) IsSet

func (v NullablePaginatedOrder) IsSet() bool

func (NullablePaginatedOrder) MarshalJSON

func (v NullablePaginatedOrder) MarshalJSON() ([]byte, error)

func (*NullablePaginatedOrder) Set

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 (NullablePaginatedPosition) IsSet

func (v NullablePaginatedPosition) IsSet() bool

func (NullablePaginatedPosition) MarshalJSON

func (v NullablePaginatedPosition) MarshalJSON() ([]byte, error)

func (*NullablePaginatedPosition) Set

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 (NullablePaginatedQuoteData) IsSet

func (v NullablePaginatedQuoteData) IsSet() bool

func (NullablePaginatedQuoteData) MarshalJSON

func (v NullablePaginatedQuoteData) MarshalJSON() ([]byte, error)

func (*NullablePaginatedQuoteData) Set

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 (NullablePaginatedWatchListCreateResponse) Get

func (NullablePaginatedWatchListCreateResponse) IsSet

func (NullablePaginatedWatchListCreateResponse) MarshalJSON

func (*NullablePaginatedWatchListCreateResponse) Set

func (*NullablePaginatedWatchListCreateResponse) UnmarshalJSON

func (v *NullablePaginatedWatchListCreateResponse) UnmarshalJSON(src []byte) error

func (*NullablePaginatedWatchListCreateResponse) Unset

type NullablePaginatedWatchListsData

type NullablePaginatedWatchListsData struct {
	// contains filtered or unexported fields
}

func (NullablePaginatedWatchListsData) Get

func (NullablePaginatedWatchListsData) IsSet

func (NullablePaginatedWatchListsData) MarshalJSON

func (v NullablePaginatedWatchListsData) MarshalJSON() ([]byte, error)

func (*NullablePaginatedWatchListsData) Set

func (*NullablePaginatedWatchListsData) UnmarshalJSON

func (v *NullablePaginatedWatchListsData) UnmarshalJSON(src []byte) error

func (*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 (NullablePositionEffect) IsSet

func (v NullablePositionEffect) IsSet() bool

func (NullablePositionEffect) MarshalJSON

func (v NullablePositionEffect) MarshalJSON() ([]byte, error)

func (*NullablePositionEffect) Set

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 (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 (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 (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 (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 (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 (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 (NullableUnderlyingInstrument) IsSet

func (NullableUnderlyingInstrument) MarshalJSON

func (v NullableUnderlyingInstrument) MarshalJSON() ([]byte, error)

func (*NullableUnderlyingInstrument) Set

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 (NullableWatchListCreateResponse) Get

func (NullableWatchListCreateResponse) IsSet

func (NullableWatchListCreateResponse) MarshalJSON

func (v NullableWatchListCreateResponse) MarshalJSON() ([]byte, error)

func (*NullableWatchListCreateResponse) Set

func (*NullableWatchListCreateResponse) UnmarshalJSON

func (v *NullableWatchListCreateResponse) UnmarshalJSON(src []byte) error

func (*NullableWatchListCreateResponse) Unset

type NullableWatchListsData

type NullableWatchListsData struct {
	// contains filtered or unexported fields
}

func NewNullableWatchListsData

func NewNullableWatchListsData(val *WatchListsData) *NullableWatchListsData

func (NullableWatchListsData) Get

func (NullableWatchListsData) IsSet

func (v NullableWatchListsData) IsSet() bool

func (NullableWatchListsData) MarshalJSON

func (v NullableWatchListsData) MarshalJSON() ([]byte, error)

func (*NullableWatchListsData) Set

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

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

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

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

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

func (o *Order) GetAccount() string

GetAccount returns the Account field value if set, zero value otherwise.

func (*Order) GetAccountOk

func (o *Order) 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 (*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

func (o *Order) GetAveragePrice() string

GetAveragePrice returns the AveragePrice field value if set, zero value otherwise.

func (*Order) GetAveragePriceOk

func (o *Order) 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 (*Order) GetCancelUrl

func (o *Order) GetCancelUrl() string

GetCancelUrl returns the CancelUrl field value if set, zero value otherwise.

func (*Order) GetCancelUrlOk

func (o *Order) 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 (*Order) GetClientId

func (o *Order) GetClientId() string

GetClientId returns the ClientId field value if set, zero value otherwise.

func (*Order) GetClientIdOk

func (o *Order) GetClientIdOk() (*string, bool)

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

func (o *Order) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*Order) GetCreatedAtOk

func (o *Order) 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 (*Order) GetCumulativeQuantity

func (o *Order) GetCumulativeQuantity() string

GetCumulativeQuantity returns the CumulativeQuantity field value if set, zero value otherwise.

func (*Order) GetCumulativeQuantityOk

func (o *Order) 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 (*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

func (o *Order) GetExecutions() []Execution

GetExecutions returns the Executions field value if set, zero value otherwise.

func (*Order) GetExecutionsOk

func (o *Order) 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 (*Order) GetExtendedHours

func (o *Order) GetExtendedHours() bool

GetExtendedHours returns the ExtendedHours field value if set, zero value otherwise.

func (*Order) GetExtendedHoursOk

func (o *Order) GetExtendedHoursOk() (*bool, bool)

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) GetFees

func (o *Order) GetFees() string

GetFees returns the Fees field value if set, zero value otherwise.

func (*Order) GetFeesOk

func (o *Order) GetFeesOk() (*string, bool)

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) GetId

func (o *Order) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*Order) GetIdOk

func (o *Order) 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 (*Order) GetInstrument

func (o *Order) GetInstrument() string

GetInstrument returns the Instrument field value if set, zero value otherwise.

func (*Order) GetInstrumentOk

func (o *Order) 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 (*Order) GetInvestmentScheduleId

func (o *Order) GetInvestmentScheduleId() string

GetInvestmentScheduleId returns the InvestmentScheduleId field value if set, zero value otherwise.

func (*Order) GetInvestmentScheduleIdOk

func (o *Order) GetInvestmentScheduleIdOk() (*string, bool)

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

func (o *Order) GetLastTrailPrice() string

GetLastTrailPrice returns the LastTrailPrice field value if set, zero value otherwise.

func (*Order) GetLastTrailPriceOk

func (o *Order) GetLastTrailPriceOk() (*string, bool)

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

func (o *Order) GetLastTrailPriceUpdatedAt() string

GetLastTrailPriceUpdatedAt returns the LastTrailPriceUpdatedAt field value if set, zero value otherwise.

func (*Order) GetLastTrailPriceUpdatedAtOk

func (o *Order) GetLastTrailPriceUpdatedAtOk() (*string, bool)

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

func (o *Order) GetLastTransactionAt() string

GetLastTransactionAt returns the LastTransactionAt field value if set, zero value otherwise.

func (*Order) GetLastTransactionAtOk

func (o *Order) 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 (*Order) GetOverrideDayTradeChecks

func (o *Order) GetOverrideDayTradeChecks() bool

GetOverrideDayTradeChecks returns the OverrideDayTradeChecks field value if set, zero value otherwise.

func (*Order) GetOverrideDayTradeChecksOk

func (o *Order) 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 (*Order) GetOverrideDtbpChecks

func (o *Order) GetOverrideDtbpChecks() bool

GetOverrideDtbpChecks returns the OverrideDtbpChecks field value if set, zero value otherwise.

func (*Order) GetOverrideDtbpChecksOk

func (o *Order) 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 (*Order) GetPosition

func (o *Order) GetPosition() string

GetPosition returns the Position field value if set, zero value otherwise.

func (*Order) GetPositionOk

func (o *Order) GetPositionOk() (*string, bool)

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) GetPrice

func (o *Order) GetPrice() string

GetPrice returns the Price field value if set, zero value otherwise.

func (*Order) GetPriceOk

func (o *Order) 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 (*Order) GetQuantity

func (o *Order) GetQuantity() string

GetQuantity returns the Quantity field value if set, zero value otherwise.

func (*Order) GetQuantityOk

func (o *Order) 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 (*Order) GetRefId

func (o *Order) GetRefId() string

GetRefId returns the RefId field value if set, zero value otherwise.

func (*Order) GetRefIdOk

func (o *Order) 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 (*Order) GetRejectReason

func (o *Order) GetRejectReason() string

GetRejectReason returns the RejectReason field value if set, zero value otherwise.

func (*Order) GetRejectReasonOk

func (o *Order) 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 (*Order) GetSide

func (o *Order) GetSide() Side

GetSide returns the Side field value if set, zero value otherwise.

func (*Order) GetSideOk

func (o *Order) 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 (*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

func (o *Order) GetStopPrice() string

GetStopPrice returns the StopPrice field value if set, zero value otherwise.

func (*Order) GetStopPriceOk

func (o *Order) 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 (*Order) GetStopTriggeredAt

func (o *Order) GetStopTriggeredAt() string

GetStopTriggeredAt returns the StopTriggeredAt field value if set, zero value otherwise.

func (*Order) GetStopTriggeredAtOk

func (o *Order) GetStopTriggeredAtOk() (*string, bool)

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) GetSymbol

func (o *Order) GetSymbol() string

GetSymbol returns the Symbol field value if set, zero value otherwise.

func (*Order) GetSymbolOk

func (o *Order) 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 (*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

func (o *Order) GetTrigger() Trigger

GetTrigger returns the Trigger field value if set, zero value otherwise.

func (*Order) GetTriggerOk

func (o *Order) 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 (*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

func (o *Order) GetUpdatedAt() time.Time

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*Order) GetUpdatedAtOk

func (o *Order) 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 (*Order) GetUrl

func (o *Order) GetUrl() string

GetUrl returns the Url field value if set, zero value otherwise.

func (*Order) GetUrlOk

func (o *Order) 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 (*Order) HasAccount

func (o *Order) HasAccount() bool

HasAccount returns a boolean if a field has been set.

func (*Order) HasAction

func (o *Order) HasAction() bool

HasAction returns a boolean if a field has been set.

func (*Order) HasAveragePrice

func (o *Order) HasAveragePrice() bool

HasAveragePrice returns a boolean if a field has been set.

func (*Order) HasCancelUrl

func (o *Order) HasCancelUrl() bool

HasCancelUrl returns a boolean if a field has been set.

func (*Order) HasClientId

func (o *Order) HasClientId() bool

HasClientId returns a boolean if a field has been set.

func (*Order) HasCreatedAt

func (o *Order) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*Order) HasCumulativeQuantity

func (o *Order) HasCumulativeQuantity() bool

HasCumulativeQuantity returns a boolean if a field has been set.

func (*Order) HasExecutedNotional

func (o *Order) HasExecutedNotional() bool

HasExecutedNotional returns a boolean if a field has been set.

func (*Order) HasExecutions

func (o *Order) HasExecutions() bool

HasExecutions returns a boolean if a field has been set.

func (*Order) HasExtendedHours

func (o *Order) HasExtendedHours() bool

HasExtendedHours returns a boolean if a field has been set.

func (*Order) HasFees

func (o *Order) HasFees() bool

HasFees returns a boolean if a field has been set.

func (*Order) HasId

func (o *Order) HasId() bool

HasId returns a boolean if a field has been set.

func (*Order) HasInstrument

func (o *Order) HasInstrument() bool

HasInstrument returns a boolean if a field has been set.

func (*Order) HasInvestmentScheduleId

func (o *Order) HasInvestmentScheduleId() bool

HasInvestmentScheduleId returns a boolean if a field has been set.

func (*Order) HasLastTrailPrice

func (o *Order) HasLastTrailPrice() bool

HasLastTrailPrice returns a boolean if a field has been set.

func (*Order) HasLastTrailPriceUpdatedAt

func (o *Order) HasLastTrailPriceUpdatedAt() bool

HasLastTrailPriceUpdatedAt returns a boolean if a field has been set.

func (*Order) HasLastTransactionAt

func (o *Order) HasLastTransactionAt() bool

HasLastTransactionAt returns a boolean if a field has been set.

func (*Order) HasOverrideDayTradeChecks

func (o *Order) HasOverrideDayTradeChecks() bool

HasOverrideDayTradeChecks returns a boolean if a field has been set.

func (*Order) HasOverrideDtbpChecks

func (o *Order) HasOverrideDtbpChecks() bool

HasOverrideDtbpChecks returns a boolean if a field has been set.

func (*Order) HasPosition

func (o *Order) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*Order) HasPrice

func (o *Order) HasPrice() bool

HasPrice returns a boolean if a field has been set.

func (*Order) HasQuantity

func (o *Order) HasQuantity() bool

HasQuantity returns a boolean if a field has been set.

func (*Order) HasRefId

func (o *Order) HasRefId() bool

HasRefId returns a boolean if a field has been set.

func (*Order) HasRejectReason

func (o *Order) HasRejectReason() bool

HasRejectReason returns a boolean if a field has been set.

func (*Order) HasSide

func (o *Order) HasSide() bool

HasSide returns a boolean if a field has been set.

func (*Order) HasState

func (o *Order) HasState() bool

HasState returns a boolean if a field has been set.

func (*Order) HasStopPrice

func (o *Order) HasStopPrice() bool

HasStopPrice returns a boolean if a field has been set.

func (*Order) HasStopTriggeredAt

func (o *Order) HasStopTriggeredAt() bool

HasStopTriggeredAt returns a boolean if a field has been set.

func (*Order) HasSymbol

func (o *Order) HasSymbol() bool

HasSymbol returns a boolean if a field has been set.

func (*Order) HasTimeInForce

func (o *Order) HasTimeInForce() bool

HasTimeInForce returns a boolean if a field has been set.

func (*Order) HasTotalNotional

func (o *Order) HasTotalNotional() bool

HasTotalNotional returns a boolean if a field has been set.

func (*Order) HasTrigger

func (o *Order) HasTrigger() bool

HasTrigger returns a boolean if a field has been set.

func (*Order) HasType

func (o *Order) HasType() bool

HasType returns a boolean if a field has been set.

func (*Order) HasUpdatedAt

func (o *Order) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (*Order) HasUrl

func (o *Order) HasUrl() bool

HasUrl returns a boolean if a field has been set.

func (Order) MarshalJSON

func (o Order) MarshalJSON() ([]byte, error)

func (*Order) SetAccount

func (o *Order) SetAccount(v string)

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

func (o *Order) SetAveragePrice(v string)

SetAveragePrice gets a reference to the given string and assigns it to the AveragePrice field.

func (*Order) SetCancelUrl

func (o *Order) SetCancelUrl(v string)

SetCancelUrl gets a reference to the given string and assigns it to the CancelUrl field.

func (*Order) SetClientId

func (o *Order) SetClientId(v string)

SetClientId gets a reference to the given string and assigns it to the ClientId field.

func (*Order) SetCreatedAt

func (o *Order) SetCreatedAt(v time.Time)

SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.

func (*Order) SetCumulativeQuantity

func (o *Order) SetCumulativeQuantity(v string)

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

func (o *Order) SetExecutions(v []Execution)

SetExecutions gets a reference to the given []Execution and assigns it to the Executions field.

func (*Order) SetExtendedHours

func (o *Order) SetExtendedHours(v bool)

SetExtendedHours gets a reference to the given bool and assigns it to the ExtendedHours field.

func (*Order) SetFees

func (o *Order) SetFees(v string)

SetFees gets a reference to the given string and assigns it to the Fees field.

func (*Order) SetId

func (o *Order) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*Order) SetInstrument

func (o *Order) SetInstrument(v string)

SetInstrument gets a reference to the given string and assigns it to the Instrument field.

func (*Order) SetInvestmentScheduleId

func (o *Order) SetInvestmentScheduleId(v string)

SetInvestmentScheduleId gets a reference to the given string and assigns it to the InvestmentScheduleId field.

func (*Order) SetLastTrailPrice

func (o *Order) SetLastTrailPrice(v string)

SetLastTrailPrice gets a reference to the given string and assigns it to the LastTrailPrice field.

func (*Order) SetLastTrailPriceUpdatedAt

func (o *Order) SetLastTrailPriceUpdatedAt(v string)

SetLastTrailPriceUpdatedAt gets a reference to the given string and assigns it to the LastTrailPriceUpdatedAt field.

func (*Order) SetLastTransactionAt

func (o *Order) SetLastTransactionAt(v string)

SetLastTransactionAt gets a reference to the given string and assigns it to the LastTransactionAt field.

func (*Order) SetOverrideDayTradeChecks

func (o *Order) SetOverrideDayTradeChecks(v bool)

SetOverrideDayTradeChecks gets a reference to the given bool and assigns it to the OverrideDayTradeChecks field.

func (*Order) SetOverrideDtbpChecks

func (o *Order) SetOverrideDtbpChecks(v bool)

SetOverrideDtbpChecks gets a reference to the given bool and assigns it to the OverrideDtbpChecks field.

func (*Order) SetPosition

func (o *Order) SetPosition(v string)

SetPosition gets a reference to the given string and assigns it to the Position field.

func (*Order) SetPrice

func (o *Order) SetPrice(v string)

SetPrice gets a reference to the given string and assigns it to the Price field.

func (*Order) SetQuantity

func (o *Order) SetQuantity(v string)

SetQuantity gets a reference to the given string and assigns it to the Quantity field.

func (*Order) SetRefId

func (o *Order) SetRefId(v string)

SetRefId gets a reference to the given string and assigns it to the RefId field.

func (*Order) SetRejectReason

func (o *Order) SetRejectReason(v string)

SetRejectReason gets a reference to the given string and assigns it to the RejectReason field.

func (*Order) SetSide

func (o *Order) SetSide(v Side)

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

func (o *Order) SetStopPrice(v string)

SetStopPrice gets a reference to the given string and assigns it to the StopPrice field.

func (*Order) SetStopTriggeredAt

func (o *Order) SetStopTriggeredAt(v string)

SetStopTriggeredAt gets a reference to the given string and assigns it to the StopTriggeredAt field.

func (*Order) SetSymbol

func (o *Order) SetSymbol(v string)

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

func (o *Order) SetTrigger(v Trigger)

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

func (o *Order) SetUpdatedAt(v time.Time)

SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.

func (*Order) SetUrl

func (o *Order) SetUrl(v string)

SetUrl gets a reference to the given string and assigns it to the Url field.

func (Order) ToMap

func (o Order) ToMap() (map[string]interface{}, error)

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

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

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

GetResults returns the Results field value if set, zero value otherwise.

func (*PaginatedWatchListCreateResponse) GetResultsOk

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

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

SetCount gets a reference to the given string and assigns it to the Count field.

func (*PaginatedWatchListCreateResponse) SetNext

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

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

func (o *Portfolio) GetAccount() string

GetAccount returns the Account field value if set, zero value otherwise.

func (*Portfolio) GetAccountOk

func (o *Portfolio) 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 (*Portfolio) GetAdjustedEquityPreviousClose

func (o *Portfolio) GetAdjustedEquityPreviousClose() string

GetAdjustedEquityPreviousClose returns the AdjustedEquityPreviousClose field value if set, zero value otherwise.

func (*Portfolio) GetAdjustedEquityPreviousCloseOk

func (o *Portfolio) GetAdjustedEquityPreviousCloseOk() (*string, bool)

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

func (o *Portfolio) GetEquity() string

GetEquity returns the Equity field value if set, zero value otherwise.

func (*Portfolio) GetEquityOk

func (o *Portfolio) 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 (*Portfolio) GetEquityPreviousClose

func (o *Portfolio) GetEquityPreviousClose() string

GetEquityPreviousClose returns the EquityPreviousClose field value if set, zero value otherwise.

func (*Portfolio) GetEquityPreviousCloseOk

func (o *Portfolio) GetEquityPreviousCloseOk() (*string, bool)

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

func (o *Portfolio) GetExcessMaintenance() string

GetExcessMaintenance returns the ExcessMaintenance field value if set, zero value otherwise.

func (*Portfolio) GetExcessMaintenanceOk

func (o *Portfolio) GetExcessMaintenanceOk() (*string, bool)

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

func (o *Portfolio) GetExcessMaintenanceWithUnclearedDeposits() string

GetExcessMaintenanceWithUnclearedDeposits returns the ExcessMaintenanceWithUnclearedDeposits field value if set, zero value otherwise.

func (*Portfolio) GetExcessMaintenanceWithUnclearedDepositsOk

func (o *Portfolio) GetExcessMaintenanceWithUnclearedDepositsOk() (*string, bool)

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

func (o *Portfolio) GetExcessMargin() string

GetExcessMargin returns the ExcessMargin field value if set, zero value otherwise.

func (*Portfolio) GetExcessMarginOk

func (o *Portfolio) GetExcessMarginOk() (*string, bool)

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

func (o *Portfolio) GetExcessMarginWithUnclearedDeposits() string

GetExcessMarginWithUnclearedDeposits returns the ExcessMarginWithUnclearedDeposits field value if set, zero value otherwise.

func (*Portfolio) GetExcessMarginWithUnclearedDepositsOk

func (o *Portfolio) GetExcessMarginWithUnclearedDepositsOk() (*string, bool)

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

func (o *Portfolio) GetExtendedHoursEquity() string

GetExtendedHoursEquity returns the ExtendedHoursEquity field value if set, zero value otherwise.

func (*Portfolio) GetExtendedHoursEquityOk

func (o *Portfolio) 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 (*Portfolio) GetExtendedHoursMarketValue

func (o *Portfolio) GetExtendedHoursMarketValue() string

GetExtendedHoursMarketValue returns the ExtendedHoursMarketValue field value if set, zero value otherwise.

func (*Portfolio) GetExtendedHoursMarketValueOk

func (o *Portfolio) 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 (*Portfolio) GetLastCoreEquity

func (o *Portfolio) GetLastCoreEquity() string

GetLastCoreEquity returns the LastCoreEquity field value if set, zero value otherwise.

func (*Portfolio) GetLastCoreEquityOk

func (o *Portfolio) GetLastCoreEquityOk() (*string, bool)

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

func (o *Portfolio) GetLastCoreMarketValue() string

GetLastCoreMarketValue returns the LastCoreMarketValue field value if set, zero value otherwise.

func (*Portfolio) GetLastCoreMarketValueOk

func (o *Portfolio) GetLastCoreMarketValueOk() (*string, bool)

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

func (o *Portfolio) GetMarketValue() string

GetMarketValue returns the MarketValue field value if set, zero value otherwise.

func (*Portfolio) GetMarketValueOk

func (o *Portfolio) GetMarketValueOk() (*string, bool)

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

func (o *Portfolio) GetStartDate() string

GetStartDate returns the StartDate field value if set, zero value otherwise.

func (*Portfolio) GetStartDateOk

func (o *Portfolio) GetStartDateOk() (*string, bool)

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

func (o *Portfolio) GetUnwithdrawableDeposits() string

GetUnwithdrawableDeposits returns the UnwithdrawableDeposits field value if set, zero value otherwise.

func (*Portfolio) GetUnwithdrawableDepositsOk

func (o *Portfolio) GetUnwithdrawableDepositsOk() (*string, bool)

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

func (o *Portfolio) GetUnwithdrawableGrants() string

GetUnwithdrawableGrants returns the UnwithdrawableGrants field value if set, zero value otherwise.

func (*Portfolio) GetUnwithdrawableGrantsOk

func (o *Portfolio) GetUnwithdrawableGrantsOk() (*string, bool)

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) GetUrl

func (o *Portfolio) GetUrl() string

GetUrl returns the Url field value if set, zero value otherwise.

func (*Portfolio) GetUrlOk

func (o *Portfolio) 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 (*Portfolio) GetWithdrawableAmount

func (o *Portfolio) GetWithdrawableAmount() string

GetWithdrawableAmount returns the WithdrawableAmount field value if set, zero value otherwise.

func (*Portfolio) GetWithdrawableAmountOk

func (o *Portfolio) GetWithdrawableAmountOk() (*string, bool)

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

func (o *Portfolio) HasAccount() bool

HasAccount returns a boolean if a field has been set.

func (*Portfolio) HasAdjustedEquityPreviousClose

func (o *Portfolio) HasAdjustedEquityPreviousClose() bool

HasAdjustedEquityPreviousClose returns a boolean if a field has been set.

func (*Portfolio) HasEquity

func (o *Portfolio) HasEquity() bool

HasEquity returns a boolean if a field has been set.

func (*Portfolio) HasEquityPreviousClose

func (o *Portfolio) HasEquityPreviousClose() bool

HasEquityPreviousClose returns a boolean if a field has been set.

func (*Portfolio) HasExcessMaintenance

func (o *Portfolio) HasExcessMaintenance() bool

HasExcessMaintenance returns a boolean if a field has been set.

func (*Portfolio) HasExcessMaintenanceWithUnclearedDeposits

func (o *Portfolio) HasExcessMaintenanceWithUnclearedDeposits() bool

HasExcessMaintenanceWithUnclearedDeposits returns a boolean if a field has been set.

func (*Portfolio) HasExcessMargin

func (o *Portfolio) HasExcessMargin() bool

HasExcessMargin returns a boolean if a field has been set.

func (*Portfolio) HasExcessMarginWithUnclearedDeposits

func (o *Portfolio) HasExcessMarginWithUnclearedDeposits() bool

HasExcessMarginWithUnclearedDeposits returns a boolean if a field has been set.

func (*Portfolio) HasExtendedHoursEquity

func (o *Portfolio) HasExtendedHoursEquity() bool

HasExtendedHoursEquity returns a boolean if a field has been set.

func (*Portfolio) HasExtendedHoursMarketValue

func (o *Portfolio) HasExtendedHoursMarketValue() bool

HasExtendedHoursMarketValue returns a boolean if a field has been set.

func (*Portfolio) HasLastCoreEquity

func (o *Portfolio) HasLastCoreEquity() bool

HasLastCoreEquity returns a boolean if a field has been set.

func (*Portfolio) HasLastCoreMarketValue

func (o *Portfolio) HasLastCoreMarketValue() bool

HasLastCoreMarketValue returns a boolean if a field has been set.

func (*Portfolio) HasMarketValue

func (o *Portfolio) HasMarketValue() bool

HasMarketValue returns a boolean if a field has been set.

func (*Portfolio) HasStartDate

func (o *Portfolio) HasStartDate() bool

HasStartDate returns a boolean if a field has been set.

func (*Portfolio) HasUnwithdrawableDeposits

func (o *Portfolio) HasUnwithdrawableDeposits() bool

HasUnwithdrawableDeposits returns a boolean if a field has been set.

func (*Portfolio) HasUnwithdrawableGrants

func (o *Portfolio) HasUnwithdrawableGrants() bool

HasUnwithdrawableGrants returns a boolean if a field has been set.

func (*Portfolio) HasUrl

func (o *Portfolio) HasUrl() bool

HasUrl returns a boolean if a field has been set.

func (*Portfolio) HasWithdrawableAmount

func (o *Portfolio) HasWithdrawableAmount() bool

HasWithdrawableAmount returns a boolean if a field has been set.

func (Portfolio) MarshalJSON

func (o Portfolio) MarshalJSON() ([]byte, error)

func (*Portfolio) SetAccount

func (o *Portfolio) SetAccount(v string)

SetAccount gets a reference to the given string and assigns it to the Account field.

func (*Portfolio) SetAdjustedEquityPreviousClose

func (o *Portfolio) SetAdjustedEquityPreviousClose(v string)

SetAdjustedEquityPreviousClose gets a reference to the given string and assigns it to the AdjustedEquityPreviousClose field.

func (*Portfolio) SetEquity

func (o *Portfolio) SetEquity(v string)

SetEquity gets a reference to the given string and assigns it to the Equity field.

func (*Portfolio) SetEquityPreviousClose

func (o *Portfolio) SetEquityPreviousClose(v string)

SetEquityPreviousClose gets a reference to the given string and assigns it to the EquityPreviousClose field.

func (*Portfolio) SetExcessMaintenance

func (o *Portfolio) SetExcessMaintenance(v string)

SetExcessMaintenance gets a reference to the given string and assigns it to the ExcessMaintenance field.

func (*Portfolio) SetExcessMaintenanceWithUnclearedDeposits

func (o *Portfolio) SetExcessMaintenanceWithUnclearedDeposits(v string)

SetExcessMaintenanceWithUnclearedDeposits gets a reference to the given string and assigns it to the ExcessMaintenanceWithUnclearedDeposits field.

func (*Portfolio) SetExcessMargin

func (o *Portfolio) SetExcessMargin(v string)

SetExcessMargin gets a reference to the given string and assigns it to the ExcessMargin field.

func (*Portfolio) SetExcessMarginWithUnclearedDeposits

func (o *Portfolio) SetExcessMarginWithUnclearedDeposits(v string)

SetExcessMarginWithUnclearedDeposits gets a reference to the given string and assigns it to the ExcessMarginWithUnclearedDeposits field.

func (*Portfolio) SetExtendedHoursEquity

func (o *Portfolio) SetExtendedHoursEquity(v string)

SetExtendedHoursEquity gets a reference to the given string and assigns it to the ExtendedHoursEquity field.

func (*Portfolio) SetExtendedHoursMarketValue

func (o *Portfolio) SetExtendedHoursMarketValue(v string)

SetExtendedHoursMarketValue gets a reference to the given string and assigns it to the ExtendedHoursMarketValue field.

func (*Portfolio) SetLastCoreEquity

func (o *Portfolio) SetLastCoreEquity(v string)

SetLastCoreEquity gets a reference to the given string and assigns it to the LastCoreEquity field.

func (*Portfolio) SetLastCoreMarketValue

func (o *Portfolio) SetLastCoreMarketValue(v string)

SetLastCoreMarketValue gets a reference to the given string and assigns it to the LastCoreMarketValue field.

func (*Portfolio) SetMarketValue

func (o *Portfolio) SetMarketValue(v string)

SetMarketValue gets a reference to the given string and assigns it to the MarketValue field.

func (*Portfolio) SetStartDate

func (o *Portfolio) SetStartDate(v string)

SetStartDate gets a reference to the given string and assigns it to the StartDate field.

func (*Portfolio) SetUnwithdrawableDeposits

func (o *Portfolio) SetUnwithdrawableDeposits(v string)

SetUnwithdrawableDeposits gets a reference to the given string and assigns it to the UnwithdrawableDeposits field.

func (*Portfolio) SetUnwithdrawableGrants

func (o *Portfolio) SetUnwithdrawableGrants(v string)

SetUnwithdrawableGrants gets a reference to the given string and assigns it to the UnwithdrawableGrants field.

func (*Portfolio) SetUrl

func (o *Portfolio) SetUrl(v string)

SetUrl gets a reference to the given string and assigns it to the Url field.

func (*Portfolio) SetWithdrawableAmount

func (o *Portfolio) SetWithdrawableAmount(v string)

SetWithdrawableAmount gets a reference to the given string and assigns it to the WithdrawableAmount field.

func (Portfolio) ToMap

func (o Portfolio) ToMap() (map[string]interface{}, error)

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"`
	SharesHeldForBuys        *string    `json:"shares_held_for_buys,omitempty"`
	SharesHeldForSells       *string    `json:"shares_held_for_sells,omitempty"`
	SharesHeldForStockGrants *string    `json:"shares_held_for_stock_grants,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

func (o *Position) GetAccount() string

GetAccount returns the Account field value if set, zero value otherwise.

func (*Position) GetAccountOk

func (o *Position) 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 (*Position) GetAverageBuyPrice

func (o *Position) GetAverageBuyPrice() string

GetAverageBuyPrice returns the AverageBuyPrice field value if set, zero value otherwise.

func (*Position) GetAverageBuyPriceOk

func (o *Position) GetAverageBuyPriceOk() (*string, bool)

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

func (o *Position) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*Position) GetCreatedAtOk

func (o *Position) 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 (*Position) GetInstrument

func (o *Position) GetInstrument() string

GetInstrument returns the Instrument field value if set, zero value otherwise.

func (*Position) GetInstrumentOk

func (o *Position) 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 (*Position) GetIntradayAverageBuyPrice

func (o *Position) GetIntradayAverageBuyPrice() string

GetIntradayAverageBuyPrice returns the IntradayAverageBuyPrice field value if set, zero value otherwise.

func (*Position) GetIntradayAverageBuyPriceOk

func (o *Position) GetIntradayAverageBuyPriceOk() (*string, bool)

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

func (o *Position) GetIntradayQuantity() string

GetIntradayQuantity returns the IntradayQuantity field value if set, zero value otherwise.

func (*Position) GetIntradayQuantityOk

func (o *Position) GetIntradayQuantityOk() (*string, bool)

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

func (o *Position) GetQuantity() string

GetQuantity returns the Quantity field value if set, zero value otherwise.

func (*Position) GetQuantityOk

func (o *Position) 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 (*Position) GetSharesHeldForBuys

func (o *Position) GetSharesHeldForBuys() string

GetSharesHeldForBuys returns the SharesHeldForBuys field value if set, zero value otherwise.

func (*Position) GetSharesHeldForBuysOk

func (o *Position) GetSharesHeldForBuysOk() (*string, bool)

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

func (o *Position) GetSharesHeldForSells() string

GetSharesHeldForSells returns the SharesHeldForSells field value if set, zero value otherwise.

func (*Position) GetSharesHeldForSellsOk

func (o *Position) GetSharesHeldForSellsOk() (*string, bool)

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

func (o *Position) GetSharesHeldForStockGrants() string

GetSharesHeldForStockGrants returns the SharesHeldForStockGrants field value if set, zero value otherwise.

func (*Position) GetSharesHeldForStockGrantsOk

func (o *Position) GetSharesHeldForStockGrantsOk() (*string, bool)

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

func (o *Position) GetUpdatedAt() time.Time

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*Position) GetUpdatedAtOk

func (o *Position) 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 (*Position) GetUrl

func (o *Position) GetUrl() string

GetUrl returns the Url field value if set, zero value otherwise.

func (*Position) GetUrlOk

func (o *Position) 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 (*Position) HasAccount

func (o *Position) HasAccount() bool

HasAccount returns a boolean if a field has been set.

func (*Position) HasAverageBuyPrice

func (o *Position) HasAverageBuyPrice() bool

HasAverageBuyPrice returns a boolean if a field has been set.

func (*Position) HasCreatedAt

func (o *Position) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*Position) HasInstrument

func (o *Position) HasInstrument() bool

HasInstrument returns a boolean if a field has been set.

func (*Position) HasIntradayAverageBuyPrice

func (o *Position) HasIntradayAverageBuyPrice() bool

HasIntradayAverageBuyPrice returns a boolean if a field has been set.

func (*Position) HasIntradayQuantity

func (o *Position) HasIntradayQuantity() bool

HasIntradayQuantity returns a boolean if a field has been set.

func (*Position) HasQuantity

func (o *Position) HasQuantity() bool

HasQuantity returns a boolean if a field has been set.

func (*Position) HasSharesHeldForBuys

func (o *Position) HasSharesHeldForBuys() bool

HasSharesHeldForBuys returns a boolean if a field has been set.

func (*Position) HasSharesHeldForSells

func (o *Position) HasSharesHeldForSells() bool

HasSharesHeldForSells returns a boolean if a field has been set.

func (*Position) HasSharesHeldForStockGrants

func (o *Position) HasSharesHeldForStockGrants() bool

HasSharesHeldForStockGrants returns a boolean if a field has been set.

func (*Position) HasUpdatedAt

func (o *Position) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (*Position) HasUrl

func (o *Position) HasUrl() bool

HasUrl returns a boolean if a field has been set.

func (Position) MarshalJSON

func (o Position) MarshalJSON() ([]byte, error)

func (*Position) SetAccount

func (o *Position) SetAccount(v string)

SetAccount gets a reference to the given string and assigns it to the Account field.

func (*Position) SetAverageBuyPrice

func (o *Position) SetAverageBuyPrice(v string)

SetAverageBuyPrice gets a reference to the given string and assigns it to the AverageBuyPrice field.

func (*Position) SetCreatedAt

func (o *Position) SetCreatedAt(v time.Time)

SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.

func (*Position) SetInstrument

func (o *Position) SetInstrument(v string)

SetInstrument gets a reference to the given string and assigns it to the Instrument field.

func (*Position) SetIntradayAverageBuyPrice

func (o *Position) SetIntradayAverageBuyPrice(v string)

SetIntradayAverageBuyPrice gets a reference to the given string and assigns it to the IntradayAverageBuyPrice field.

func (*Position) SetIntradayQuantity

func (o *Position) SetIntradayQuantity(v string)

SetIntradayQuantity gets a reference to the given string and assigns it to the IntradayQuantity field.

func (*Position) SetQuantity

func (o *Position) SetQuantity(v string)

SetQuantity gets a reference to the given string and assigns it to the Quantity field.

func (*Position) SetSharesHeldForBuys

func (o *Position) SetSharesHeldForBuys(v string)

SetSharesHeldForBuys gets a reference to the given string and assigns it to the SharesHeldForBuys field.

func (*Position) SetSharesHeldForSells

func (o *Position) SetSharesHeldForSells(v string)

SetSharesHeldForSells gets a reference to the given string and assigns it to the SharesHeldForSells field.

func (*Position) SetSharesHeldForStockGrants

func (o *Position) SetSharesHeldForStockGrants(v string)

SetSharesHeldForStockGrants gets a reference to the given string and assigns it to the SharesHeldForStockGrants field.

func (*Position) SetUpdatedAt

func (o *Position) SetUpdatedAt(v time.Time)

SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.

func (*Position) SetUrl

func (o *Position) SetUrl(v string)

SetUrl gets a reference to the given string and assigns it to the Url field.

func (Position) ToMap

func (o Position) ToMap() (map[string]interface{}, error)

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

func (o *Quote) GetAdjustedPreviousClose() string

GetAdjustedPreviousClose returns the AdjustedPreviousClose field value if set, zero value otherwise.

func (*Quote) GetAdjustedPreviousCloseOk

func (o *Quote) GetAdjustedPreviousCloseOk() (*string, bool)

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

func (o *Quote) GetAskPrice() string

GetAskPrice returns the AskPrice field value if set, zero value otherwise.

func (*Quote) GetAskPriceOk

func (o *Quote) 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 (*Quote) GetAskSize

func (o *Quote) GetAskSize() int32

GetAskSize returns the AskSize field value if set, zero value otherwise.

func (*Quote) GetAskSizeOk

func (o *Quote) GetAskSizeOk() (*int32, 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 (*Quote) GetBidPrice

func (o *Quote) GetBidPrice() string

GetBidPrice returns the BidPrice field value if set, zero value otherwise.

func (*Quote) GetBidPriceOk

func (o *Quote) 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 (*Quote) GetBidSize

func (o *Quote) GetBidSize() int32

GetBidSize returns the BidSize field value if set, zero value otherwise.

func (*Quote) GetBidSizeOk

func (o *Quote) GetBidSizeOk() (*int32, 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 (*Quote) GetLastExtendedHoursTradePrice

func (o *Quote) GetLastExtendedHoursTradePrice() string

GetLastExtendedHoursTradePrice returns the LastExtendedHoursTradePrice field value if set, zero value otherwise.

func (*Quote) GetLastExtendedHoursTradePriceOk

func (o *Quote) GetLastExtendedHoursTradePriceOk() (*string, bool)

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

func (o *Quote) GetLastTradePrice() string

GetLastTradePrice returns the LastTradePrice field value if set, zero value otherwise.

func (*Quote) GetLastTradePriceOk

func (o *Quote) 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 (*Quote) GetPreviousClose

func (o *Quote) GetPreviousClose() string

GetPreviousClose returns the PreviousClose field value if set, zero value otherwise.

func (*Quote) GetPreviousCloseDate

func (o *Quote) GetPreviousCloseDate() string

GetPreviousCloseDate returns the PreviousCloseDate field value if set, zero value otherwise.

func (*Quote) GetPreviousCloseDateOk

func (o *Quote) 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 (*Quote) GetPreviousCloseOk

func (o *Quote) GetPreviousCloseOk() (*string, bool)

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) GetSymbol

func (o *Quote) GetSymbol() string

GetSymbol returns the Symbol field value if set, zero value otherwise.

func (*Quote) GetSymbolOk

func (o *Quote) 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 (*Quote) GetTradingHalted

func (o *Quote) GetTradingHalted() bool

GetTradingHalted returns the TradingHalted field value if set, zero value otherwise.

func (*Quote) GetTradingHaltedOk

func (o *Quote) GetTradingHaltedOk() (*bool, bool)

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

func (o *Quote) GetUpdatedAt() string

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*Quote) GetUpdatedAtOk

func (o *Quote) 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 (*Quote) HasAdjustedPreviousClose

func (o *Quote) HasAdjustedPreviousClose() bool

HasAdjustedPreviousClose returns a boolean if a field has been set.

func (*Quote) HasAskPrice

func (o *Quote) HasAskPrice() bool

HasAskPrice returns a boolean if a field has been set.

func (*Quote) HasAskSize

func (o *Quote) HasAskSize() bool

HasAskSize returns a boolean if a field has been set.

func (*Quote) HasBidPrice

func (o *Quote) HasBidPrice() bool

HasBidPrice returns a boolean if a field has been set.

func (*Quote) HasBidSize

func (o *Quote) HasBidSize() bool

HasBidSize returns a boolean if a field has been set.

func (*Quote) HasLastExtendedHoursTradePrice

func (o *Quote) HasLastExtendedHoursTradePrice() bool

HasLastExtendedHoursTradePrice returns a boolean if a field has been set.

func (*Quote) HasLastTradePrice

func (o *Quote) HasLastTradePrice() bool

HasLastTradePrice returns a boolean if a field has been set.

func (*Quote) HasPreviousClose

func (o *Quote) HasPreviousClose() bool

HasPreviousClose returns a boolean if a field has been set.

func (*Quote) HasPreviousCloseDate

func (o *Quote) HasPreviousCloseDate() bool

HasPreviousCloseDate returns a boolean if a field has been set.

func (*Quote) HasSymbol

func (o *Quote) HasSymbol() bool

HasSymbol returns a boolean if a field has been set.

func (*Quote) HasTradingHalted

func (o *Quote) HasTradingHalted() bool

HasTradingHalted returns a boolean if a field has been set.

func (*Quote) HasUpdatedAt

func (o *Quote) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (Quote) MarshalJSON

func (o Quote) MarshalJSON() ([]byte, error)

func (*Quote) SetAdjustedPreviousClose

func (o *Quote) SetAdjustedPreviousClose(v string)

SetAdjustedPreviousClose gets a reference to the given string and assigns it to the AdjustedPreviousClose field.

func (*Quote) SetAskPrice

func (o *Quote) SetAskPrice(v string)

SetAskPrice gets a reference to the given string and assigns it to the AskPrice field.

func (*Quote) SetAskSize

func (o *Quote) SetAskSize(v int32)

SetAskSize gets a reference to the given int32 and assigns it to the AskSize field.

func (*Quote) SetBidPrice

func (o *Quote) SetBidPrice(v string)

SetBidPrice gets a reference to the given string and assigns it to the BidPrice field.

func (*Quote) SetBidSize

func (o *Quote) SetBidSize(v int32)

SetBidSize gets a reference to the given int32 and assigns it to the BidSize field.

func (*Quote) SetLastExtendedHoursTradePrice

func (o *Quote) SetLastExtendedHoursTradePrice(v string)

SetLastExtendedHoursTradePrice gets a reference to the given string and assigns it to the LastExtendedHoursTradePrice field.

func (*Quote) SetLastTradePrice

func (o *Quote) SetLastTradePrice(v string)

SetLastTradePrice gets a reference to the given string and assigns it to the LastTradePrice field.

func (*Quote) SetPreviousClose

func (o *Quote) SetPreviousClose(v string)

SetPreviousClose gets a reference to the given string and assigns it to the PreviousClose field.

func (*Quote) SetPreviousCloseDate

func (o *Quote) SetPreviousCloseDate(v string)

SetPreviousCloseDate gets a reference to the given string and assigns it to the PreviousCloseDate field.

func (*Quote) SetSymbol

func (o *Quote) SetSymbol(v string)

SetSymbol gets a reference to the given string and assigns it to the Symbol field.

func (*Quote) SetTradingHalted

func (o *Quote) SetTradingHalted(v bool)

SetTradingHalted gets a reference to the given bool and assigns it to the TradingHalted field.

func (*Quote) SetUpdatedAt

func (o *Quote) SetUpdatedAt(v string)

SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.

func (Quote) ToMap

func (o Quote) ToMap() (map[string]interface{}, error)

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

func (o *QuoteData) GetAdjustedPreviousClose() string

GetAdjustedPreviousClose returns the AdjustedPreviousClose field value if set, zero value otherwise.

func (*QuoteData) GetAdjustedPreviousCloseOk

func (o *QuoteData) GetAdjustedPreviousCloseOk() (*string, bool)

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

func (o *QuoteData) GetAskPrice() string

GetAskPrice returns the AskPrice field value if set, zero value otherwise.

func (*QuoteData) GetAskPriceOk

func (o *QuoteData) 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 (*QuoteData) GetAskSize

func (o *QuoteData) GetAskSize() string

GetAskSize returns the AskSize field value if set, zero value otherwise.

func (*QuoteData) GetAskSizeOk

func (o *QuoteData) 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 (*QuoteData) GetBidPrice

func (o *QuoteData) GetBidPrice() string

GetBidPrice returns the BidPrice field value if set, zero value otherwise.

func (*QuoteData) GetBidPriceOk

func (o *QuoteData) 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 (*QuoteData) GetBidSize

func (o *QuoteData) GetBidSize() string

GetBidSize returns the BidSize field value if set, zero value otherwise.

func (*QuoteData) GetBidSizeOk

func (o *QuoteData) 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 (*QuoteData) GetLastExtendedHoursTradePrice

func (o *QuoteData) GetLastExtendedHoursTradePrice() string

GetLastExtendedHoursTradePrice returns the LastExtendedHoursTradePrice field value if set, zero value otherwise.

func (*QuoteData) GetLastExtendedHoursTradePriceOk

func (o *QuoteData) GetLastExtendedHoursTradePriceOk() (*string, bool)

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

func (o *QuoteData) GetLastTradePrice() string

GetLastTradePrice returns the LastTradePrice field value if set, zero value otherwise.

func (*QuoteData) GetLastTradePriceOk

func (o *QuoteData) 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 (*QuoteData) GetPreviousClose

func (o *QuoteData) GetPreviousClose() string

GetPreviousClose returns the PreviousClose field value if set, zero value otherwise.

func (*QuoteData) GetPreviousCloseDate

func (o *QuoteData) GetPreviousCloseDate() string

GetPreviousCloseDate returns the PreviousCloseDate field value if set, zero value otherwise.

func (*QuoteData) GetPreviousCloseDateOk

func (o *QuoteData) 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 (*QuoteData) GetPreviousCloseOk

func (o *QuoteData) GetPreviousCloseOk() (*string, bool)

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

func (o *QuoteData) GetSymbol() string

GetSymbol returns the Symbol field value if set, zero value otherwise.

func (*QuoteData) GetSymbolOk

func (o *QuoteData) 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 (*QuoteData) GetTradingHalted

func (o *QuoteData) GetTradingHalted() bool

GetTradingHalted returns the TradingHalted field value if set, zero value otherwise.

func (*QuoteData) GetTradingHaltedOk

func (o *QuoteData) GetTradingHaltedOk() (*bool, bool)

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

func (o *QuoteData) GetUpdatedAt() time.Time

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*QuoteData) GetUpdatedAtOk

func (o *QuoteData) 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 (*QuoteData) HasAdjustedPreviousClose

func (o *QuoteData) HasAdjustedPreviousClose() bool

HasAdjustedPreviousClose returns a boolean if a field has been set.

func (*QuoteData) HasAskPrice

func (o *QuoteData) HasAskPrice() bool

HasAskPrice returns a boolean if a field has been set.

func (*QuoteData) HasAskSize

func (o *QuoteData) HasAskSize() bool

HasAskSize returns a boolean if a field has been set.

func (*QuoteData) HasBidPrice

func (o *QuoteData) HasBidPrice() bool

HasBidPrice returns a boolean if a field has been set.

func (*QuoteData) HasBidSize

func (o *QuoteData) HasBidSize() bool

HasBidSize returns a boolean if a field has been set.

func (*QuoteData) HasLastExtendedHoursTradePrice

func (o *QuoteData) HasLastExtendedHoursTradePrice() bool

HasLastExtendedHoursTradePrice returns a boolean if a field has been set.

func (*QuoteData) HasLastTradePrice

func (o *QuoteData) HasLastTradePrice() bool

HasLastTradePrice returns a boolean if a field has been set.

func (*QuoteData) HasPreviousClose

func (o *QuoteData) HasPreviousClose() bool

HasPreviousClose returns a boolean if a field has been set.

func (*QuoteData) HasPreviousCloseDate

func (o *QuoteData) HasPreviousCloseDate() bool

HasPreviousCloseDate returns a boolean if a field has been set.

func (*QuoteData) HasSymbol

func (o *QuoteData) HasSymbol() bool

HasSymbol returns a boolean if a field has been set.

func (*QuoteData) HasTradingHalted

func (o *QuoteData) HasTradingHalted() bool

HasTradingHalted returns a boolean if a field has been set.

func (*QuoteData) HasUpdatedAt

func (o *QuoteData) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (QuoteData) MarshalJSON

func (o QuoteData) MarshalJSON() ([]byte, error)

func (*QuoteData) SetAdjustedPreviousClose

func (o *QuoteData) SetAdjustedPreviousClose(v string)

SetAdjustedPreviousClose gets a reference to the given string and assigns it to the AdjustedPreviousClose field.

func (*QuoteData) SetAskPrice

func (o *QuoteData) SetAskPrice(v string)

SetAskPrice gets a reference to the given string and assigns it to the AskPrice field.

func (*QuoteData) SetAskSize

func (o *QuoteData) SetAskSize(v string)

SetAskSize gets a reference to the given string and assigns it to the AskSize field.

func (*QuoteData) SetBidPrice

func (o *QuoteData) SetBidPrice(v string)

SetBidPrice gets a reference to the given string and assigns it to the BidPrice field.

func (*QuoteData) SetBidSize

func (o *QuoteData) SetBidSize(v string)

SetBidSize gets a reference to the given string and assigns it to the BidSize field.

func (*QuoteData) SetLastExtendedHoursTradePrice

func (o *QuoteData) SetLastExtendedHoursTradePrice(v string)

SetLastExtendedHoursTradePrice gets a reference to the given string and assigns it to the LastExtendedHoursTradePrice field.

func (*QuoteData) SetLastTradePrice

func (o *QuoteData) SetLastTradePrice(v string)

SetLastTradePrice gets a reference to the given string and assigns it to the LastTradePrice field.

func (*QuoteData) SetPreviousClose

func (o *QuoteData) SetPreviousClose(v string)

SetPreviousClose gets a reference to the given string and assigns it to the PreviousClose field.

func (*QuoteData) SetPreviousCloseDate

func (o *QuoteData) SetPreviousCloseDate(v string)

SetPreviousCloseDate gets a reference to the given string and assigns it to the PreviousCloseDate field.

func (*QuoteData) SetSymbol

func (o *QuoteData) SetSymbol(v string)

SetSymbol gets a reference to the given string and assigns it to the Symbol field.

func (*QuoteData) SetTradingHalted

func (o *QuoteData) SetTradingHalted(v bool)

SetTradingHalted gets a reference to the given bool and assigns it to the TradingHalted field.

func (*QuoteData) SetUpdatedAt

func (o *QuoteData) SetUpdatedAt(v time.Time)

SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.

func (QuoteData) ToMap

func (o QuoteData) ToMap() (map[string]interface{}, error)

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'

const (
	BUY  Side = "buy"
	SELL Side = "sell"
)

List of Side

func NewSideFromValue

func NewSideFromValue(v string) (*Side, error)

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) IsValid

func (v Side) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (Side) Ptr

func (v Side) Ptr() *Side

Ptr returns reference to Side value

func (*Side) UnmarshalJSON

func (v *Side) UnmarshalJSON(src []byte) error

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 Transaction struct {
	Ticker          string
	TransactionType string // Buy. Sell
	Qty             float64
	UnitCost        float64
	CreatedAt       string
	Tag             string
}

type Trigger

type Trigger string

Trigger the model 'Trigger'

const (
	IMMEDIATE Trigger = "immediate"
	STOP      Trigger = "stop"
)

List of Trigger

func NewTriggerFromValue

func NewTriggerFromValue(v string) (*Trigger, error)

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) IsValid

func (v Trigger) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (Trigger) Ptr

func (v Trigger) Ptr() *Trigger

Ptr returns reference to Trigger value

func (*Trigger) UnmarshalJSON

func (v *Trigger) UnmarshalJSON(src []byte) error

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) GetId

func (o *UserId) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*UserId) GetIdOk

func (o *UserId) 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 (*UserId) GetUrl

func (o *UserId) GetUrl() string

GetUrl returns the Url field value if set, zero value otherwise.

func (*UserId) GetUrlOk

func (o *UserId) 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 (*UserId) GetUsername

func (o *UserId) GetUsername() string

GetUsername returns the Username field value if set, zero value otherwise.

func (*UserId) GetUsernameOk

func (o *UserId) GetUsernameOk() (*string, bool)

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) HasId

func (o *UserId) HasId() bool

HasId returns a boolean if a field has been set.

func (*UserId) HasUrl

func (o *UserId) HasUrl() bool

HasUrl returns a boolean if a field has been set.

func (*UserId) HasUsername

func (o *UserId) HasUsername() bool

HasUsername returns a boolean if a field has been set.

func (UserId) MarshalJSON

func (o UserId) MarshalJSON() ([]byte, error)

func (*UserId) SetId

func (o *UserId) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*UserId) SetUrl

func (o *UserId) SetUrl(v string)

SetUrl gets a reference to the given string and assigns it to the Url field.

func (*UserId) SetUsername

func (o *UserId) SetUsername(v string)

SetUsername gets a reference to the given string and assigns it to the Username field.

func (UserId) ToMap

func (o UserId) ToMap() (map[string]interface{}, error)

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

func (o *UserInfo) GetAdditionalInfo() string

GetAdditionalInfo returns the AdditionalInfo field value if set, zero value otherwise.

func (*UserInfo) GetAdditionalInfoOk

func (o *UserInfo) GetAdditionalInfoOk() (*string, bool)

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

func (o *UserInfo) GetBasicInfo() string

GetBasicInfo returns the BasicInfo field value if set, zero value otherwise.

func (*UserInfo) GetBasicInfoOk

func (o *UserInfo) GetBasicInfoOk() (*string, bool)

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) GetEmail

func (o *UserInfo) GetEmail() string

GetEmail returns the Email field value if set, zero value otherwise.

func (*UserInfo) GetEmailOk

func (o *UserInfo) GetEmailOk() (*string, bool)

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

func (o *UserInfo) GetEmployment() string

GetEmployment returns the Employment field value if set, zero value otherwise.

func (*UserInfo) GetEmploymentOk

func (o *UserInfo) GetEmploymentOk() (*string, bool)

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

func (o *UserInfo) GetFirstName() string

GetFirstName returns the FirstName field value if set, zero value otherwise.

func (*UserInfo) GetFirstNameOk

func (o *UserInfo) GetFirstNameOk() (*string, bool)

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) GetId

func (o *UserInfo) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*UserInfo) GetIdInfo

func (o *UserInfo) GetIdInfo() string

GetIdInfo returns the IdInfo field value if set, zero value otherwise.

func (*UserInfo) GetIdInfoOk

func (o *UserInfo) GetIdInfoOk() (*string, bool)

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

func (o *UserInfo) 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 (*UserInfo) GetInternationalInfo

func (o *UserInfo) GetInternationalInfo() string

GetInternationalInfo returns the InternationalInfo field value if set, zero value otherwise.

func (*UserInfo) GetInternationalInfoOk

func (o *UserInfo) GetInternationalInfoOk() (*string, bool)

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

func (o *UserInfo) GetInvestmentProfile() string

GetInvestmentProfile returns the InvestmentProfile field value if set, zero value otherwise.

func (*UserInfo) GetInvestmentProfileOk

func (o *UserInfo) GetInvestmentProfileOk() (*string, bool)

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

func (o *UserInfo) GetLastName() string

GetLastName returns the LastName field value if set, zero value otherwise.

func (*UserInfo) GetLastNameOk

func (o *UserInfo) GetLastNameOk() (*string, bool)

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) GetUrl

func (o *UserInfo) GetUrl() string

GetUrl returns the Url field value if set, zero value otherwise.

func (*UserInfo) GetUrlOk

func (o *UserInfo) 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 (*UserInfo) GetUsername

func (o *UserInfo) GetUsername() string

GetUsername returns the Username field value if set, zero value otherwise.

func (*UserInfo) GetUsernameOk

func (o *UserInfo) GetUsernameOk() (*string, bool)

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

func (o *UserInfo) HasAdditionalInfo() bool

HasAdditionalInfo returns a boolean if a field has been set.

func (*UserInfo) HasBasicInfo

func (o *UserInfo) HasBasicInfo() bool

HasBasicInfo returns a boolean if a field has been set.

func (*UserInfo) HasEmail

func (o *UserInfo) HasEmail() bool

HasEmail returns a boolean if a field has been set.

func (*UserInfo) HasEmployment

func (o *UserInfo) HasEmployment() bool

HasEmployment returns a boolean if a field has been set.

func (*UserInfo) HasFirstName

func (o *UserInfo) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

func (*UserInfo) HasId

func (o *UserInfo) HasId() bool

HasId returns a boolean if a field has been set.

func (*UserInfo) HasIdInfo

func (o *UserInfo) HasIdInfo() bool

HasIdInfo returns a boolean if a field has been set.

func (*UserInfo) HasInternationalInfo

func (o *UserInfo) HasInternationalInfo() bool

HasInternationalInfo returns a boolean if a field has been set.

func (*UserInfo) HasInvestmentProfile

func (o *UserInfo) HasInvestmentProfile() bool

HasInvestmentProfile returns a boolean if a field has been set.

func (*UserInfo) HasLastName

func (o *UserInfo) HasLastName() bool

HasLastName returns a boolean if a field has been set.

func (*UserInfo) HasUrl

func (o *UserInfo) HasUrl() bool

HasUrl returns a boolean if a field has been set.

func (*UserInfo) HasUsername

func (o *UserInfo) HasUsername() bool

HasUsername returns a boolean if a field has been set.

func (UserInfo) MarshalJSON

func (o UserInfo) MarshalJSON() ([]byte, error)

func (*UserInfo) SetAdditionalInfo

func (o *UserInfo) SetAdditionalInfo(v string)

SetAdditionalInfo gets a reference to the given string and assigns it to the AdditionalInfo field.

func (*UserInfo) SetBasicInfo

func (o *UserInfo) SetBasicInfo(v string)

SetBasicInfo gets a reference to the given string and assigns it to the BasicInfo field.

func (*UserInfo) SetEmail

func (o *UserInfo) SetEmail(v string)

SetEmail gets a reference to the given string and assigns it to the Email field.

func (*UserInfo) SetEmployment

func (o *UserInfo) SetEmployment(v string)

SetEmployment gets a reference to the given string and assigns it to the Employment field.

func (*UserInfo) SetFirstName

func (o *UserInfo) SetFirstName(v string)

SetFirstName gets a reference to the given string and assigns it to the FirstName field.

func (*UserInfo) SetId

func (o *UserInfo) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*UserInfo) SetIdInfo

func (o *UserInfo) SetIdInfo(v string)

SetIdInfo gets a reference to the given string and assigns it to the IdInfo field.

func (*UserInfo) SetInternationalInfo

func (o *UserInfo) SetInternationalInfo(v string)

SetInternationalInfo gets a reference to the given string and assigns it to the InternationalInfo field.

func (*UserInfo) SetInvestmentProfile

func (o *UserInfo) SetInvestmentProfile(v string)

SetInvestmentProfile gets a reference to the given string and assigns it to the InvestmentProfile field.

func (*UserInfo) SetLastName

func (o *UserInfo) SetLastName(v string)

SetLastName gets a reference to the given string and assigns it to the LastName field.

func (*UserInfo) SetUrl

func (o *UserInfo) SetUrl(v string)

SetUrl gets a reference to the given string and assigns it to the Url field.

func (*UserInfo) SetUsername

func (o *UserInfo) SetUsername(v string)

SetUsername gets a reference to the given string and assigns it to the Username field.

func (UserInfo) ToMap

func (o UserInfo) ToMap() (map[string]interface{}, error)

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) GetName

func (o *Watchlist) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*Watchlist) GetNameOk

func (o *Watchlist) 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 (*Watchlist) GetUrl

func (o *Watchlist) GetUrl() string

GetUrl returns the Url field value if set, zero value otherwise.

func (*Watchlist) GetUrlOk

func (o *Watchlist) 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 (*Watchlist) GetUser

func (o *Watchlist) GetUser() string

GetUser returns the User field value if set, zero value otherwise.

func (*Watchlist) GetUserOk

func (o *Watchlist) 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 (*Watchlist) HasName

func (o *Watchlist) HasName() bool

HasName returns a boolean if a field has been set.

func (*Watchlist) HasUrl

func (o *Watchlist) HasUrl() bool

HasUrl returns a boolean if a field has been set.

func (*Watchlist) HasUser

func (o *Watchlist) HasUser() bool

HasUser returns a boolean if a field has been set.

func (Watchlist) MarshalJSON

func (o Watchlist) MarshalJSON() ([]byte, error)

func (*Watchlist) SetName

func (o *Watchlist) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*Watchlist) SetUrl

func (o *Watchlist) SetUrl(v string)

SetUrl gets a reference to the given string and assigns it to the Url field.

func (*Watchlist) SetUser

func (o *Watchlist) SetUser(v string)

SetUser gets a reference to the given string and assigns it to the User field.

func (Watchlist) ToMap

func (o Watchlist) ToMap() (map[string]interface{}, error)

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL