Documentation ¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- type APIKey
- type APIResponse
- type ApiDownloadRequest
- func (r ApiDownloadRequest) A1(a1 string) ApiDownloadRequest
- func (r ApiDownloadRequest) Crumb(crumb string) ApiDownloadRequest
- func (r ApiDownloadRequest) Events(events []string) ApiDownloadRequest
- func (r ApiDownloadRequest) Execute() (*os.File, *http.Response, error)
- func (r ApiDownloadRequest) Interval(interval Interval) ApiDownloadRequest
- func (r ApiDownloadRequest) Period1(period1 int64) ApiDownloadRequest
- func (r ApiDownloadRequest) Period2(period2 int64) ApiDownloadRequest
- type ApiGetChartRequest
- func (r ApiGetChartRequest) A1(a1 string) ApiGetChartRequest
- func (r ApiGetChartRequest) CorsDomain(corsDomain string) ApiGetChartRequest
- func (r ApiGetChartRequest) Crumb(crumb string) ApiGetChartRequest
- func (r ApiGetChartRequest) Events(events []string) ApiGetChartRequest
- func (r ApiGetChartRequest) Execute() (*ChartResponse, *http.Response, error)
- func (r ApiGetChartRequest) IncludePrePost(includePrePost bool) ApiGetChartRequest
- func (r ApiGetChartRequest) Interval(interval Interval) ApiGetChartRequest
- func (r ApiGetChartRequest) Lang(lang string) ApiGetChartRequest
- func (r ApiGetChartRequest) Period1(period1 int64) ApiGetChartRequest
- func (r ApiGetChartRequest) Period2(period2 int64) ApiGetChartRequest
- func (r ApiGetChartRequest) Region(region string) ApiGetChartRequest
- func (r ApiGetChartRequest) Tsrc(tsrc string) ApiGetChartRequest
- func (r ApiGetChartRequest) UseYfid(useYfid bool) ApiGetChartRequest
- type ApiGetCrumbRequest
- type ApiGetQuoteRequest
- func (r ApiGetQuoteRequest) A1(a1 string) ApiGetQuoteRequest
- func (r ApiGetQuoteRequest) CorsDomain(corsDomain string) ApiGetQuoteRequest
- func (r ApiGetQuoteRequest) Crumb(crumb string) ApiGetQuoteRequest
- func (r ApiGetQuoteRequest) Execute() (*QuoteResponse, *http.Response, error)
- func (r ApiGetQuoteRequest) Fields(fields string) ApiGetQuoteRequest
- func (r ApiGetQuoteRequest) Formatted(formatted bool) ApiGetQuoteRequest
- func (r ApiGetQuoteRequest) IncludePrePost(includePrePost bool) ApiGetQuoteRequest
- func (r ApiGetQuoteRequest) Lang(lang string) ApiGetQuoteRequest
- func (r ApiGetQuoteRequest) Region(region string) ApiGetQuoteRequest
- func (r ApiGetQuoteRequest) Symbols(symbols string) ApiGetQuoteRequest
- type ApiSparkRequest
- func (r ApiSparkRequest) A1(a1 string) ApiSparkRequest
- func (r ApiSparkRequest) CorsDomain(corsDomain string) ApiSparkRequest
- func (r ApiSparkRequest) Crumb(crumb string) ApiSparkRequest
- func (r ApiSparkRequest) Execute() (*QuoteResponse, *http.Response, error)
- func (r ApiSparkRequest) IncludePrePost(includePrePost bool) ApiSparkRequest
- func (r ApiSparkRequest) IncludeTimestamps(includeTimestamps bool) ApiSparkRequest
- func (r ApiSparkRequest) Indicators(indicators string) ApiSparkRequest
- func (r ApiSparkRequest) Interval(interval Interval) ApiSparkRequest
- func (r ApiSparkRequest) Lang(lang string) ApiSparkRequest
- func (r ApiSparkRequest) Range_(range_ Range) ApiSparkRequest
- func (r ApiSparkRequest) Symbols(symbols string) ApiSparkRequest
- type BasicAuth
- type ChartAPIService
- type ChartResponse
- func (o *ChartResponse) GetChart() ChartResponseChart
- func (o *ChartResponse) GetChartOk() (*ChartResponseChart, bool)
- func (o *ChartResponse) HasChart() bool
- func (o ChartResponse) MarshalJSON() ([]byte, error)
- func (o *ChartResponse) SetChart(v ChartResponseChart)
- func (o ChartResponse) ToMap() (map[string]interface{}, error)
- type ChartResponseChart
- func (o *ChartResponseChart) GetError() Error
- func (o *ChartResponseChart) GetErrorOk() (*Error, bool)
- func (o *ChartResponseChart) GetResult() []ChartResponseChartResultInner
- func (o *ChartResponseChart) GetResultOk() ([]ChartResponseChartResultInner, bool)
- func (o *ChartResponseChart) HasError() bool
- func (o *ChartResponseChart) HasResult() bool
- func (o ChartResponseChart) MarshalJSON() ([]byte, error)
- func (o *ChartResponseChart) SetError(v Error)
- func (o *ChartResponseChart) SetResult(v []ChartResponseChartResultInner)
- func (o ChartResponseChart) ToMap() (map[string]interface{}, error)
- type ChartResponseChartResultInner
- func (o *ChartResponseChartResultInner) GetIndicators() ChartResponseChartResultInnerIndicators
- func (o *ChartResponseChartResultInner) GetIndicatorsOk() (*ChartResponseChartResultInnerIndicators, bool)
- func (o *ChartResponseChartResultInner) GetMeta() ChartResponseChartResultInnerMeta
- func (o *ChartResponseChartResultInner) GetMetaOk() (*ChartResponseChartResultInnerMeta, bool)
- func (o *ChartResponseChartResultInner) GetTimestamp() []int32
- func (o *ChartResponseChartResultInner) GetTimestampOk() ([]int32, bool)
- func (o *ChartResponseChartResultInner) HasIndicators() bool
- func (o *ChartResponseChartResultInner) HasMeta() bool
- func (o *ChartResponseChartResultInner) HasTimestamp() bool
- func (o ChartResponseChartResultInner) MarshalJSON() ([]byte, error)
- func (o *ChartResponseChartResultInner) SetIndicators(v ChartResponseChartResultInnerIndicators)
- func (o *ChartResponseChartResultInner) SetMeta(v ChartResponseChartResultInnerMeta)
- func (o *ChartResponseChartResultInner) SetTimestamp(v []int32)
- func (o ChartResponseChartResultInner) ToMap() (map[string]interface{}, error)
- type ChartResponseChartResultInnerIndicators
- func (o *ChartResponseChartResultInnerIndicators) GetQuote() []ChartResponseChartResultInnerIndicatorsQuoteInner
- func (o *ChartResponseChartResultInnerIndicators) GetQuoteOk() ([]ChartResponseChartResultInnerIndicatorsQuoteInner, bool)
- func (o *ChartResponseChartResultInnerIndicators) HasQuote() bool
- func (o ChartResponseChartResultInnerIndicators) MarshalJSON() ([]byte, error)
- func (o *ChartResponseChartResultInnerIndicators) SetQuote(v []ChartResponseChartResultInnerIndicatorsQuoteInner)
- func (o ChartResponseChartResultInnerIndicators) ToMap() (map[string]interface{}, error)
- type ChartResponseChartResultInnerIndicatorsQuoteInner
- func (o *ChartResponseChartResultInnerIndicatorsQuoteInner) GetClose() []float32
- func (o *ChartResponseChartResultInnerIndicatorsQuoteInner) GetCloseOk() ([]float32, bool)
- func (o *ChartResponseChartResultInnerIndicatorsQuoteInner) GetHigh() []float32
- func (o *ChartResponseChartResultInnerIndicatorsQuoteInner) GetHighOk() ([]float32, bool)
- func (o *ChartResponseChartResultInnerIndicatorsQuoteInner) GetLow() []float32
- func (o *ChartResponseChartResultInnerIndicatorsQuoteInner) GetLowOk() ([]float32, bool)
- func (o *ChartResponseChartResultInnerIndicatorsQuoteInner) GetOpen() []float32
- func (o *ChartResponseChartResultInnerIndicatorsQuoteInner) GetOpenOk() ([]float32, bool)
- func (o *ChartResponseChartResultInnerIndicatorsQuoteInner) GetVolume() []int32
- func (o *ChartResponseChartResultInnerIndicatorsQuoteInner) GetVolumeOk() ([]int32, bool)
- func (o *ChartResponseChartResultInnerIndicatorsQuoteInner) HasClose() bool
- func (o *ChartResponseChartResultInnerIndicatorsQuoteInner) HasHigh() bool
- func (o *ChartResponseChartResultInnerIndicatorsQuoteInner) HasLow() bool
- func (o *ChartResponseChartResultInnerIndicatorsQuoteInner) HasOpen() bool
- func (o *ChartResponseChartResultInnerIndicatorsQuoteInner) HasVolume() bool
- func (o ChartResponseChartResultInnerIndicatorsQuoteInner) MarshalJSON() ([]byte, error)
- func (o *ChartResponseChartResultInnerIndicatorsQuoteInner) SetClose(v []float32)
- func (o *ChartResponseChartResultInnerIndicatorsQuoteInner) SetHigh(v []float32)
- func (o *ChartResponseChartResultInnerIndicatorsQuoteInner) SetLow(v []float32)
- func (o *ChartResponseChartResultInnerIndicatorsQuoteInner) SetOpen(v []float32)
- func (o *ChartResponseChartResultInnerIndicatorsQuoteInner) SetVolume(v []int32)
- func (o ChartResponseChartResultInnerIndicatorsQuoteInner) ToMap() (map[string]interface{}, error)
- type ChartResponseChartResultInnerMeta
- func (o *ChartResponseChartResultInnerMeta) GetChartPreviousClose() float32
- func (o *ChartResponseChartResultInnerMeta) GetChartPreviousCloseOk() (*float32, bool)
- func (o *ChartResponseChartResultInnerMeta) GetCurrency() string
- func (o *ChartResponseChartResultInnerMeta) GetCurrencyOk() (*string, bool)
- func (o *ChartResponseChartResultInnerMeta) GetCurrentTradingPeriod() ChartResponseChartResultInnerMetaCurrentTradingPeriod
- func (o *ChartResponseChartResultInnerMeta) GetCurrentTradingPeriodOk() (*ChartResponseChartResultInnerMetaCurrentTradingPeriod, bool)
- func (o *ChartResponseChartResultInnerMeta) GetDataGranularity() string
- func (o *ChartResponseChartResultInnerMeta) GetDataGranularityOk() (*string, bool)
- func (o *ChartResponseChartResultInnerMeta) GetExchangeName() string
- func (o *ChartResponseChartResultInnerMeta) GetExchangeNameOk() (*string, bool)
- func (o *ChartResponseChartResultInnerMeta) GetExchangeTimezoneName() string
- func (o *ChartResponseChartResultInnerMeta) GetExchangeTimezoneNameOk() (*string, bool)
- func (o *ChartResponseChartResultInnerMeta) GetFirstTradeDate() int32
- func (o *ChartResponseChartResultInnerMeta) GetFirstTradeDateOk() (*int32, bool)
- func (o *ChartResponseChartResultInnerMeta) GetGmtoffset() int32
- func (o *ChartResponseChartResultInnerMeta) GetGmtoffsetOk() (*int32, bool)
- func (o *ChartResponseChartResultInnerMeta) GetInstrumentType() string
- func (o *ChartResponseChartResultInnerMeta) GetInstrumentTypeOk() (*string, bool)
- func (o *ChartResponseChartResultInnerMeta) GetPreviousClose() float32
- func (o *ChartResponseChartResultInnerMeta) GetPreviousCloseOk() (*float32, bool)
- func (o *ChartResponseChartResultInnerMeta) GetPriceHint() int32
- func (o *ChartResponseChartResultInnerMeta) GetPriceHintOk() (*int32, bool)
- func (o *ChartResponseChartResultInnerMeta) GetRange() string
- func (o *ChartResponseChartResultInnerMeta) GetRangeOk() (*string, bool)
- func (o *ChartResponseChartResultInnerMeta) GetRegularMarketPrice() float32
- func (o *ChartResponseChartResultInnerMeta) GetRegularMarketPriceOk() (*float32, bool)
- func (o *ChartResponseChartResultInnerMeta) GetRegularMarketTime() int32
- func (o *ChartResponseChartResultInnerMeta) GetRegularMarketTimeOk() (*int32, bool)
- func (o *ChartResponseChartResultInnerMeta) GetScale() int32
- func (o *ChartResponseChartResultInnerMeta) GetScaleOk() (*int32, bool)
- func (o *ChartResponseChartResultInnerMeta) GetSymbol() string
- func (o *ChartResponseChartResultInnerMeta) GetSymbolOk() (*string, bool)
- func (o *ChartResponseChartResultInnerMeta) GetTimezone() string
- func (o *ChartResponseChartResultInnerMeta) GetTimezoneOk() (*string, bool)
- func (o *ChartResponseChartResultInnerMeta) GetTradingPeriods() [][]ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular
- func (o *ChartResponseChartResultInnerMeta) GetTradingPeriodsOk() ([][]ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular, bool)
- func (o *ChartResponseChartResultInnerMeta) GetValidRanges() []string
- func (o *ChartResponseChartResultInnerMeta) GetValidRangesOk() ([]string, bool)
- func (o *ChartResponseChartResultInnerMeta) HasChartPreviousClose() bool
- func (o *ChartResponseChartResultInnerMeta) HasCurrency() bool
- func (o *ChartResponseChartResultInnerMeta) HasCurrentTradingPeriod() bool
- func (o *ChartResponseChartResultInnerMeta) HasDataGranularity() bool
- func (o *ChartResponseChartResultInnerMeta) HasExchangeName() bool
- func (o *ChartResponseChartResultInnerMeta) HasExchangeTimezoneName() bool
- func (o *ChartResponseChartResultInnerMeta) HasFirstTradeDate() bool
- func (o *ChartResponseChartResultInnerMeta) HasGmtoffset() bool
- func (o *ChartResponseChartResultInnerMeta) HasInstrumentType() bool
- func (o *ChartResponseChartResultInnerMeta) HasPreviousClose() bool
- func (o *ChartResponseChartResultInnerMeta) HasPriceHint() bool
- func (o *ChartResponseChartResultInnerMeta) HasRange() bool
- func (o *ChartResponseChartResultInnerMeta) HasRegularMarketPrice() bool
- func (o *ChartResponseChartResultInnerMeta) HasRegularMarketTime() bool
- func (o *ChartResponseChartResultInnerMeta) HasScale() bool
- func (o *ChartResponseChartResultInnerMeta) HasSymbol() bool
- func (o *ChartResponseChartResultInnerMeta) HasTimezone() bool
- func (o *ChartResponseChartResultInnerMeta) HasTradingPeriods() bool
- func (o *ChartResponseChartResultInnerMeta) HasValidRanges() bool
- func (o ChartResponseChartResultInnerMeta) MarshalJSON() ([]byte, error)
- func (o *ChartResponseChartResultInnerMeta) SetChartPreviousClose(v float32)
- func (o *ChartResponseChartResultInnerMeta) SetCurrency(v string)
- func (o *ChartResponseChartResultInnerMeta) SetCurrentTradingPeriod(v ChartResponseChartResultInnerMetaCurrentTradingPeriod)
- func (o *ChartResponseChartResultInnerMeta) SetDataGranularity(v string)
- func (o *ChartResponseChartResultInnerMeta) SetExchangeName(v string)
- func (o *ChartResponseChartResultInnerMeta) SetExchangeTimezoneName(v string)
- func (o *ChartResponseChartResultInnerMeta) SetFirstTradeDate(v int32)
- func (o *ChartResponseChartResultInnerMeta) SetGmtoffset(v int32)
- func (o *ChartResponseChartResultInnerMeta) SetInstrumentType(v string)
- func (o *ChartResponseChartResultInnerMeta) SetPreviousClose(v float32)
- func (o *ChartResponseChartResultInnerMeta) SetPriceHint(v int32)
- func (o *ChartResponseChartResultInnerMeta) SetRange(v string)
- func (o *ChartResponseChartResultInnerMeta) SetRegularMarketPrice(v float32)
- func (o *ChartResponseChartResultInnerMeta) SetRegularMarketTime(v int32)
- func (o *ChartResponseChartResultInnerMeta) SetScale(v int32)
- func (o *ChartResponseChartResultInnerMeta) SetSymbol(v string)
- func (o *ChartResponseChartResultInnerMeta) SetTimezone(v string)
- func (o *ChartResponseChartResultInnerMeta) SetTradingPeriods(v [][]ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular)
- func (o *ChartResponseChartResultInnerMeta) SetValidRanges(v []string)
- func (o ChartResponseChartResultInnerMeta) ToMap() (map[string]interface{}, error)
- type ChartResponseChartResultInnerMetaCurrentTradingPeriod
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriod) GetPost() ChartResponseChartResultInnerMetaCurrentTradingPeriodPost
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriod) GetPostOk() (*ChartResponseChartResultInnerMetaCurrentTradingPeriodPost, bool)
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriod) GetPre() ChartResponseChartResultInnerMetaCurrentTradingPeriodPre
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriod) GetPreOk() (*ChartResponseChartResultInnerMetaCurrentTradingPeriodPre, bool)
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriod) GetRegular() ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriod) GetRegularOk() (*ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular, bool)
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriod) HasPost() bool
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriod) HasPre() bool
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriod) HasRegular() bool
- func (o ChartResponseChartResultInnerMetaCurrentTradingPeriod) MarshalJSON() ([]byte, error)
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriod) SetPost(v ChartResponseChartResultInnerMetaCurrentTradingPeriodPost)
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriod) SetPre(v ChartResponseChartResultInnerMetaCurrentTradingPeriodPre)
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriod) SetRegular(v ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular)
- func (o ChartResponseChartResultInnerMetaCurrentTradingPeriod) ToMap() (map[string]interface{}, error)
- type ChartResponseChartResultInnerMetaCurrentTradingPeriodPost
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) GetEnd() int32
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) GetEndOk() (*int32, bool)
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) GetGmtoffset() int32
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) GetGmtoffsetOk() (*int32, bool)
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) GetStart() int32
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) GetStartOk() (*int32, bool)
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) GetTimezone() string
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) GetTimezoneOk() (*string, bool)
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) HasEnd() bool
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) HasGmtoffset() bool
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) HasStart() bool
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) HasTimezone() bool
- func (o ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) MarshalJSON() ([]byte, error)
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) SetEnd(v int32)
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) SetGmtoffset(v int32)
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) SetStart(v int32)
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) SetTimezone(v string)
- func (o ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) ToMap() (map[string]interface{}, error)
- type ChartResponseChartResultInnerMetaCurrentTradingPeriodPre
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) GetEnd() int32
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) GetEndOk() (*int32, bool)
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) GetGmtoffset() int32
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) GetGmtoffsetOk() (*int32, bool)
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) GetStart() int32
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) GetStartOk() (*int32, bool)
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) GetTimezone() string
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) GetTimezoneOk() (*string, bool)
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) HasEnd() bool
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) HasGmtoffset() bool
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) HasStart() bool
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) HasTimezone() bool
- func (o ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) MarshalJSON() ([]byte, error)
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) SetEnd(v int32)
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) SetGmtoffset(v int32)
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) SetStart(v int32)
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) SetTimezone(v string)
- func (o ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) ToMap() (map[string]interface{}, error)
- type ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) GetEnd() int32
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) GetEndOk() (*int32, bool)
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) GetGmtoffset() int32
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) GetGmtoffsetOk() (*int32, bool)
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) GetStart() int32
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) GetStartOk() (*int32, bool)
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) GetTimezone() string
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) GetTimezoneOk() (*string, bool)
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) HasEnd() bool
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) HasGmtoffset() bool
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) HasStart() bool
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) HasTimezone() bool
- func (o ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) MarshalJSON() ([]byte, error)
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) SetEnd(v int32)
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) SetGmtoffset(v int32)
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) SetStart(v int32)
- func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) SetTimezone(v string)
- func (o ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) ToMap() (map[string]interface{}, error)
- type Configuration
- type CrumbAPIService
- type DownloadAPIService
- type Error
- func (o *Error) GetCode() string
- func (o *Error) GetCodeOk() (*string, bool)
- func (o *Error) GetDescription() string
- func (o *Error) GetDescriptionOk() (*string, bool)
- func (o *Error) HasCode() bool
- func (o *Error) HasDescription() bool
- func (o Error) MarshalJSON() ([]byte, error)
- func (o *Error) SetCode(v string)
- func (o *Error) SetDescription(v string)
- func (o Error) ToMap() (map[string]interface{}, error)
- type GenericOpenAPIError
- type Interval
- type MappedNullable
- type NullableBool
- type NullableChartResponse
- func (v NullableChartResponse) Get() *ChartResponse
- func (v NullableChartResponse) IsSet() bool
- func (v NullableChartResponse) MarshalJSON() ([]byte, error)
- func (v *NullableChartResponse) Set(val *ChartResponse)
- func (v *NullableChartResponse) UnmarshalJSON(src []byte) error
- func (v *NullableChartResponse) Unset()
- type NullableChartResponseChart
- func (v NullableChartResponseChart) Get() *ChartResponseChart
- func (v NullableChartResponseChart) IsSet() bool
- func (v NullableChartResponseChart) MarshalJSON() ([]byte, error)
- func (v *NullableChartResponseChart) Set(val *ChartResponseChart)
- func (v *NullableChartResponseChart) UnmarshalJSON(src []byte) error
- func (v *NullableChartResponseChart) Unset()
- type NullableChartResponseChartResultInner
- func (v NullableChartResponseChartResultInner) Get() *ChartResponseChartResultInner
- func (v NullableChartResponseChartResultInner) IsSet() bool
- func (v NullableChartResponseChartResultInner) MarshalJSON() ([]byte, error)
- func (v *NullableChartResponseChartResultInner) Set(val *ChartResponseChartResultInner)
- func (v *NullableChartResponseChartResultInner) UnmarshalJSON(src []byte) error
- func (v *NullableChartResponseChartResultInner) Unset()
- type NullableChartResponseChartResultInnerIndicators
- func (v NullableChartResponseChartResultInnerIndicators) Get() *ChartResponseChartResultInnerIndicators
- func (v NullableChartResponseChartResultInnerIndicators) IsSet() bool
- func (v NullableChartResponseChartResultInnerIndicators) MarshalJSON() ([]byte, error)
- func (v *NullableChartResponseChartResultInnerIndicators) Set(val *ChartResponseChartResultInnerIndicators)
- func (v *NullableChartResponseChartResultInnerIndicators) UnmarshalJSON(src []byte) error
- func (v *NullableChartResponseChartResultInnerIndicators) Unset()
- type NullableChartResponseChartResultInnerIndicatorsQuoteInner
- func (v NullableChartResponseChartResultInnerIndicatorsQuoteInner) Get() *ChartResponseChartResultInnerIndicatorsQuoteInner
- func (v NullableChartResponseChartResultInnerIndicatorsQuoteInner) IsSet() bool
- func (v NullableChartResponseChartResultInnerIndicatorsQuoteInner) MarshalJSON() ([]byte, error)
- func (v *NullableChartResponseChartResultInnerIndicatorsQuoteInner) Set(val *ChartResponseChartResultInnerIndicatorsQuoteInner)
- func (v *NullableChartResponseChartResultInnerIndicatorsQuoteInner) UnmarshalJSON(src []byte) error
- func (v *NullableChartResponseChartResultInnerIndicatorsQuoteInner) Unset()
- type NullableChartResponseChartResultInnerMeta
- func (v NullableChartResponseChartResultInnerMeta) Get() *ChartResponseChartResultInnerMeta
- func (v NullableChartResponseChartResultInnerMeta) IsSet() bool
- func (v NullableChartResponseChartResultInnerMeta) MarshalJSON() ([]byte, error)
- func (v *NullableChartResponseChartResultInnerMeta) Set(val *ChartResponseChartResultInnerMeta)
- func (v *NullableChartResponseChartResultInnerMeta) UnmarshalJSON(src []byte) error
- func (v *NullableChartResponseChartResultInnerMeta) Unset()
- type NullableChartResponseChartResultInnerMetaCurrentTradingPeriod
- func (v NullableChartResponseChartResultInnerMetaCurrentTradingPeriod) Get() *ChartResponseChartResultInnerMetaCurrentTradingPeriod
- func (v NullableChartResponseChartResultInnerMetaCurrentTradingPeriod) IsSet() bool
- func (v NullableChartResponseChartResultInnerMetaCurrentTradingPeriod) MarshalJSON() ([]byte, error)
- func (v *NullableChartResponseChartResultInnerMetaCurrentTradingPeriod) Set(val *ChartResponseChartResultInnerMetaCurrentTradingPeriod)
- func (v *NullableChartResponseChartResultInnerMetaCurrentTradingPeriod) UnmarshalJSON(src []byte) error
- func (v *NullableChartResponseChartResultInnerMetaCurrentTradingPeriod) Unset()
- type NullableChartResponseChartResultInnerMetaCurrentTradingPeriodPost
- func (v NullableChartResponseChartResultInnerMetaCurrentTradingPeriodPost) Get() *ChartResponseChartResultInnerMetaCurrentTradingPeriodPost
- func (v NullableChartResponseChartResultInnerMetaCurrentTradingPeriodPost) IsSet() bool
- func (v NullableChartResponseChartResultInnerMetaCurrentTradingPeriodPost) MarshalJSON() ([]byte, error)
- func (v *NullableChartResponseChartResultInnerMetaCurrentTradingPeriodPost) Set(val *ChartResponseChartResultInnerMetaCurrentTradingPeriodPost)
- func (v *NullableChartResponseChartResultInnerMetaCurrentTradingPeriodPost) UnmarshalJSON(src []byte) error
- func (v *NullableChartResponseChartResultInnerMetaCurrentTradingPeriodPost) Unset()
- type NullableChartResponseChartResultInnerMetaCurrentTradingPeriodPre
- func (v NullableChartResponseChartResultInnerMetaCurrentTradingPeriodPre) Get() *ChartResponseChartResultInnerMetaCurrentTradingPeriodPre
- func (v NullableChartResponseChartResultInnerMetaCurrentTradingPeriodPre) IsSet() bool
- func (v NullableChartResponseChartResultInnerMetaCurrentTradingPeriodPre) MarshalJSON() ([]byte, error)
- func (v *NullableChartResponseChartResultInnerMetaCurrentTradingPeriodPre) Set(val *ChartResponseChartResultInnerMetaCurrentTradingPeriodPre)
- func (v *NullableChartResponseChartResultInnerMetaCurrentTradingPeriodPre) UnmarshalJSON(src []byte) error
- func (v *NullableChartResponseChartResultInnerMetaCurrentTradingPeriodPre) Unset()
- type NullableChartResponseChartResultInnerMetaCurrentTradingPeriodRegular
- func (v NullableChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) Get() *ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular
- func (v NullableChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) IsSet() bool
- func (v NullableChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) MarshalJSON() ([]byte, error)
- func (v *NullableChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) Set(val *ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular)
- func (v *NullableChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) UnmarshalJSON(src []byte) error
- func (v *NullableChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) Unset()
- type NullableError
- type NullableFloat32
- type NullableFloat64
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableInterval
- type NullableQuoteResponse
- func (v NullableQuoteResponse) Get() *QuoteResponse
- func (v NullableQuoteResponse) IsSet() bool
- func (v NullableQuoteResponse) MarshalJSON() ([]byte, error)
- func (v *NullableQuoteResponse) Set(val *QuoteResponse)
- func (v *NullableQuoteResponse) UnmarshalJSON(src []byte) error
- func (v *NullableQuoteResponse) Unset()
- type NullableQuoteResponseQuoteResponse
- func (v NullableQuoteResponseQuoteResponse) Get() *QuoteResponseQuoteResponse
- func (v NullableQuoteResponseQuoteResponse) IsSet() bool
- func (v NullableQuoteResponseQuoteResponse) MarshalJSON() ([]byte, error)
- func (v *NullableQuoteResponseQuoteResponse) Set(val *QuoteResponseQuoteResponse)
- func (v *NullableQuoteResponseQuoteResponse) UnmarshalJSON(src []byte) error
- func (v *NullableQuoteResponseQuoteResponse) Unset()
- type NullableQuoteResult
- func (v NullableQuoteResult) Get() *QuoteResult
- func (v NullableQuoteResult) IsSet() bool
- func (v NullableQuoteResult) MarshalJSON() ([]byte, error)
- func (v *NullableQuoteResult) Set(val *QuoteResult)
- func (v *NullableQuoteResult) UnmarshalJSON(src []byte) error
- func (v *NullableQuoteResult) Unset()
- type NullableQuoteResultFiftyTwoWeekHighChange
- func (v NullableQuoteResultFiftyTwoWeekHighChange) Get() *QuoteResultFiftyTwoWeekHighChange
- func (v NullableQuoteResultFiftyTwoWeekHighChange) IsSet() bool
- func (v NullableQuoteResultFiftyTwoWeekHighChange) MarshalJSON() ([]byte, error)
- func (v *NullableQuoteResultFiftyTwoWeekHighChange) Set(val *QuoteResultFiftyTwoWeekHighChange)
- func (v *NullableQuoteResultFiftyTwoWeekHighChange) UnmarshalJSON(src []byte) error
- func (v *NullableQuoteResultFiftyTwoWeekHighChange) Unset()
- type NullableQuoteResultFiftyTwoWeekHighChangePercent
- func (v NullableQuoteResultFiftyTwoWeekHighChangePercent) Get() *QuoteResultFiftyTwoWeekHighChangePercent
- func (v NullableQuoteResultFiftyTwoWeekHighChangePercent) IsSet() bool
- func (v NullableQuoteResultFiftyTwoWeekHighChangePercent) MarshalJSON() ([]byte, error)
- func (v *NullableQuoteResultFiftyTwoWeekHighChangePercent) Set(val *QuoteResultFiftyTwoWeekHighChangePercent)
- func (v *NullableQuoteResultFiftyTwoWeekHighChangePercent) UnmarshalJSON(src []byte) error
- func (v *NullableQuoteResultFiftyTwoWeekHighChangePercent) Unset()
- type NullableQuoteResultFiftyTwoWeekLow
- func (v NullableQuoteResultFiftyTwoWeekLow) Get() *QuoteResultFiftyTwoWeekLow
- func (v NullableQuoteResultFiftyTwoWeekLow) IsSet() bool
- func (v NullableQuoteResultFiftyTwoWeekLow) MarshalJSON() ([]byte, error)
- func (v *NullableQuoteResultFiftyTwoWeekLow) Set(val *QuoteResultFiftyTwoWeekLow)
- func (v *NullableQuoteResultFiftyTwoWeekLow) UnmarshalJSON(src []byte) error
- func (v *NullableQuoteResultFiftyTwoWeekLow) Unset()
- type NullableQuoteResultFiftyTwoWeekLowChange
- func (v NullableQuoteResultFiftyTwoWeekLowChange) Get() *QuoteResultFiftyTwoWeekLowChange
- func (v NullableQuoteResultFiftyTwoWeekLowChange) IsSet() bool
- func (v NullableQuoteResultFiftyTwoWeekLowChange) MarshalJSON() ([]byte, error)
- func (v *NullableQuoteResultFiftyTwoWeekLowChange) Set(val *QuoteResultFiftyTwoWeekLowChange)
- func (v *NullableQuoteResultFiftyTwoWeekLowChange) UnmarshalJSON(src []byte) error
- func (v *NullableQuoteResultFiftyTwoWeekLowChange) Unset()
- type NullableQuoteResultFiftyTwoWeekLowChangePercent
- func (v NullableQuoteResultFiftyTwoWeekLowChangePercent) Get() *QuoteResultFiftyTwoWeekLowChangePercent
- func (v NullableQuoteResultFiftyTwoWeekLowChangePercent) IsSet() bool
- func (v NullableQuoteResultFiftyTwoWeekLowChangePercent) MarshalJSON() ([]byte, error)
- func (v *NullableQuoteResultFiftyTwoWeekLowChangePercent) Set(val *QuoteResultFiftyTwoWeekLowChangePercent)
- func (v *NullableQuoteResultFiftyTwoWeekLowChangePercent) UnmarshalJSON(src []byte) error
- func (v *NullableQuoteResultFiftyTwoWeekLowChangePercent) Unset()
- type NullableQuoteResultFiftyTwoWeekRange
- func (v NullableQuoteResultFiftyTwoWeekRange) Get() *QuoteResultFiftyTwoWeekRange
- func (v NullableQuoteResultFiftyTwoWeekRange) IsSet() bool
- func (v NullableQuoteResultFiftyTwoWeekRange) MarshalJSON() ([]byte, error)
- func (v *NullableQuoteResultFiftyTwoWeekRange) Set(val *QuoteResultFiftyTwoWeekRange)
- func (v *NullableQuoteResultFiftyTwoWeekRange) UnmarshalJSON(src []byte) error
- func (v *NullableQuoteResultFiftyTwoWeekRange) Unset()
- type NullableQuoteResultRegularMarketChange
- func (v NullableQuoteResultRegularMarketChange) Get() *QuoteResultRegularMarketChange
- func (v NullableQuoteResultRegularMarketChange) IsSet() bool
- func (v NullableQuoteResultRegularMarketChange) MarshalJSON() ([]byte, error)
- func (v *NullableQuoteResultRegularMarketChange) Set(val *QuoteResultRegularMarketChange)
- func (v *NullableQuoteResultRegularMarketChange) UnmarshalJSON(src []byte) error
- func (v *NullableQuoteResultRegularMarketChange) Unset()
- type NullableQuoteResultRegularMarketChangePercent
- func (v NullableQuoteResultRegularMarketChangePercent) Get() *QuoteResultRegularMarketChangePercent
- func (v NullableQuoteResultRegularMarketChangePercent) IsSet() bool
- func (v NullableQuoteResultRegularMarketChangePercent) MarshalJSON() ([]byte, error)
- func (v *NullableQuoteResultRegularMarketChangePercent) Set(val *QuoteResultRegularMarketChangePercent)
- func (v *NullableQuoteResultRegularMarketChangePercent) UnmarshalJSON(src []byte) error
- func (v *NullableQuoteResultRegularMarketChangePercent) Unset()
- type NullableQuoteResultRegularMarketDayHigh
- func (v NullableQuoteResultRegularMarketDayHigh) Get() *QuoteResultRegularMarketDayHigh
- func (v NullableQuoteResultRegularMarketDayHigh) IsSet() bool
- func (v NullableQuoteResultRegularMarketDayHigh) MarshalJSON() ([]byte, error)
- func (v *NullableQuoteResultRegularMarketDayHigh) Set(val *QuoteResultRegularMarketDayHigh)
- func (v *NullableQuoteResultRegularMarketDayHigh) UnmarshalJSON(src []byte) error
- func (v *NullableQuoteResultRegularMarketDayHigh) Unset()
- type NullableQuoteResultRegularMarketDayLow
- func (v NullableQuoteResultRegularMarketDayLow) Get() *QuoteResultRegularMarketDayLow
- func (v NullableQuoteResultRegularMarketDayLow) IsSet() bool
- func (v NullableQuoteResultRegularMarketDayLow) MarshalJSON() ([]byte, error)
- func (v *NullableQuoteResultRegularMarketDayLow) Set(val *QuoteResultRegularMarketDayLow)
- func (v *NullableQuoteResultRegularMarketDayLow) UnmarshalJSON(src []byte) error
- func (v *NullableQuoteResultRegularMarketDayLow) Unset()
- type NullableQuoteResultRegularMarketDayRange
- func (v NullableQuoteResultRegularMarketDayRange) Get() *QuoteResultRegularMarketDayRange
- func (v NullableQuoteResultRegularMarketDayRange) IsSet() bool
- func (v NullableQuoteResultRegularMarketDayRange) MarshalJSON() ([]byte, error)
- func (v *NullableQuoteResultRegularMarketDayRange) Set(val *QuoteResultRegularMarketDayRange)
- func (v *NullableQuoteResultRegularMarketDayRange) UnmarshalJSON(src []byte) error
- func (v *NullableQuoteResultRegularMarketDayRange) Unset()
- type NullableQuoteResultRegularMarketOpen
- func (v NullableQuoteResultRegularMarketOpen) Get() *QuoteResultRegularMarketOpen
- func (v NullableQuoteResultRegularMarketOpen) IsSet() bool
- func (v NullableQuoteResultRegularMarketOpen) MarshalJSON() ([]byte, error)
- func (v *NullableQuoteResultRegularMarketOpen) Set(val *QuoteResultRegularMarketOpen)
- func (v *NullableQuoteResultRegularMarketOpen) UnmarshalJSON(src []byte) error
- func (v *NullableQuoteResultRegularMarketOpen) Unset()
- type NullableQuoteResultRegularMarketPreviousClose
- func (v NullableQuoteResultRegularMarketPreviousClose) Get() *QuoteResultRegularMarketPreviousClose
- func (v NullableQuoteResultRegularMarketPreviousClose) IsSet() bool
- func (v NullableQuoteResultRegularMarketPreviousClose) MarshalJSON() ([]byte, error)
- func (v *NullableQuoteResultRegularMarketPreviousClose) Set(val *QuoteResultRegularMarketPreviousClose)
- func (v *NullableQuoteResultRegularMarketPreviousClose) UnmarshalJSON(src []byte) error
- func (v *NullableQuoteResultRegularMarketPreviousClose) Unset()
- type NullableQuoteResultRegularMarketPrice
- func (v NullableQuoteResultRegularMarketPrice) Get() *QuoteResultRegularMarketPrice
- func (v NullableQuoteResultRegularMarketPrice) IsSet() bool
- func (v NullableQuoteResultRegularMarketPrice) MarshalJSON() ([]byte, error)
- func (v *NullableQuoteResultRegularMarketPrice) Set(val *QuoteResultRegularMarketPrice)
- func (v *NullableQuoteResultRegularMarketPrice) UnmarshalJSON(src []byte) error
- func (v *NullableQuoteResultRegularMarketPrice) Unset()
- type NullableQuoteResultRegularMarketTime
- func (v NullableQuoteResultRegularMarketTime) Get() *QuoteResultRegularMarketTime
- func (v NullableQuoteResultRegularMarketTime) IsSet() bool
- func (v NullableQuoteResultRegularMarketTime) MarshalJSON() ([]byte, error)
- func (v *NullableQuoteResultRegularMarketTime) Set(val *QuoteResultRegularMarketTime)
- func (v *NullableQuoteResultRegularMarketTime) UnmarshalJSON(src []byte) error
- func (v *NullableQuoteResultRegularMarketTime) Unset()
- type NullableQuoteResultRegularMarketVolume
- func (v NullableQuoteResultRegularMarketVolume) Get() *QuoteResultRegularMarketVolume
- func (v NullableQuoteResultRegularMarketVolume) IsSet() bool
- func (v NullableQuoteResultRegularMarketVolume) MarshalJSON() ([]byte, error)
- func (v *NullableQuoteResultRegularMarketVolume) Set(val *QuoteResultRegularMarketVolume)
- func (v *NullableQuoteResultRegularMarketVolume) UnmarshalJSON(src []byte) error
- func (v *NullableQuoteResultRegularMarketVolume) Unset()
- type NullableRange
- type NullableSparkResponse
- func (v NullableSparkResponse) Get() *SparkResponse
- func (v NullableSparkResponse) IsSet() bool
- func (v NullableSparkResponse) MarshalJSON() ([]byte, error)
- func (v *NullableSparkResponse) Set(val *SparkResponse)
- func (v *NullableSparkResponse) UnmarshalJSON(src []byte) error
- func (v *NullableSparkResponse) Unset()
- type NullableSparkResponseSpark
- func (v NullableSparkResponseSpark) Get() *SparkResponseSpark
- func (v NullableSparkResponseSpark) IsSet() bool
- func (v NullableSparkResponseSpark) MarshalJSON() ([]byte, error)
- func (v *NullableSparkResponseSpark) Set(val *SparkResponseSpark)
- func (v *NullableSparkResponseSpark) UnmarshalJSON(src []byte) error
- func (v *NullableSparkResponseSpark) Unset()
- type NullableSparkResponseSparkResultInner
- func (v NullableSparkResponseSparkResultInner) Get() *SparkResponseSparkResultInner
- func (v NullableSparkResponseSparkResultInner) IsSet() bool
- func (v NullableSparkResponseSparkResultInner) MarshalJSON() ([]byte, error)
- func (v *NullableSparkResponseSparkResultInner) Set(val *SparkResponseSparkResultInner)
- func (v *NullableSparkResponseSparkResultInner) UnmarshalJSON(src []byte) error
- func (v *NullableSparkResponseSparkResultInner) Unset()
- type NullableSparkResponseSparkResultInnerResponseInner
- func (v NullableSparkResponseSparkResultInnerResponseInner) Get() *SparkResponseSparkResultInnerResponseInner
- func (v NullableSparkResponseSparkResultInnerResponseInner) IsSet() bool
- func (v NullableSparkResponseSparkResultInnerResponseInner) MarshalJSON() ([]byte, error)
- func (v *NullableSparkResponseSparkResultInnerResponseInner) Set(val *SparkResponseSparkResultInnerResponseInner)
- func (v *NullableSparkResponseSparkResultInnerResponseInner) UnmarshalJSON(src []byte) error
- func (v *NullableSparkResponseSparkResultInnerResponseInner) Unset()
- type NullableSparkResponseSparkResultInnerResponseInnerIndicators
- func (v NullableSparkResponseSparkResultInnerResponseInnerIndicators) Get() *SparkResponseSparkResultInnerResponseInnerIndicators
- func (v NullableSparkResponseSparkResultInnerResponseInnerIndicators) IsSet() bool
- func (v NullableSparkResponseSparkResultInnerResponseInnerIndicators) MarshalJSON() ([]byte, error)
- func (v *NullableSparkResponseSparkResultInnerResponseInnerIndicators) Set(val *SparkResponseSparkResultInnerResponseInnerIndicators)
- func (v *NullableSparkResponseSparkResultInnerResponseInnerIndicators) UnmarshalJSON(src []byte) error
- func (v *NullableSparkResponseSparkResultInnerResponseInnerIndicators) Unset()
- type NullableSparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner
- func (v NullableSparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner) Get() *SparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner
- func (v NullableSparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner) IsSet() bool
- func (v NullableSparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner) MarshalJSON() ([]byte, error)
- func (v *NullableSparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner) Set(val *SparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner)
- func (v *NullableSparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner) UnmarshalJSON(src []byte) error
- func (v *NullableSparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner) Unset()
- type NullableSparkResponseSparkResultInnerResponseInnerMeta
- func (v NullableSparkResponseSparkResultInnerResponseInnerMeta) Get() *SparkResponseSparkResultInnerResponseInnerMeta
- func (v NullableSparkResponseSparkResultInnerResponseInnerMeta) IsSet() bool
- func (v NullableSparkResponseSparkResultInnerResponseInnerMeta) MarshalJSON() ([]byte, error)
- func (v *NullableSparkResponseSparkResultInnerResponseInnerMeta) Set(val *SparkResponseSparkResultInnerResponseInnerMeta)
- func (v *NullableSparkResponseSparkResultInnerResponseInnerMeta) UnmarshalJSON(src []byte) error
- func (v *NullableSparkResponseSparkResultInnerResponseInnerMeta) Unset()
- type NullableSparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod
- func (v NullableSparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) Get() *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod
- func (v NullableSparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) IsSet() bool
- func (v NullableSparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) MarshalJSON() ([]byte, error)
- func (v *NullableSparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) Set(val *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod)
- func (v *NullableSparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) UnmarshalJSON(src []byte) error
- func (v *NullableSparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) Unset()
- type NullableSparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre
- func (v NullableSparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) Get() *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre
- func (v NullableSparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) IsSet() bool
- func (v NullableSparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) MarshalJSON() ([]byte, error)
- func (v *NullableSparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) Set(val *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre)
- func (v *NullableSparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) UnmarshalJSON(src []byte) error
- func (v *NullableSparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) Unset()
- type NullableString
- type NullableTime
- type QuoteAPIService
- type QuoteResponse
- func (o *QuoteResponse) GetQuoteResponse() QuoteResponseQuoteResponse
- func (o *QuoteResponse) GetQuoteResponseOk() (*QuoteResponseQuoteResponse, bool)
- func (o *QuoteResponse) HasQuoteResponse() bool
- func (o QuoteResponse) MarshalJSON() ([]byte, error)
- func (o *QuoteResponse) SetQuoteResponse(v QuoteResponseQuoteResponse)
- func (o QuoteResponse) ToMap() (map[string]interface{}, error)
- type QuoteResponseQuoteResponse
- func (o *QuoteResponseQuoteResponse) GetError() Error
- func (o *QuoteResponseQuoteResponse) GetErrorOk() (*Error, bool)
- func (o *QuoteResponseQuoteResponse) GetResult() []QuoteResult
- func (o *QuoteResponseQuoteResponse) GetResultOk() ([]QuoteResult, bool)
- func (o *QuoteResponseQuoteResponse) HasError() bool
- func (o *QuoteResponseQuoteResponse) HasResult() bool
- func (o QuoteResponseQuoteResponse) MarshalJSON() ([]byte, error)
- func (o *QuoteResponseQuoteResponse) SetError(v Error)
- func (o *QuoteResponseQuoteResponse) SetResult(v []QuoteResult)
- func (o QuoteResponseQuoteResponse) ToMap() (map[string]interface{}, error)
- type QuoteResult
- func (o *QuoteResult) GetCurrency() string
- func (o *QuoteResult) GetCurrencyOk() (*string, bool)
- func (o *QuoteResult) GetExchange() string
- func (o *QuoteResult) GetExchangeDataDelayedBy() int32
- func (o *QuoteResult) GetExchangeDataDelayedByOk() (*int32, bool)
- func (o *QuoteResult) GetExchangeOk() (*string, bool)
- func (o *QuoteResult) GetExchangeTimezoneName() string
- func (o *QuoteResult) GetExchangeTimezoneNameOk() (*string, bool)
- func (o *QuoteResult) GetExchangeTimezoneShortName() string
- func (o *QuoteResult) GetExchangeTimezoneShortNameOk() (*string, bool)
- func (o *QuoteResult) GetFiftyTwoWeekHigh() QuoteResultRegularMarketDayHigh
- func (o *QuoteResult) GetFiftyTwoWeekHighChange() QuoteResultFiftyTwoWeekHighChange
- func (o *QuoteResult) GetFiftyTwoWeekHighChangeOk() (*QuoteResultFiftyTwoWeekHighChange, bool)
- func (o *QuoteResult) GetFiftyTwoWeekHighChangePercent() QuoteResultFiftyTwoWeekHighChangePercent
- func (o *QuoteResult) GetFiftyTwoWeekHighChangePercentOk() (*QuoteResultFiftyTwoWeekHighChangePercent, bool)
- func (o *QuoteResult) GetFiftyTwoWeekHighOk() (*QuoteResultRegularMarketDayHigh, bool)
- func (o *QuoteResult) GetFiftyTwoWeekLow() QuoteResultFiftyTwoWeekLow
- func (o *QuoteResult) GetFiftyTwoWeekLowChange() QuoteResultFiftyTwoWeekLowChange
- func (o *QuoteResult) GetFiftyTwoWeekLowChangeOk() (*QuoteResultFiftyTwoWeekLowChange, bool)
- func (o *QuoteResult) GetFiftyTwoWeekLowChangePercent() QuoteResultFiftyTwoWeekLowChangePercent
- func (o *QuoteResult) GetFiftyTwoWeekLowChangePercentOk() (*QuoteResultFiftyTwoWeekLowChangePercent, bool)
- func (o *QuoteResult) GetFiftyTwoWeekLowOk() (*QuoteResultFiftyTwoWeekLow, bool)
- func (o *QuoteResult) GetFiftyTwoWeekRange() QuoteResultFiftyTwoWeekRange
- func (o *QuoteResult) GetFiftyTwoWeekRangeOk() (*QuoteResultFiftyTwoWeekRange, bool)
- func (o *QuoteResult) GetFirstTradeDateMilliseconds() int64
- func (o *QuoteResult) GetFirstTradeDateMillisecondsOk() (*int64, bool)
- func (o *QuoteResult) GetFullExchangeName() string
- func (o *QuoteResult) GetFullExchangeNameOk() (*string, bool)
- func (o *QuoteResult) GetGmtOffSetMilliseconds() int32
- func (o *QuoteResult) GetGmtOffSetMillisecondsOk() (*int32, bool)
- func (o *QuoteResult) GetLanguage() string
- func (o *QuoteResult) GetLanguageOk() (*string, bool)
- func (o *QuoteResult) GetMarket() string
- func (o *QuoteResult) GetMarketOk() (*string, bool)
- func (o *QuoteResult) GetMarketState() string
- func (o *QuoteResult) GetMarketStateOk() (*string, bool)
- func (o *QuoteResult) GetMessageBoardId() string
- func (o *QuoteResult) GetMessageBoardIdOk() (*string, bool)
- func (o *QuoteResult) GetPriceHint() int32
- func (o *QuoteResult) GetPriceHintOk() (*int32, bool)
- func (o *QuoteResult) GetQuoteSourceName() string
- func (o *QuoteResult) GetQuoteSourceNameOk() (*string, bool)
- func (o *QuoteResult) GetQuoteType() string
- func (o *QuoteResult) GetQuoteTypeOk() (*string, bool)
- func (o *QuoteResult) GetRegion() string
- func (o *QuoteResult) GetRegionOk() (*string, bool)
- func (o *QuoteResult) GetRegularMarketChange() QuoteResultRegularMarketChange
- func (o *QuoteResult) GetRegularMarketChangeOk() (*QuoteResultRegularMarketChange, bool)
- func (o *QuoteResult) GetRegularMarketChangePercent() QuoteResultRegularMarketChangePercent
- func (o *QuoteResult) GetRegularMarketChangePercentOk() (*QuoteResultRegularMarketChangePercent, bool)
- func (o *QuoteResult) GetRegularMarketDayHigh() QuoteResultRegularMarketDayHigh
- func (o *QuoteResult) GetRegularMarketDayHighOk() (*QuoteResultRegularMarketDayHigh, bool)
- func (o *QuoteResult) GetRegularMarketDayLow() QuoteResultRegularMarketDayLow
- func (o *QuoteResult) GetRegularMarketDayLowOk() (*QuoteResultRegularMarketDayLow, bool)
- func (o *QuoteResult) GetRegularMarketDayRange() QuoteResultRegularMarketDayRange
- func (o *QuoteResult) GetRegularMarketDayRangeOk() (*QuoteResultRegularMarketDayRange, bool)
- func (o *QuoteResult) GetRegularMarketOpen() QuoteResultRegularMarketOpen
- func (o *QuoteResult) GetRegularMarketOpenOk() (*QuoteResultRegularMarketOpen, bool)
- func (o *QuoteResult) GetRegularMarketPreviousClose() QuoteResultRegularMarketPreviousClose
- func (o *QuoteResult) GetRegularMarketPreviousCloseOk() (*QuoteResultRegularMarketPreviousClose, bool)
- func (o *QuoteResult) GetRegularMarketPrice() QuoteResultRegularMarketPrice
- func (o *QuoteResult) GetRegularMarketPriceOk() (*QuoteResultRegularMarketPrice, bool)
- func (o *QuoteResult) GetRegularMarketTime() QuoteResultRegularMarketTime
- func (o *QuoteResult) GetRegularMarketTimeOk() (*QuoteResultRegularMarketTime, bool)
- func (o *QuoteResult) GetRegularMarketVolume() QuoteResultRegularMarketVolume
- func (o *QuoteResult) GetRegularMarketVolumeOk() (*QuoteResultRegularMarketVolume, bool)
- func (o *QuoteResult) GetShortName() string
- func (o *QuoteResult) GetShortNameOk() (*string, bool)
- func (o *QuoteResult) GetSourceInterval() int32
- func (o *QuoteResult) GetSourceIntervalOk() (*int32, bool)
- func (o *QuoteResult) GetSymbol() string
- func (o *QuoteResult) GetSymbolOk() (*string, bool)
- func (o *QuoteResult) GetTradeable() bool
- func (o *QuoteResult) GetTradeableOk() (*bool, bool)
- func (o *QuoteResult) GetTriggerable() bool
- func (o *QuoteResult) GetTriggerableOk() (*bool, bool)
- func (o *QuoteResult) GetUuid() string
- func (o *QuoteResult) GetUuidOk() (*string, bool)
- func (o *QuoteResult) HasCurrency() bool
- func (o *QuoteResult) HasExchange() bool
- func (o *QuoteResult) HasExchangeDataDelayedBy() bool
- func (o *QuoteResult) HasExchangeTimezoneName() bool
- func (o *QuoteResult) HasExchangeTimezoneShortName() bool
- func (o *QuoteResult) HasFiftyTwoWeekHigh() bool
- func (o *QuoteResult) HasFiftyTwoWeekHighChange() bool
- func (o *QuoteResult) HasFiftyTwoWeekHighChangePercent() bool
- func (o *QuoteResult) HasFiftyTwoWeekLow() bool
- func (o *QuoteResult) HasFiftyTwoWeekLowChange() bool
- func (o *QuoteResult) HasFiftyTwoWeekLowChangePercent() bool
- func (o *QuoteResult) HasFiftyTwoWeekRange() bool
- func (o *QuoteResult) HasFirstTradeDateMilliseconds() bool
- func (o *QuoteResult) HasFullExchangeName() bool
- func (o *QuoteResult) HasGmtOffSetMilliseconds() bool
- func (o *QuoteResult) HasLanguage() bool
- func (o *QuoteResult) HasMarket() bool
- func (o *QuoteResult) HasMarketState() bool
- func (o *QuoteResult) HasMessageBoardId() bool
- func (o *QuoteResult) HasPriceHint() bool
- func (o *QuoteResult) HasQuoteSourceName() bool
- func (o *QuoteResult) HasQuoteType() bool
- func (o *QuoteResult) HasRegion() bool
- func (o *QuoteResult) HasRegularMarketChange() bool
- func (o *QuoteResult) HasRegularMarketChangePercent() bool
- func (o *QuoteResult) HasRegularMarketDayHigh() bool
- func (o *QuoteResult) HasRegularMarketDayLow() bool
- func (o *QuoteResult) HasRegularMarketDayRange() bool
- func (o *QuoteResult) HasRegularMarketOpen() bool
- func (o *QuoteResult) HasRegularMarketPreviousClose() bool
- func (o *QuoteResult) HasRegularMarketPrice() bool
- func (o *QuoteResult) HasRegularMarketTime() bool
- func (o *QuoteResult) HasRegularMarketVolume() bool
- func (o *QuoteResult) HasShortName() bool
- func (o *QuoteResult) HasSourceInterval() bool
- func (o *QuoteResult) HasSymbol() bool
- func (o *QuoteResult) HasTradeable() bool
- func (o *QuoteResult) HasTriggerable() bool
- func (o *QuoteResult) HasUuid() bool
- func (o QuoteResult) MarshalJSON() ([]byte, error)
- func (o *QuoteResult) SetCurrency(v string)
- func (o *QuoteResult) SetExchange(v string)
- func (o *QuoteResult) SetExchangeDataDelayedBy(v int32)
- func (o *QuoteResult) SetExchangeTimezoneName(v string)
- func (o *QuoteResult) SetExchangeTimezoneShortName(v string)
- func (o *QuoteResult) SetFiftyTwoWeekHigh(v QuoteResultRegularMarketDayHigh)
- func (o *QuoteResult) SetFiftyTwoWeekHighChange(v QuoteResultFiftyTwoWeekHighChange)
- func (o *QuoteResult) SetFiftyTwoWeekHighChangePercent(v QuoteResultFiftyTwoWeekHighChangePercent)
- func (o *QuoteResult) SetFiftyTwoWeekLow(v QuoteResultFiftyTwoWeekLow)
- func (o *QuoteResult) SetFiftyTwoWeekLowChange(v QuoteResultFiftyTwoWeekLowChange)
- func (o *QuoteResult) SetFiftyTwoWeekLowChangePercent(v QuoteResultFiftyTwoWeekLowChangePercent)
- func (o *QuoteResult) SetFiftyTwoWeekRange(v QuoteResultFiftyTwoWeekRange)
- func (o *QuoteResult) SetFirstTradeDateMilliseconds(v int64)
- func (o *QuoteResult) SetFullExchangeName(v string)
- func (o *QuoteResult) SetGmtOffSetMilliseconds(v int32)
- func (o *QuoteResult) SetLanguage(v string)
- func (o *QuoteResult) SetMarket(v string)
- func (o *QuoteResult) SetMarketState(v string)
- func (o *QuoteResult) SetMessageBoardId(v string)
- func (o *QuoteResult) SetPriceHint(v int32)
- func (o *QuoteResult) SetQuoteSourceName(v string)
- func (o *QuoteResult) SetQuoteType(v string)
- func (o *QuoteResult) SetRegion(v string)
- func (o *QuoteResult) SetRegularMarketChange(v QuoteResultRegularMarketChange)
- func (o *QuoteResult) SetRegularMarketChangePercent(v QuoteResultRegularMarketChangePercent)
- func (o *QuoteResult) SetRegularMarketDayHigh(v QuoteResultRegularMarketDayHigh)
- func (o *QuoteResult) SetRegularMarketDayLow(v QuoteResultRegularMarketDayLow)
- func (o *QuoteResult) SetRegularMarketDayRange(v QuoteResultRegularMarketDayRange)
- func (o *QuoteResult) SetRegularMarketOpen(v QuoteResultRegularMarketOpen)
- func (o *QuoteResult) SetRegularMarketPreviousClose(v QuoteResultRegularMarketPreviousClose)
- func (o *QuoteResult) SetRegularMarketPrice(v QuoteResultRegularMarketPrice)
- func (o *QuoteResult) SetRegularMarketTime(v QuoteResultRegularMarketTime)
- func (o *QuoteResult) SetRegularMarketVolume(v QuoteResultRegularMarketVolume)
- func (o *QuoteResult) SetShortName(v string)
- func (o *QuoteResult) SetSourceInterval(v int32)
- func (o *QuoteResult) SetSymbol(v string)
- func (o *QuoteResult) SetTradeable(v bool)
- func (o *QuoteResult) SetTriggerable(v bool)
- func (o *QuoteResult) SetUuid(v string)
- func (o QuoteResult) ToMap() (map[string]interface{}, error)
- type QuoteResultFiftyTwoWeekHighChange
- func (o *QuoteResultFiftyTwoWeekHighChange) GetFmt() string
- func (o *QuoteResultFiftyTwoWeekHighChange) GetFmtOk() (*string, bool)
- func (o *QuoteResultFiftyTwoWeekHighChange) GetRaw() float32
- func (o *QuoteResultFiftyTwoWeekHighChange) GetRawOk() (*float32, bool)
- func (o *QuoteResultFiftyTwoWeekHighChange) HasFmt() bool
- func (o *QuoteResultFiftyTwoWeekHighChange) HasRaw() bool
- func (o QuoteResultFiftyTwoWeekHighChange) MarshalJSON() ([]byte, error)
- func (o *QuoteResultFiftyTwoWeekHighChange) SetFmt(v string)
- func (o *QuoteResultFiftyTwoWeekHighChange) SetRaw(v float32)
- func (o QuoteResultFiftyTwoWeekHighChange) ToMap() (map[string]interface{}, error)
- type QuoteResultFiftyTwoWeekHighChangePercent
- func (o *QuoteResultFiftyTwoWeekHighChangePercent) GetFmt() string
- func (o *QuoteResultFiftyTwoWeekHighChangePercent) GetFmtOk() (*string, bool)
- func (o *QuoteResultFiftyTwoWeekHighChangePercent) GetRaw() float32
- func (o *QuoteResultFiftyTwoWeekHighChangePercent) GetRawOk() (*float32, bool)
- func (o *QuoteResultFiftyTwoWeekHighChangePercent) HasFmt() bool
- func (o *QuoteResultFiftyTwoWeekHighChangePercent) HasRaw() bool
- func (o QuoteResultFiftyTwoWeekHighChangePercent) MarshalJSON() ([]byte, error)
- func (o *QuoteResultFiftyTwoWeekHighChangePercent) SetFmt(v string)
- func (o *QuoteResultFiftyTwoWeekHighChangePercent) SetRaw(v float32)
- func (o QuoteResultFiftyTwoWeekHighChangePercent) ToMap() (map[string]interface{}, error)
- type QuoteResultFiftyTwoWeekLow
- func (o *QuoteResultFiftyTwoWeekLow) GetFmt() string
- func (o *QuoteResultFiftyTwoWeekLow) GetFmtOk() (*string, bool)
- func (o *QuoteResultFiftyTwoWeekLow) GetRaw() float32
- func (o *QuoteResultFiftyTwoWeekLow) GetRawOk() (*float32, bool)
- func (o *QuoteResultFiftyTwoWeekLow) HasFmt() bool
- func (o *QuoteResultFiftyTwoWeekLow) HasRaw() bool
- func (o QuoteResultFiftyTwoWeekLow) MarshalJSON() ([]byte, error)
- func (o *QuoteResultFiftyTwoWeekLow) SetFmt(v string)
- func (o *QuoteResultFiftyTwoWeekLow) SetRaw(v float32)
- func (o QuoteResultFiftyTwoWeekLow) ToMap() (map[string]interface{}, error)
- type QuoteResultFiftyTwoWeekLowChange
- func (o *QuoteResultFiftyTwoWeekLowChange) GetFmt() string
- func (o *QuoteResultFiftyTwoWeekLowChange) GetFmtOk() (*string, bool)
- func (o *QuoteResultFiftyTwoWeekLowChange) GetRaw() float32
- func (o *QuoteResultFiftyTwoWeekLowChange) GetRawOk() (*float32, bool)
- func (o *QuoteResultFiftyTwoWeekLowChange) HasFmt() bool
- func (o *QuoteResultFiftyTwoWeekLowChange) HasRaw() bool
- func (o QuoteResultFiftyTwoWeekLowChange) MarshalJSON() ([]byte, error)
- func (o *QuoteResultFiftyTwoWeekLowChange) SetFmt(v string)
- func (o *QuoteResultFiftyTwoWeekLowChange) SetRaw(v float32)
- func (o QuoteResultFiftyTwoWeekLowChange) ToMap() (map[string]interface{}, error)
- type QuoteResultFiftyTwoWeekLowChangePercent
- func (o *QuoteResultFiftyTwoWeekLowChangePercent) GetFmt() string
- func (o *QuoteResultFiftyTwoWeekLowChangePercent) GetFmtOk() (*string, bool)
- func (o *QuoteResultFiftyTwoWeekLowChangePercent) GetRaw() float32
- func (o *QuoteResultFiftyTwoWeekLowChangePercent) GetRawOk() (*float32, bool)
- func (o *QuoteResultFiftyTwoWeekLowChangePercent) HasFmt() bool
- func (o *QuoteResultFiftyTwoWeekLowChangePercent) HasRaw() bool
- func (o QuoteResultFiftyTwoWeekLowChangePercent) MarshalJSON() ([]byte, error)
- func (o *QuoteResultFiftyTwoWeekLowChangePercent) SetFmt(v string)
- func (o *QuoteResultFiftyTwoWeekLowChangePercent) SetRaw(v float32)
- func (o QuoteResultFiftyTwoWeekLowChangePercent) ToMap() (map[string]interface{}, error)
- type QuoteResultFiftyTwoWeekRange
- func (o *QuoteResultFiftyTwoWeekRange) GetFmt() string
- func (o *QuoteResultFiftyTwoWeekRange) GetFmtOk() (*string, bool)
- func (o *QuoteResultFiftyTwoWeekRange) GetRaw() string
- func (o *QuoteResultFiftyTwoWeekRange) GetRawOk() (*string, bool)
- func (o *QuoteResultFiftyTwoWeekRange) HasFmt() bool
- func (o *QuoteResultFiftyTwoWeekRange) HasRaw() bool
- func (o QuoteResultFiftyTwoWeekRange) MarshalJSON() ([]byte, error)
- func (o *QuoteResultFiftyTwoWeekRange) SetFmt(v string)
- func (o *QuoteResultFiftyTwoWeekRange) SetRaw(v string)
- func (o QuoteResultFiftyTwoWeekRange) ToMap() (map[string]interface{}, error)
- type QuoteResultRegularMarketChange
- func (o *QuoteResultRegularMarketChange) GetFmt() string
- func (o *QuoteResultRegularMarketChange) GetFmtOk() (*string, bool)
- func (o *QuoteResultRegularMarketChange) GetRaw() float32
- func (o *QuoteResultRegularMarketChange) GetRawOk() (*float32, bool)
- func (o *QuoteResultRegularMarketChange) HasFmt() bool
- func (o *QuoteResultRegularMarketChange) HasRaw() bool
- func (o QuoteResultRegularMarketChange) MarshalJSON() ([]byte, error)
- func (o *QuoteResultRegularMarketChange) SetFmt(v string)
- func (o *QuoteResultRegularMarketChange) SetRaw(v float32)
- func (o QuoteResultRegularMarketChange) ToMap() (map[string]interface{}, error)
- type QuoteResultRegularMarketChangePercent
- func (o *QuoteResultRegularMarketChangePercent) GetFmt() string
- func (o *QuoteResultRegularMarketChangePercent) GetFmtOk() (*string, bool)
- func (o *QuoteResultRegularMarketChangePercent) GetRaw() float32
- func (o *QuoteResultRegularMarketChangePercent) GetRawOk() (*float32, bool)
- func (o *QuoteResultRegularMarketChangePercent) HasFmt() bool
- func (o *QuoteResultRegularMarketChangePercent) HasRaw() bool
- func (o QuoteResultRegularMarketChangePercent) MarshalJSON() ([]byte, error)
- func (o *QuoteResultRegularMarketChangePercent) SetFmt(v string)
- func (o *QuoteResultRegularMarketChangePercent) SetRaw(v float32)
- func (o QuoteResultRegularMarketChangePercent) ToMap() (map[string]interface{}, error)
- type QuoteResultRegularMarketDayHigh
- func (o *QuoteResultRegularMarketDayHigh) GetFmt() string
- func (o *QuoteResultRegularMarketDayHigh) GetFmtOk() (*string, bool)
- func (o *QuoteResultRegularMarketDayHigh) GetRaw() float32
- func (o *QuoteResultRegularMarketDayHigh) GetRawOk() (*float32, bool)
- func (o *QuoteResultRegularMarketDayHigh) HasFmt() bool
- func (o *QuoteResultRegularMarketDayHigh) HasRaw() bool
- func (o QuoteResultRegularMarketDayHigh) MarshalJSON() ([]byte, error)
- func (o *QuoteResultRegularMarketDayHigh) SetFmt(v string)
- func (o *QuoteResultRegularMarketDayHigh) SetRaw(v float32)
- func (o QuoteResultRegularMarketDayHigh) ToMap() (map[string]interface{}, error)
- type QuoteResultRegularMarketDayLow
- func (o *QuoteResultRegularMarketDayLow) GetFmt() string
- func (o *QuoteResultRegularMarketDayLow) GetFmtOk() (*string, bool)
- func (o *QuoteResultRegularMarketDayLow) GetRaw() float32
- func (o *QuoteResultRegularMarketDayLow) GetRawOk() (*float32, bool)
- func (o *QuoteResultRegularMarketDayLow) HasFmt() bool
- func (o *QuoteResultRegularMarketDayLow) HasRaw() bool
- func (o QuoteResultRegularMarketDayLow) MarshalJSON() ([]byte, error)
- func (o *QuoteResultRegularMarketDayLow) SetFmt(v string)
- func (o *QuoteResultRegularMarketDayLow) SetRaw(v float32)
- func (o QuoteResultRegularMarketDayLow) ToMap() (map[string]interface{}, error)
- type QuoteResultRegularMarketDayRange
- func (o *QuoteResultRegularMarketDayRange) GetFmt() string
- func (o *QuoteResultRegularMarketDayRange) GetFmtOk() (*string, bool)
- func (o *QuoteResultRegularMarketDayRange) GetRaw() string
- func (o *QuoteResultRegularMarketDayRange) GetRawOk() (*string, bool)
- func (o *QuoteResultRegularMarketDayRange) HasFmt() bool
- func (o *QuoteResultRegularMarketDayRange) HasRaw() bool
- func (o QuoteResultRegularMarketDayRange) MarshalJSON() ([]byte, error)
- func (o *QuoteResultRegularMarketDayRange) SetFmt(v string)
- func (o *QuoteResultRegularMarketDayRange) SetRaw(v string)
- func (o QuoteResultRegularMarketDayRange) ToMap() (map[string]interface{}, error)
- type QuoteResultRegularMarketOpen
- func (o *QuoteResultRegularMarketOpen) GetFmt() string
- func (o *QuoteResultRegularMarketOpen) GetFmtOk() (*string, bool)
- func (o *QuoteResultRegularMarketOpen) GetRaw() float32
- func (o *QuoteResultRegularMarketOpen) GetRawOk() (*float32, bool)
- func (o *QuoteResultRegularMarketOpen) HasFmt() bool
- func (o *QuoteResultRegularMarketOpen) HasRaw() bool
- func (o QuoteResultRegularMarketOpen) MarshalJSON() ([]byte, error)
- func (o *QuoteResultRegularMarketOpen) SetFmt(v string)
- func (o *QuoteResultRegularMarketOpen) SetRaw(v float32)
- func (o QuoteResultRegularMarketOpen) ToMap() (map[string]interface{}, error)
- type QuoteResultRegularMarketPreviousClose
- func (o *QuoteResultRegularMarketPreviousClose) GetFmt() string
- func (o *QuoteResultRegularMarketPreviousClose) GetFmtOk() (*string, bool)
- func (o *QuoteResultRegularMarketPreviousClose) GetRaw() float32
- func (o *QuoteResultRegularMarketPreviousClose) GetRawOk() (*float32, bool)
- func (o *QuoteResultRegularMarketPreviousClose) HasFmt() bool
- func (o *QuoteResultRegularMarketPreviousClose) HasRaw() bool
- func (o QuoteResultRegularMarketPreviousClose) MarshalJSON() ([]byte, error)
- func (o *QuoteResultRegularMarketPreviousClose) SetFmt(v string)
- func (o *QuoteResultRegularMarketPreviousClose) SetRaw(v float32)
- func (o QuoteResultRegularMarketPreviousClose) ToMap() (map[string]interface{}, error)
- type QuoteResultRegularMarketPrice
- func (o *QuoteResultRegularMarketPrice) GetFmt() string
- func (o *QuoteResultRegularMarketPrice) GetFmtOk() (*string, bool)
- func (o *QuoteResultRegularMarketPrice) GetRaw() float32
- func (o *QuoteResultRegularMarketPrice) GetRawOk() (*float32, bool)
- func (o *QuoteResultRegularMarketPrice) HasFmt() bool
- func (o *QuoteResultRegularMarketPrice) HasRaw() bool
- func (o QuoteResultRegularMarketPrice) MarshalJSON() ([]byte, error)
- func (o *QuoteResultRegularMarketPrice) SetFmt(v string)
- func (o *QuoteResultRegularMarketPrice) SetRaw(v float32)
- func (o QuoteResultRegularMarketPrice) ToMap() (map[string]interface{}, error)
- type QuoteResultRegularMarketTime
- func (o *QuoteResultRegularMarketTime) GetFmt() string
- func (o *QuoteResultRegularMarketTime) GetFmtOk() (*string, bool)
- func (o *QuoteResultRegularMarketTime) GetRaw() int32
- func (o *QuoteResultRegularMarketTime) GetRawOk() (*int32, bool)
- func (o *QuoteResultRegularMarketTime) HasFmt() bool
- func (o *QuoteResultRegularMarketTime) HasRaw() bool
- func (o QuoteResultRegularMarketTime) MarshalJSON() ([]byte, error)
- func (o *QuoteResultRegularMarketTime) SetFmt(v string)
- func (o *QuoteResultRegularMarketTime) SetRaw(v int32)
- func (o QuoteResultRegularMarketTime) ToMap() (map[string]interface{}, error)
- type QuoteResultRegularMarketVolume
- func (o *QuoteResultRegularMarketVolume) GetFmt() string
- func (o *QuoteResultRegularMarketVolume) GetFmtOk() (*string, bool)
- func (o *QuoteResultRegularMarketVolume) GetLongFmt() string
- func (o *QuoteResultRegularMarketVolume) GetLongFmtOk() (*string, bool)
- func (o *QuoteResultRegularMarketVolume) GetRaw() int64
- func (o *QuoteResultRegularMarketVolume) GetRawOk() (*int64, bool)
- func (o *QuoteResultRegularMarketVolume) HasFmt() bool
- func (o *QuoteResultRegularMarketVolume) HasLongFmt() bool
- func (o *QuoteResultRegularMarketVolume) HasRaw() bool
- func (o QuoteResultRegularMarketVolume) MarshalJSON() ([]byte, error)
- func (o *QuoteResultRegularMarketVolume) SetFmt(v string)
- func (o *QuoteResultRegularMarketVolume) SetLongFmt(v string)
- func (o *QuoteResultRegularMarketVolume) SetRaw(v int64)
- func (o QuoteResultRegularMarketVolume) ToMap() (map[string]interface{}, error)
- type Range
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type SparkAPIService
- type SparkResponse
- func (o *SparkResponse) GetSpark() SparkResponseSpark
- func (o *SparkResponse) GetSparkOk() (*SparkResponseSpark, bool)
- func (o *SparkResponse) HasSpark() bool
- func (o SparkResponse) MarshalJSON() ([]byte, error)
- func (o *SparkResponse) SetSpark(v SparkResponseSpark)
- func (o SparkResponse) ToMap() (map[string]interface{}, error)
- type SparkResponseSpark
- func (o *SparkResponseSpark) GetError() Error
- func (o *SparkResponseSpark) GetErrorOk() (*Error, bool)
- func (o *SparkResponseSpark) GetResult() []SparkResponseSparkResultInner
- func (o *SparkResponseSpark) GetResultOk() ([]SparkResponseSparkResultInner, bool)
- func (o *SparkResponseSpark) HasError() bool
- func (o *SparkResponseSpark) HasResult() bool
- func (o SparkResponseSpark) MarshalJSON() ([]byte, error)
- func (o *SparkResponseSpark) SetError(v Error)
- func (o *SparkResponseSpark) SetResult(v []SparkResponseSparkResultInner)
- func (o SparkResponseSpark) ToMap() (map[string]interface{}, error)
- type SparkResponseSparkResultInner
- func (o *SparkResponseSparkResultInner) GetResponse() []SparkResponseSparkResultInnerResponseInner
- func (o *SparkResponseSparkResultInner) GetResponseOk() ([]SparkResponseSparkResultInnerResponseInner, bool)
- func (o *SparkResponseSparkResultInner) GetSymbol() string
- func (o *SparkResponseSparkResultInner) GetSymbolOk() (*string, bool)
- func (o *SparkResponseSparkResultInner) HasResponse() bool
- func (o *SparkResponseSparkResultInner) HasSymbol() bool
- func (o SparkResponseSparkResultInner) MarshalJSON() ([]byte, error)
- func (o *SparkResponseSparkResultInner) SetResponse(v []SparkResponseSparkResultInnerResponseInner)
- func (o *SparkResponseSparkResultInner) SetSymbol(v string)
- func (o SparkResponseSparkResultInner) ToMap() (map[string]interface{}, error)
- type SparkResponseSparkResultInnerResponseInner
- func (o *SparkResponseSparkResultInnerResponseInner) GetIndicators() SparkResponseSparkResultInnerResponseInnerIndicators
- func (o *SparkResponseSparkResultInnerResponseInner) GetIndicatorsOk() (*SparkResponseSparkResultInnerResponseInnerIndicators, bool)
- func (o *SparkResponseSparkResultInnerResponseInner) GetMeta() SparkResponseSparkResultInnerResponseInnerMeta
- func (o *SparkResponseSparkResultInnerResponseInner) GetMetaOk() (*SparkResponseSparkResultInnerResponseInnerMeta, bool)
- func (o *SparkResponseSparkResultInnerResponseInner) GetTimestamp() []int32
- func (o *SparkResponseSparkResultInnerResponseInner) GetTimestampOk() ([]int32, bool)
- func (o *SparkResponseSparkResultInnerResponseInner) HasIndicators() bool
- func (o *SparkResponseSparkResultInnerResponseInner) HasMeta() bool
- func (o *SparkResponseSparkResultInnerResponseInner) HasTimestamp() bool
- func (o SparkResponseSparkResultInnerResponseInner) MarshalJSON() ([]byte, error)
- func (o *SparkResponseSparkResultInnerResponseInner) SetIndicators(v SparkResponseSparkResultInnerResponseInnerIndicators)
- func (o *SparkResponseSparkResultInnerResponseInner) SetMeta(v SparkResponseSparkResultInnerResponseInnerMeta)
- func (o *SparkResponseSparkResultInnerResponseInner) SetTimestamp(v []int32)
- func (o SparkResponseSparkResultInnerResponseInner) ToMap() (map[string]interface{}, error)
- type SparkResponseSparkResultInnerResponseInnerIndicators
- func (o *SparkResponseSparkResultInnerResponseInnerIndicators) GetQuote() []SparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner
- func (o *SparkResponseSparkResultInnerResponseInnerIndicators) GetQuoteOk() ([]SparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner, bool)
- func (o *SparkResponseSparkResultInnerResponseInnerIndicators) HasQuote() bool
- func (o SparkResponseSparkResultInnerResponseInnerIndicators) MarshalJSON() ([]byte, error)
- func (o *SparkResponseSparkResultInnerResponseInnerIndicators) SetQuote(v []SparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner)
- func (o SparkResponseSparkResultInnerResponseInnerIndicators) ToMap() (map[string]interface{}, error)
- type SparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner
- func (o *SparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner) GetClose() []float32
- func (o *SparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner) GetCloseOk() ([]float32, bool)
- func (o *SparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner) HasClose() bool
- func (o SparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner) MarshalJSON() ([]byte, error)
- func (o *SparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner) SetClose(v []float32)
- func (o SparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner) ToMap() (map[string]interface{}, error)
- type SparkResponseSparkResultInnerResponseInnerMeta
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetChartPreviousClose() float32
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetChartPreviousCloseOk() (*float32, bool)
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetCurrency() string
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetCurrencyOk() (*string, bool)
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetCurrentTradingPeriod() SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetCurrentTradingPeriodOk() (*SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod, bool)
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetDataGranularity() string
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetDataGranularityOk() (*string, bool)
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetExchangeName() string
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetExchangeNameOk() (*string, bool)
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetExchangeTimezoneName() string
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetExchangeTimezoneNameOk() (*string, bool)
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetFirstTradeDate() int32
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetFirstTradeDateOk() (*int32, bool)
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetGmtoffset() int32
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetGmtoffsetOk() (*int32, bool)
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetInstrumentType() string
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetInstrumentTypeOk() (*string, bool)
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetPreviousClose() float32
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetPreviousCloseOk() (*float32, bool)
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetPriceHint() int32
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetPriceHintOk() (*int32, bool)
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetRange() string
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetRangeOk() (*string, bool)
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetRegularMarketPrice() float32
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetRegularMarketPriceOk() (*float32, bool)
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetRegularMarketTime() int32
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetRegularMarketTimeOk() (*int32, bool)
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetScale() int32
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetScaleOk() (*int32, bool)
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetSymbol() string
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetSymbolOk() (*string, bool)
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetTimezone() string
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetTimezoneOk() (*string, bool)
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetTradingPeriods() [][]SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetTradingPeriodsOk() ([][]SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre, ...)
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetValidRanges() []string
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetValidRangesOk() ([]string, bool)
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) HasChartPreviousClose() bool
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) HasCurrency() bool
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) HasCurrentTradingPeriod() bool
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) HasDataGranularity() bool
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) HasExchangeName() bool
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) HasExchangeTimezoneName() bool
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) HasFirstTradeDate() bool
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) HasGmtoffset() bool
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) HasInstrumentType() bool
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) HasPreviousClose() bool
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) HasPriceHint() bool
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) HasRange() bool
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) HasRegularMarketPrice() bool
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) HasRegularMarketTime() bool
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) HasScale() bool
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) HasSymbol() bool
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) HasTimezone() bool
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) HasTradingPeriods() bool
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) HasValidRanges() bool
- func (o SparkResponseSparkResultInnerResponseInnerMeta) MarshalJSON() ([]byte, error)
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) SetChartPreviousClose(v float32)
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) SetCurrency(v string)
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) SetCurrentTradingPeriod(v SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod)
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) SetDataGranularity(v string)
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) SetExchangeName(v string)
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) SetExchangeTimezoneName(v string)
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) SetFirstTradeDate(v int32)
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) SetGmtoffset(v int32)
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) SetInstrumentType(v string)
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) SetPreviousClose(v float32)
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) SetPriceHint(v int32)
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) SetRange(v string)
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) SetRegularMarketPrice(v float32)
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) SetRegularMarketTime(v int32)
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) SetScale(v int32)
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) SetSymbol(v string)
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) SetTimezone(v string)
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) SetTradingPeriods(v [][]SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre)
- func (o *SparkResponseSparkResultInnerResponseInnerMeta) SetValidRanges(v []string)
- func (o SparkResponseSparkResultInnerResponseInnerMeta) ToMap() (map[string]interface{}, error)
- type SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod
- func NewSparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod() *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod
- func NewSparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodWithDefaults() *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod
- func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) GetPost() SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre
- func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) GetPostOk() (*SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre, bool)
- func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) GetPre() SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre
- func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) GetPreOk() (*SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre, bool)
- func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) GetRegular() SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre
- func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) GetRegularOk() (*SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre, bool)
- func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) HasPost() bool
- func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) HasPre() bool
- func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) HasRegular() bool
- func (o SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) MarshalJSON() ([]byte, error)
- func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) SetPost(v SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre)
- func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) SetPre(v SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre)
- func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) SetRegular(v SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre)
- func (o SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) ToMap() (map[string]interface{}, error)
- type SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre
- func NewSparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre() *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre
- func NewSparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPreWithDefaults() *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre
- func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) GetEnd() int32
- func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) GetEndOk() (*int32, bool)
- func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) GetGmtoffset() int32
- func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) GetGmtoffsetOk() (*int32, bool)
- func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) GetStart() int32
- func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) GetStartOk() (*int32, bool)
- func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) GetTimezone() string
- func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) GetTimezoneOk() (*string, bool)
- func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) HasEnd() bool
- func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) HasGmtoffset() bool
- func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) HasStart() bool
- func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) HasTimezone() bool
- func (o SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) MarshalJSON() ([]byte, error)
- func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) SetEnd(v int32)
- func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) SetGmtoffset(v int32)
- func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) SetStart(v int32)
- func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) SetTimezone(v string)
- func (o SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) ToMap() (map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
var ( JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`) XmlCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`) )
var ( // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
var AllowedIntervalEnumValues = []Interval{
"1m",
"5m",
"15m",
"30m",
"1h",
"6h",
"1d",
}
All allowed values of Interval enum
var AllowedRangeEnumValues = []Range{
"1d",
"5d",
"1mo",
"3mo",
"6mo",
"1y",
"2y",
"5y",
"10y",
"ytd",
"max",
}
All allowed values of Range enum
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct { ChartAPI *ChartAPIService CrumbAPI *CrumbAPIService DownloadAPI *DownloadAPIService QuoteAPI *QuoteAPIService SparkAPI *SparkAPIService // contains filtered or unexported fields }
APIClient manages communication with the Yahoo Finance API v1.0.9 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct { *http.Response `json:"-"` Message string `json:"message,omitempty"` // Operation is the name of the OpenAPI operation. Operation string `json:"operation,omitempty"` // RequestURL is the request URL. This value is always available, even if the // embedded *http.Response is nil. RequestURL string `json:"url,omitempty"` // Method is the HTTP method used for the request. This value is always // available, even if the embedded *http.Response is nil. Method string `json:"method,omitempty"` // Payload holds the contents of the response body (which may be nil or empty). // This is provided here as the raw response.Body() reader will have already // been drained. Payload []byte `json:"-"` }
APIResponse stores the API response returned by the server.
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
NewAPIResponse returns a new APIResponse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type ApiDownloadRequest ¶
type ApiDownloadRequest struct { ApiService *DownloadAPIService // contains filtered or unexported fields }
func (ApiDownloadRequest) A1 ¶
func (r ApiDownloadRequest) A1(a1 string) ApiDownloadRequest
Yahoo cookie A1 for authentication
func (ApiDownloadRequest) Crumb ¶
func (r ApiDownloadRequest) Crumb(crumb string) ApiDownloadRequest
Yahoo cookie crumb
func (ApiDownloadRequest) Events ¶
func (r ApiDownloadRequest) Events(events []string) ApiDownloadRequest
The events to include (e.g., div, split)
func (ApiDownloadRequest) Interval ¶
func (r ApiDownloadRequest) Interval(interval Interval) ApiDownloadRequest
The data interval (e.g., 1d, 1wk, 1mo)
func (ApiDownloadRequest) Period1 ¶
func (r ApiDownloadRequest) Period1(period1 int64) ApiDownloadRequest
The start period for the data (Unix timestamp)
func (ApiDownloadRequest) Period2 ¶
func (r ApiDownloadRequest) Period2(period2 int64) ApiDownloadRequest
The end period for the data (Unix timestamp)
type ApiGetChartRequest ¶
type ApiGetChartRequest struct { ApiService *ChartAPIService // contains filtered or unexported fields }
func (ApiGetChartRequest) A1 ¶
func (r ApiGetChartRequest) A1(a1 string) ApiGetChartRequest
Yahoo cookie A1 for authentication
func (ApiGetChartRequest) CorsDomain ¶
func (r ApiGetChartRequest) CorsDomain(corsDomain string) ApiGetChartRequest
func (ApiGetChartRequest) Crumb ¶
func (r ApiGetChartRequest) Crumb(crumb string) ApiGetChartRequest
Yahoo cookie crumb
func (ApiGetChartRequest) Events ¶
func (r ApiGetChartRequest) Events(events []string) ApiGetChartRequest
func (ApiGetChartRequest) Execute ¶
func (r ApiGetChartRequest) Execute() (*ChartResponse, *http.Response, error)
func (ApiGetChartRequest) IncludePrePost ¶
func (r ApiGetChartRequest) IncludePrePost(includePrePost bool) ApiGetChartRequest
func (ApiGetChartRequest) Interval ¶
func (r ApiGetChartRequest) Interval(interval Interval) ApiGetChartRequest
func (ApiGetChartRequest) Lang ¶
func (r ApiGetChartRequest) Lang(lang string) ApiGetChartRequest
func (ApiGetChartRequest) Period1 ¶
func (r ApiGetChartRequest) Period1(period1 int64) ApiGetChartRequest
func (ApiGetChartRequest) Period2 ¶
func (r ApiGetChartRequest) Period2(period2 int64) ApiGetChartRequest
func (ApiGetChartRequest) Region ¶
func (r ApiGetChartRequest) Region(region string) ApiGetChartRequest
func (ApiGetChartRequest) Tsrc ¶
func (r ApiGetChartRequest) Tsrc(tsrc string) ApiGetChartRequest
func (ApiGetChartRequest) UseYfid ¶
func (r ApiGetChartRequest) UseYfid(useYfid bool) ApiGetChartRequest
type ApiGetCrumbRequest ¶
type ApiGetCrumbRequest struct { ApiService *CrumbAPIService // contains filtered or unexported fields }
func (ApiGetCrumbRequest) A1 ¶
func (r ApiGetCrumbRequest) A1(a1 string) ApiGetCrumbRequest
Yahoo cookie A1 for authentication
type ApiGetQuoteRequest ¶
type ApiGetQuoteRequest struct { ApiService *QuoteAPIService // contains filtered or unexported fields }
func (ApiGetQuoteRequest) A1 ¶
func (r ApiGetQuoteRequest) A1(a1 string) ApiGetQuoteRequest
Yahoo cookie A1 for authentication
func (ApiGetQuoteRequest) CorsDomain ¶
func (r ApiGetQuoteRequest) CorsDomain(corsDomain string) ApiGetQuoteRequest
func (ApiGetQuoteRequest) Crumb ¶
func (r ApiGetQuoteRequest) Crumb(crumb string) ApiGetQuoteRequest
Yahoo cookie crumb
func (ApiGetQuoteRequest) Execute ¶
func (r ApiGetQuoteRequest) Execute() (*QuoteResponse, *http.Response, error)
func (ApiGetQuoteRequest) Fields ¶
func (r ApiGetQuoteRequest) Fields(fields string) ApiGetQuoteRequest
func (ApiGetQuoteRequest) Formatted ¶
func (r ApiGetQuoteRequest) Formatted(formatted bool) ApiGetQuoteRequest
func (ApiGetQuoteRequest) IncludePrePost ¶
func (r ApiGetQuoteRequest) IncludePrePost(includePrePost bool) ApiGetQuoteRequest
func (ApiGetQuoteRequest) Lang ¶
func (r ApiGetQuoteRequest) Lang(lang string) ApiGetQuoteRequest
func (ApiGetQuoteRequest) Region ¶
func (r ApiGetQuoteRequest) Region(region string) ApiGetQuoteRequest
func (ApiGetQuoteRequest) Symbols ¶
func (r ApiGetQuoteRequest) Symbols(symbols string) ApiGetQuoteRequest
type ApiSparkRequest ¶
type ApiSparkRequest struct { ApiService *SparkAPIService // contains filtered or unexported fields }
func (ApiSparkRequest) A1 ¶
func (r ApiSparkRequest) A1(a1 string) ApiSparkRequest
Yahoo cookie A1 for authentication
func (ApiSparkRequest) CorsDomain ¶
func (r ApiSparkRequest) CorsDomain(corsDomain string) ApiSparkRequest
func (ApiSparkRequest) Crumb ¶
func (r ApiSparkRequest) Crumb(crumb string) ApiSparkRequest
Yahoo cookie crumb
func (ApiSparkRequest) Execute ¶
func (r ApiSparkRequest) Execute() (*QuoteResponse, *http.Response, error)
func (ApiSparkRequest) IncludePrePost ¶
func (r ApiSparkRequest) IncludePrePost(includePrePost bool) ApiSparkRequest
func (ApiSparkRequest) IncludeTimestamps ¶
func (r ApiSparkRequest) IncludeTimestamps(includeTimestamps bool) ApiSparkRequest
func (ApiSparkRequest) Indicators ¶
func (r ApiSparkRequest) Indicators(indicators string) ApiSparkRequest
func (ApiSparkRequest) Interval ¶
func (r ApiSparkRequest) Interval(interval Interval) ApiSparkRequest
func (ApiSparkRequest) Lang ¶
func (r ApiSparkRequest) Lang(lang string) ApiSparkRequest
func (ApiSparkRequest) Range_ ¶
func (r ApiSparkRequest) Range_(range_ Range) ApiSparkRequest
func (ApiSparkRequest) Symbols ¶
func (r ApiSparkRequest) Symbols(symbols string) ApiSparkRequest
type BasicAuth ¶
type BasicAuth struct { UserName string `json:"userName,omitempty"` Password string `json:"password,omitempty"` }
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth
type ChartAPIService ¶
type ChartAPIService service
ChartAPIService ChartAPI service
func (*ChartAPIService) GetChart ¶
func (a *ChartAPIService) GetChart(ctx context.Context, symbol string) ApiGetChartRequest
GetChart Method for GetChart
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param symbol @return ApiGetChartRequest
func (*ChartAPIService) GetChartExecute ¶
func (a *ChartAPIService) GetChartExecute(r ApiGetChartRequest) (*ChartResponse, *http.Response, error)
Execute executes the request
@return ChartResponse
type ChartResponse ¶
type ChartResponse struct {
Chart *ChartResponseChart `json:"chart,omitempty"`
}
ChartResponse struct for ChartResponse
func NewChartResponse ¶
func NewChartResponse() *ChartResponse
NewChartResponse instantiates a new ChartResponse 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 NewChartResponseWithDefaults ¶
func NewChartResponseWithDefaults() *ChartResponse
NewChartResponseWithDefaults instantiates a new ChartResponse 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 (*ChartResponse) GetChart ¶
func (o *ChartResponse) GetChart() ChartResponseChart
GetChart returns the Chart field value if set, zero value otherwise.
func (*ChartResponse) GetChartOk ¶
func (o *ChartResponse) GetChartOk() (*ChartResponseChart, bool)
GetChartOk returns a tuple with the Chart field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChartResponse) HasChart ¶
func (o *ChartResponse) HasChart() bool
HasChart returns a boolean if a field has been set.
func (ChartResponse) MarshalJSON ¶
func (o ChartResponse) MarshalJSON() ([]byte, error)
func (*ChartResponse) SetChart ¶
func (o *ChartResponse) SetChart(v ChartResponseChart)
SetChart gets a reference to the given ChartResponseChart and assigns it to the Chart field.
func (ChartResponse) ToMap ¶
func (o ChartResponse) ToMap() (map[string]interface{}, error)
type ChartResponseChart ¶
type ChartResponseChart struct { Result []ChartResponseChartResultInner `json:"result,omitempty"` Error *Error `json:"error,omitempty"` }
ChartResponseChart struct for ChartResponseChart
func NewChartResponseChart ¶
func NewChartResponseChart() *ChartResponseChart
NewChartResponseChart instantiates a new ChartResponseChart 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 NewChartResponseChartWithDefaults ¶
func NewChartResponseChartWithDefaults() *ChartResponseChart
NewChartResponseChartWithDefaults instantiates a new ChartResponseChart 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 (*ChartResponseChart) GetError ¶
func (o *ChartResponseChart) GetError() Error
GetError returns the Error field value if set, zero value otherwise.
func (*ChartResponseChart) GetErrorOk ¶
func (o *ChartResponseChart) GetErrorOk() (*Error, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChartResponseChart) GetResult ¶
func (o *ChartResponseChart) GetResult() []ChartResponseChartResultInner
GetResult returns the Result field value if set, zero value otherwise.
func (*ChartResponseChart) GetResultOk ¶
func (o *ChartResponseChart) GetResultOk() ([]ChartResponseChartResultInner, bool)
GetResultOk returns a tuple with the Result field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChartResponseChart) HasError ¶
func (o *ChartResponseChart) HasError() bool
HasError returns a boolean if a field has been set.
func (*ChartResponseChart) HasResult ¶
func (o *ChartResponseChart) HasResult() bool
HasResult returns a boolean if a field has been set.
func (ChartResponseChart) MarshalJSON ¶
func (o ChartResponseChart) MarshalJSON() ([]byte, error)
func (*ChartResponseChart) SetError ¶
func (o *ChartResponseChart) SetError(v Error)
SetError gets a reference to the given Error and assigns it to the Error field.
func (*ChartResponseChart) SetResult ¶
func (o *ChartResponseChart) SetResult(v []ChartResponseChartResultInner)
SetResult gets a reference to the given []ChartResponseChartResultInner and assigns it to the Result field.
func (ChartResponseChart) ToMap ¶
func (o ChartResponseChart) ToMap() (map[string]interface{}, error)
type ChartResponseChartResultInner ¶
type ChartResponseChartResultInner struct { Meta *ChartResponseChartResultInnerMeta `json:"meta,omitempty"` Timestamp []int32 `json:"timestamp,omitempty"` Indicators *ChartResponseChartResultInnerIndicators `json:"indicators,omitempty"` }
ChartResponseChartResultInner struct for ChartResponseChartResultInner
func NewChartResponseChartResultInner ¶
func NewChartResponseChartResultInner() *ChartResponseChartResultInner
NewChartResponseChartResultInner instantiates a new ChartResponseChartResultInner 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 NewChartResponseChartResultInnerWithDefaults ¶
func NewChartResponseChartResultInnerWithDefaults() *ChartResponseChartResultInner
NewChartResponseChartResultInnerWithDefaults instantiates a new ChartResponseChartResultInner 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 (*ChartResponseChartResultInner) GetIndicators ¶
func (o *ChartResponseChartResultInner) GetIndicators() ChartResponseChartResultInnerIndicators
GetIndicators returns the Indicators field value if set, zero value otherwise.
func (*ChartResponseChartResultInner) GetIndicatorsOk ¶
func (o *ChartResponseChartResultInner) GetIndicatorsOk() (*ChartResponseChartResultInnerIndicators, bool)
GetIndicatorsOk returns a tuple with the Indicators field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChartResponseChartResultInner) GetMeta ¶
func (o *ChartResponseChartResultInner) GetMeta() ChartResponseChartResultInnerMeta
GetMeta returns the Meta field value if set, zero value otherwise.
func (*ChartResponseChartResultInner) GetMetaOk ¶
func (o *ChartResponseChartResultInner) GetMetaOk() (*ChartResponseChartResultInnerMeta, bool)
GetMetaOk returns a tuple with the Meta field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChartResponseChartResultInner) GetTimestamp ¶
func (o *ChartResponseChartResultInner) GetTimestamp() []int32
GetTimestamp returns the Timestamp field value if set, zero value otherwise.
func (*ChartResponseChartResultInner) GetTimestampOk ¶
func (o *ChartResponseChartResultInner) GetTimestampOk() ([]int32, 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 (*ChartResponseChartResultInner) HasIndicators ¶
func (o *ChartResponseChartResultInner) HasIndicators() bool
HasIndicators returns a boolean if a field has been set.
func (*ChartResponseChartResultInner) HasMeta ¶
func (o *ChartResponseChartResultInner) HasMeta() bool
HasMeta returns a boolean if a field has been set.
func (*ChartResponseChartResultInner) HasTimestamp ¶
func (o *ChartResponseChartResultInner) HasTimestamp() bool
HasTimestamp returns a boolean if a field has been set.
func (ChartResponseChartResultInner) MarshalJSON ¶
func (o ChartResponseChartResultInner) MarshalJSON() ([]byte, error)
func (*ChartResponseChartResultInner) SetIndicators ¶
func (o *ChartResponseChartResultInner) SetIndicators(v ChartResponseChartResultInnerIndicators)
SetIndicators gets a reference to the given ChartResponseChartResultInnerIndicators and assigns it to the Indicators field.
func (*ChartResponseChartResultInner) SetMeta ¶
func (o *ChartResponseChartResultInner) SetMeta(v ChartResponseChartResultInnerMeta)
SetMeta gets a reference to the given ChartResponseChartResultInnerMeta and assigns it to the Meta field.
func (*ChartResponseChartResultInner) SetTimestamp ¶
func (o *ChartResponseChartResultInner) SetTimestamp(v []int32)
SetTimestamp gets a reference to the given []int32 and assigns it to the Timestamp field.
func (ChartResponseChartResultInner) ToMap ¶
func (o ChartResponseChartResultInner) ToMap() (map[string]interface{}, error)
type ChartResponseChartResultInnerIndicators ¶
type ChartResponseChartResultInnerIndicators struct {
Quote []ChartResponseChartResultInnerIndicatorsQuoteInner `json:"quote,omitempty"`
}
ChartResponseChartResultInnerIndicators struct for ChartResponseChartResultInnerIndicators
func NewChartResponseChartResultInnerIndicators ¶
func NewChartResponseChartResultInnerIndicators() *ChartResponseChartResultInnerIndicators
NewChartResponseChartResultInnerIndicators instantiates a new ChartResponseChartResultInnerIndicators 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 NewChartResponseChartResultInnerIndicatorsWithDefaults ¶
func NewChartResponseChartResultInnerIndicatorsWithDefaults() *ChartResponseChartResultInnerIndicators
NewChartResponseChartResultInnerIndicatorsWithDefaults instantiates a new ChartResponseChartResultInnerIndicators 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 (*ChartResponseChartResultInnerIndicators) GetQuote ¶
func (o *ChartResponseChartResultInnerIndicators) GetQuote() []ChartResponseChartResultInnerIndicatorsQuoteInner
GetQuote returns the Quote field value if set, zero value otherwise.
func (*ChartResponseChartResultInnerIndicators) GetQuoteOk ¶
func (o *ChartResponseChartResultInnerIndicators) GetQuoteOk() ([]ChartResponseChartResultInnerIndicatorsQuoteInner, 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 (*ChartResponseChartResultInnerIndicators) HasQuote ¶
func (o *ChartResponseChartResultInnerIndicators) HasQuote() bool
HasQuote returns a boolean if a field has been set.
func (ChartResponseChartResultInnerIndicators) MarshalJSON ¶
func (o ChartResponseChartResultInnerIndicators) MarshalJSON() ([]byte, error)
func (*ChartResponseChartResultInnerIndicators) SetQuote ¶
func (o *ChartResponseChartResultInnerIndicators) SetQuote(v []ChartResponseChartResultInnerIndicatorsQuoteInner)
SetQuote gets a reference to the given []ChartResponseChartResultInnerIndicatorsQuoteInner and assigns it to the Quote field.
func (ChartResponseChartResultInnerIndicators) ToMap ¶
func (o ChartResponseChartResultInnerIndicators) ToMap() (map[string]interface{}, error)
type ChartResponseChartResultInnerIndicatorsQuoteInner ¶
type ChartResponseChartResultInnerIndicatorsQuoteInner struct { High []float32 `json:"high,omitempty"` Close []float32 `json:"close,omitempty"` Volume []int32 `json:"volume,omitempty"` Low []float32 `json:"low,omitempty"` Open []float32 `json:"open,omitempty"` }
ChartResponseChartResultInnerIndicatorsQuoteInner struct for ChartResponseChartResultInnerIndicatorsQuoteInner
func NewChartResponseChartResultInnerIndicatorsQuoteInner ¶
func NewChartResponseChartResultInnerIndicatorsQuoteInner() *ChartResponseChartResultInnerIndicatorsQuoteInner
NewChartResponseChartResultInnerIndicatorsQuoteInner instantiates a new ChartResponseChartResultInnerIndicatorsQuoteInner 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 NewChartResponseChartResultInnerIndicatorsQuoteInnerWithDefaults ¶
func NewChartResponseChartResultInnerIndicatorsQuoteInnerWithDefaults() *ChartResponseChartResultInnerIndicatorsQuoteInner
NewChartResponseChartResultInnerIndicatorsQuoteInnerWithDefaults instantiates a new ChartResponseChartResultInnerIndicatorsQuoteInner 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 (*ChartResponseChartResultInnerIndicatorsQuoteInner) GetClose ¶
func (o *ChartResponseChartResultInnerIndicatorsQuoteInner) GetClose() []float32
GetClose returns the Close field value if set, zero value otherwise.
func (*ChartResponseChartResultInnerIndicatorsQuoteInner) GetCloseOk ¶
func (o *ChartResponseChartResultInnerIndicatorsQuoteInner) GetCloseOk() ([]float32, bool)
GetCloseOk returns a tuple with the Close field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChartResponseChartResultInnerIndicatorsQuoteInner) GetHigh ¶
func (o *ChartResponseChartResultInnerIndicatorsQuoteInner) GetHigh() []float32
GetHigh returns the High field value if set, zero value otherwise.
func (*ChartResponseChartResultInnerIndicatorsQuoteInner) GetHighOk ¶
func (o *ChartResponseChartResultInnerIndicatorsQuoteInner) GetHighOk() ([]float32, 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 (*ChartResponseChartResultInnerIndicatorsQuoteInner) GetLow ¶
func (o *ChartResponseChartResultInnerIndicatorsQuoteInner) GetLow() []float32
GetLow returns the Low field value if set, zero value otherwise.
func (*ChartResponseChartResultInnerIndicatorsQuoteInner) GetLowOk ¶
func (o *ChartResponseChartResultInnerIndicatorsQuoteInner) GetLowOk() ([]float32, 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 (*ChartResponseChartResultInnerIndicatorsQuoteInner) GetOpen ¶
func (o *ChartResponseChartResultInnerIndicatorsQuoteInner) GetOpen() []float32
GetOpen returns the Open field value if set, zero value otherwise.
func (*ChartResponseChartResultInnerIndicatorsQuoteInner) GetOpenOk ¶
func (o *ChartResponseChartResultInnerIndicatorsQuoteInner) GetOpenOk() ([]float32, 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 (*ChartResponseChartResultInnerIndicatorsQuoteInner) GetVolume ¶
func (o *ChartResponseChartResultInnerIndicatorsQuoteInner) GetVolume() []int32
GetVolume returns the Volume field value if set, zero value otherwise.
func (*ChartResponseChartResultInnerIndicatorsQuoteInner) GetVolumeOk ¶
func (o *ChartResponseChartResultInnerIndicatorsQuoteInner) GetVolumeOk() ([]int32, 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 (*ChartResponseChartResultInnerIndicatorsQuoteInner) HasClose ¶
func (o *ChartResponseChartResultInnerIndicatorsQuoteInner) HasClose() bool
HasClose returns a boolean if a field has been set.
func (*ChartResponseChartResultInnerIndicatorsQuoteInner) HasHigh ¶
func (o *ChartResponseChartResultInnerIndicatorsQuoteInner) HasHigh() bool
HasHigh returns a boolean if a field has been set.
func (*ChartResponseChartResultInnerIndicatorsQuoteInner) HasLow ¶
func (o *ChartResponseChartResultInnerIndicatorsQuoteInner) HasLow() bool
HasLow returns a boolean if a field has been set.
func (*ChartResponseChartResultInnerIndicatorsQuoteInner) HasOpen ¶
func (o *ChartResponseChartResultInnerIndicatorsQuoteInner) HasOpen() bool
HasOpen returns a boolean if a field has been set.
func (*ChartResponseChartResultInnerIndicatorsQuoteInner) HasVolume ¶
func (o *ChartResponseChartResultInnerIndicatorsQuoteInner) HasVolume() bool
HasVolume returns a boolean if a field has been set.
func (ChartResponseChartResultInnerIndicatorsQuoteInner) MarshalJSON ¶
func (o ChartResponseChartResultInnerIndicatorsQuoteInner) MarshalJSON() ([]byte, error)
func (*ChartResponseChartResultInnerIndicatorsQuoteInner) SetClose ¶
func (o *ChartResponseChartResultInnerIndicatorsQuoteInner) SetClose(v []float32)
SetClose gets a reference to the given []float32 and assigns it to the Close field.
func (*ChartResponseChartResultInnerIndicatorsQuoteInner) SetHigh ¶
func (o *ChartResponseChartResultInnerIndicatorsQuoteInner) SetHigh(v []float32)
SetHigh gets a reference to the given []float32 and assigns it to the High field.
func (*ChartResponseChartResultInnerIndicatorsQuoteInner) SetLow ¶
func (o *ChartResponseChartResultInnerIndicatorsQuoteInner) SetLow(v []float32)
SetLow gets a reference to the given []float32 and assigns it to the Low field.
func (*ChartResponseChartResultInnerIndicatorsQuoteInner) SetOpen ¶
func (o *ChartResponseChartResultInnerIndicatorsQuoteInner) SetOpen(v []float32)
SetOpen gets a reference to the given []float32 and assigns it to the Open field.
func (*ChartResponseChartResultInnerIndicatorsQuoteInner) SetVolume ¶
func (o *ChartResponseChartResultInnerIndicatorsQuoteInner) SetVolume(v []int32)
SetVolume gets a reference to the given []int32 and assigns it to the Volume field.
func (ChartResponseChartResultInnerIndicatorsQuoteInner) ToMap ¶
func (o ChartResponseChartResultInnerIndicatorsQuoteInner) ToMap() (map[string]interface{}, error)
type ChartResponseChartResultInnerMeta ¶
type ChartResponseChartResultInnerMeta struct { Currency *string `json:"currency,omitempty"` Symbol *string `json:"symbol,omitempty"` ExchangeName *string `json:"exchangeName,omitempty"` InstrumentType *string `json:"instrumentType,omitempty"` FirstTradeDate *int32 `json:"firstTradeDate,omitempty"` RegularMarketTime *int32 `json:"regularMarketTime,omitempty"` Gmtoffset *int32 `json:"gmtoffset,omitempty"` Timezone *string `json:"timezone,omitempty"` ExchangeTimezoneName *string `json:"exchangeTimezoneName,omitempty"` RegularMarketPrice *float32 `json:"regularMarketPrice,omitempty"` ChartPreviousClose *float32 `json:"chartPreviousClose,omitempty"` PreviousClose *float32 `json:"previousClose,omitempty"` Scale *int32 `json:"scale,omitempty"` PriceHint *int32 `json:"priceHint,omitempty"` CurrentTradingPeriod *ChartResponseChartResultInnerMetaCurrentTradingPeriod `json:"currentTradingPeriod,omitempty"` TradingPeriods [][]ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular `json:"tradingPeriods,omitempty"` DataGranularity *string `json:"dataGranularity,omitempty"` Range *string `json:"range,omitempty"` ValidRanges []string `json:"validRanges,omitempty"` }
ChartResponseChartResultInnerMeta struct for ChartResponseChartResultInnerMeta
func NewChartResponseChartResultInnerMeta ¶
func NewChartResponseChartResultInnerMeta() *ChartResponseChartResultInnerMeta
NewChartResponseChartResultInnerMeta instantiates a new ChartResponseChartResultInnerMeta 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 NewChartResponseChartResultInnerMetaWithDefaults ¶
func NewChartResponseChartResultInnerMetaWithDefaults() *ChartResponseChartResultInnerMeta
NewChartResponseChartResultInnerMetaWithDefaults instantiates a new ChartResponseChartResultInnerMeta 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 (*ChartResponseChartResultInnerMeta) GetChartPreviousClose ¶
func (o *ChartResponseChartResultInnerMeta) GetChartPreviousClose() float32
GetChartPreviousClose returns the ChartPreviousClose field value if set, zero value otherwise.
func (*ChartResponseChartResultInnerMeta) GetChartPreviousCloseOk ¶
func (o *ChartResponseChartResultInnerMeta) GetChartPreviousCloseOk() (*float32, bool)
GetChartPreviousCloseOk returns a tuple with the ChartPreviousClose field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChartResponseChartResultInnerMeta) GetCurrency ¶
func (o *ChartResponseChartResultInnerMeta) GetCurrency() string
GetCurrency returns the Currency field value if set, zero value otherwise.
func (*ChartResponseChartResultInnerMeta) GetCurrencyOk ¶
func (o *ChartResponseChartResultInnerMeta) GetCurrencyOk() (*string, bool)
GetCurrencyOk returns a tuple with the Currency field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChartResponseChartResultInnerMeta) GetCurrentTradingPeriod ¶
func (o *ChartResponseChartResultInnerMeta) GetCurrentTradingPeriod() ChartResponseChartResultInnerMetaCurrentTradingPeriod
GetCurrentTradingPeriod returns the CurrentTradingPeriod field value if set, zero value otherwise.
func (*ChartResponseChartResultInnerMeta) GetCurrentTradingPeriodOk ¶
func (o *ChartResponseChartResultInnerMeta) GetCurrentTradingPeriodOk() (*ChartResponseChartResultInnerMetaCurrentTradingPeriod, bool)
GetCurrentTradingPeriodOk returns a tuple with the CurrentTradingPeriod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChartResponseChartResultInnerMeta) GetDataGranularity ¶
func (o *ChartResponseChartResultInnerMeta) GetDataGranularity() string
GetDataGranularity returns the DataGranularity field value if set, zero value otherwise.
func (*ChartResponseChartResultInnerMeta) GetDataGranularityOk ¶
func (o *ChartResponseChartResultInnerMeta) GetDataGranularityOk() (*string, bool)
GetDataGranularityOk returns a tuple with the DataGranularity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChartResponseChartResultInnerMeta) GetExchangeName ¶
func (o *ChartResponseChartResultInnerMeta) GetExchangeName() string
GetExchangeName returns the ExchangeName field value if set, zero value otherwise.
func (*ChartResponseChartResultInnerMeta) GetExchangeNameOk ¶
func (o *ChartResponseChartResultInnerMeta) GetExchangeNameOk() (*string, bool)
GetExchangeNameOk returns a tuple with the ExchangeName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChartResponseChartResultInnerMeta) GetExchangeTimezoneName ¶
func (o *ChartResponseChartResultInnerMeta) GetExchangeTimezoneName() string
GetExchangeTimezoneName returns the ExchangeTimezoneName field value if set, zero value otherwise.
func (*ChartResponseChartResultInnerMeta) GetExchangeTimezoneNameOk ¶
func (o *ChartResponseChartResultInnerMeta) GetExchangeTimezoneNameOk() (*string, bool)
GetExchangeTimezoneNameOk returns a tuple with the ExchangeTimezoneName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChartResponseChartResultInnerMeta) GetFirstTradeDate ¶
func (o *ChartResponseChartResultInnerMeta) GetFirstTradeDate() int32
GetFirstTradeDate returns the FirstTradeDate field value if set, zero value otherwise.
func (*ChartResponseChartResultInnerMeta) GetFirstTradeDateOk ¶
func (o *ChartResponseChartResultInnerMeta) GetFirstTradeDateOk() (*int32, bool)
GetFirstTradeDateOk returns a tuple with the FirstTradeDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChartResponseChartResultInnerMeta) GetGmtoffset ¶
func (o *ChartResponseChartResultInnerMeta) GetGmtoffset() int32
GetGmtoffset returns the Gmtoffset field value if set, zero value otherwise.
func (*ChartResponseChartResultInnerMeta) GetGmtoffsetOk ¶
func (o *ChartResponseChartResultInnerMeta) GetGmtoffsetOk() (*int32, bool)
GetGmtoffsetOk returns a tuple with the Gmtoffset field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChartResponseChartResultInnerMeta) GetInstrumentType ¶
func (o *ChartResponseChartResultInnerMeta) GetInstrumentType() string
GetInstrumentType returns the InstrumentType field value if set, zero value otherwise.
func (*ChartResponseChartResultInnerMeta) GetInstrumentTypeOk ¶
func (o *ChartResponseChartResultInnerMeta) GetInstrumentTypeOk() (*string, bool)
GetInstrumentTypeOk returns a tuple with the InstrumentType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChartResponseChartResultInnerMeta) GetPreviousClose ¶
func (o *ChartResponseChartResultInnerMeta) GetPreviousClose() float32
GetPreviousClose returns the PreviousClose field value if set, zero value otherwise.
func (*ChartResponseChartResultInnerMeta) GetPreviousCloseOk ¶
func (o *ChartResponseChartResultInnerMeta) GetPreviousCloseOk() (*float32, 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 (*ChartResponseChartResultInnerMeta) GetPriceHint ¶
func (o *ChartResponseChartResultInnerMeta) GetPriceHint() int32
GetPriceHint returns the PriceHint field value if set, zero value otherwise.
func (*ChartResponseChartResultInnerMeta) GetPriceHintOk ¶
func (o *ChartResponseChartResultInnerMeta) GetPriceHintOk() (*int32, bool)
GetPriceHintOk returns a tuple with the PriceHint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChartResponseChartResultInnerMeta) GetRange ¶
func (o *ChartResponseChartResultInnerMeta) GetRange() string
GetRange returns the Range field value if set, zero value otherwise.
func (*ChartResponseChartResultInnerMeta) GetRangeOk ¶
func (o *ChartResponseChartResultInnerMeta) GetRangeOk() (*string, bool)
GetRangeOk returns a tuple with the Range field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChartResponseChartResultInnerMeta) GetRegularMarketPrice ¶
func (o *ChartResponseChartResultInnerMeta) GetRegularMarketPrice() float32
GetRegularMarketPrice returns the RegularMarketPrice field value if set, zero value otherwise.
func (*ChartResponseChartResultInnerMeta) GetRegularMarketPriceOk ¶
func (o *ChartResponseChartResultInnerMeta) GetRegularMarketPriceOk() (*float32, bool)
GetRegularMarketPriceOk returns a tuple with the RegularMarketPrice field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChartResponseChartResultInnerMeta) GetRegularMarketTime ¶
func (o *ChartResponseChartResultInnerMeta) GetRegularMarketTime() int32
GetRegularMarketTime returns the RegularMarketTime field value if set, zero value otherwise.
func (*ChartResponseChartResultInnerMeta) GetRegularMarketTimeOk ¶
func (o *ChartResponseChartResultInnerMeta) GetRegularMarketTimeOk() (*int32, bool)
GetRegularMarketTimeOk returns a tuple with the RegularMarketTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChartResponseChartResultInnerMeta) GetScale ¶
func (o *ChartResponseChartResultInnerMeta) GetScale() int32
GetScale returns the Scale field value if set, zero value otherwise.
func (*ChartResponseChartResultInnerMeta) GetScaleOk ¶
func (o *ChartResponseChartResultInnerMeta) GetScaleOk() (*int32, bool)
GetScaleOk returns a tuple with the Scale field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChartResponseChartResultInnerMeta) GetSymbol ¶
func (o *ChartResponseChartResultInnerMeta) GetSymbol() string
GetSymbol returns the Symbol field value if set, zero value otherwise.
func (*ChartResponseChartResultInnerMeta) GetSymbolOk ¶
func (o *ChartResponseChartResultInnerMeta) 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 (*ChartResponseChartResultInnerMeta) GetTimezone ¶
func (o *ChartResponseChartResultInnerMeta) GetTimezone() string
GetTimezone returns the Timezone field value if set, zero value otherwise.
func (*ChartResponseChartResultInnerMeta) GetTimezoneOk ¶
func (o *ChartResponseChartResultInnerMeta) 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 (*ChartResponseChartResultInnerMeta) GetTradingPeriods ¶
func (o *ChartResponseChartResultInnerMeta) GetTradingPeriods() [][]ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular
GetTradingPeriods returns the TradingPeriods field value if set, zero value otherwise.
func (*ChartResponseChartResultInnerMeta) GetTradingPeriodsOk ¶
func (o *ChartResponseChartResultInnerMeta) GetTradingPeriodsOk() ([][]ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular, bool)
GetTradingPeriodsOk returns a tuple with the TradingPeriods field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChartResponseChartResultInnerMeta) GetValidRanges ¶
func (o *ChartResponseChartResultInnerMeta) GetValidRanges() []string
GetValidRanges returns the ValidRanges field value if set, zero value otherwise.
func (*ChartResponseChartResultInnerMeta) GetValidRangesOk ¶
func (o *ChartResponseChartResultInnerMeta) GetValidRangesOk() ([]string, bool)
GetValidRangesOk returns a tuple with the ValidRanges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChartResponseChartResultInnerMeta) HasChartPreviousClose ¶
func (o *ChartResponseChartResultInnerMeta) HasChartPreviousClose() bool
HasChartPreviousClose returns a boolean if a field has been set.
func (*ChartResponseChartResultInnerMeta) HasCurrency ¶
func (o *ChartResponseChartResultInnerMeta) HasCurrency() bool
HasCurrency returns a boolean if a field has been set.
func (*ChartResponseChartResultInnerMeta) HasCurrentTradingPeriod ¶
func (o *ChartResponseChartResultInnerMeta) HasCurrentTradingPeriod() bool
HasCurrentTradingPeriod returns a boolean if a field has been set.
func (*ChartResponseChartResultInnerMeta) HasDataGranularity ¶
func (o *ChartResponseChartResultInnerMeta) HasDataGranularity() bool
HasDataGranularity returns a boolean if a field has been set.
func (*ChartResponseChartResultInnerMeta) HasExchangeName ¶
func (o *ChartResponseChartResultInnerMeta) HasExchangeName() bool
HasExchangeName returns a boolean if a field has been set.
func (*ChartResponseChartResultInnerMeta) HasExchangeTimezoneName ¶
func (o *ChartResponseChartResultInnerMeta) HasExchangeTimezoneName() bool
HasExchangeTimezoneName returns a boolean if a field has been set.
func (*ChartResponseChartResultInnerMeta) HasFirstTradeDate ¶
func (o *ChartResponseChartResultInnerMeta) HasFirstTradeDate() bool
HasFirstTradeDate returns a boolean if a field has been set.
func (*ChartResponseChartResultInnerMeta) HasGmtoffset ¶
func (o *ChartResponseChartResultInnerMeta) HasGmtoffset() bool
HasGmtoffset returns a boolean if a field has been set.
func (*ChartResponseChartResultInnerMeta) HasInstrumentType ¶
func (o *ChartResponseChartResultInnerMeta) HasInstrumentType() bool
HasInstrumentType returns a boolean if a field has been set.
func (*ChartResponseChartResultInnerMeta) HasPreviousClose ¶
func (o *ChartResponseChartResultInnerMeta) HasPreviousClose() bool
HasPreviousClose returns a boolean if a field has been set.
func (*ChartResponseChartResultInnerMeta) HasPriceHint ¶
func (o *ChartResponseChartResultInnerMeta) HasPriceHint() bool
HasPriceHint returns a boolean if a field has been set.
func (*ChartResponseChartResultInnerMeta) HasRange ¶
func (o *ChartResponseChartResultInnerMeta) HasRange() bool
HasRange returns a boolean if a field has been set.
func (*ChartResponseChartResultInnerMeta) HasRegularMarketPrice ¶
func (o *ChartResponseChartResultInnerMeta) HasRegularMarketPrice() bool
HasRegularMarketPrice returns a boolean if a field has been set.
func (*ChartResponseChartResultInnerMeta) HasRegularMarketTime ¶
func (o *ChartResponseChartResultInnerMeta) HasRegularMarketTime() bool
HasRegularMarketTime returns a boolean if a field has been set.
func (*ChartResponseChartResultInnerMeta) HasScale ¶
func (o *ChartResponseChartResultInnerMeta) HasScale() bool
HasScale returns a boolean if a field has been set.
func (*ChartResponseChartResultInnerMeta) HasSymbol ¶
func (o *ChartResponseChartResultInnerMeta) HasSymbol() bool
HasSymbol returns a boolean if a field has been set.
func (*ChartResponseChartResultInnerMeta) HasTimezone ¶
func (o *ChartResponseChartResultInnerMeta) HasTimezone() bool
HasTimezone returns a boolean if a field has been set.
func (*ChartResponseChartResultInnerMeta) HasTradingPeriods ¶
func (o *ChartResponseChartResultInnerMeta) HasTradingPeriods() bool
HasTradingPeriods returns a boolean if a field has been set.
func (*ChartResponseChartResultInnerMeta) HasValidRanges ¶
func (o *ChartResponseChartResultInnerMeta) HasValidRanges() bool
HasValidRanges returns a boolean if a field has been set.
func (ChartResponseChartResultInnerMeta) MarshalJSON ¶
func (o ChartResponseChartResultInnerMeta) MarshalJSON() ([]byte, error)
func (*ChartResponseChartResultInnerMeta) SetChartPreviousClose ¶
func (o *ChartResponseChartResultInnerMeta) SetChartPreviousClose(v float32)
SetChartPreviousClose gets a reference to the given float32 and assigns it to the ChartPreviousClose field.
func (*ChartResponseChartResultInnerMeta) SetCurrency ¶
func (o *ChartResponseChartResultInnerMeta) SetCurrency(v string)
SetCurrency gets a reference to the given string and assigns it to the Currency field.
func (*ChartResponseChartResultInnerMeta) SetCurrentTradingPeriod ¶
func (o *ChartResponseChartResultInnerMeta) SetCurrentTradingPeriod(v ChartResponseChartResultInnerMetaCurrentTradingPeriod)
SetCurrentTradingPeriod gets a reference to the given ChartResponseChartResultInnerMetaCurrentTradingPeriod and assigns it to the CurrentTradingPeriod field.
func (*ChartResponseChartResultInnerMeta) SetDataGranularity ¶
func (o *ChartResponseChartResultInnerMeta) SetDataGranularity(v string)
SetDataGranularity gets a reference to the given string and assigns it to the DataGranularity field.
func (*ChartResponseChartResultInnerMeta) SetExchangeName ¶
func (o *ChartResponseChartResultInnerMeta) SetExchangeName(v string)
SetExchangeName gets a reference to the given string and assigns it to the ExchangeName field.
func (*ChartResponseChartResultInnerMeta) SetExchangeTimezoneName ¶
func (o *ChartResponseChartResultInnerMeta) SetExchangeTimezoneName(v string)
SetExchangeTimezoneName gets a reference to the given string and assigns it to the ExchangeTimezoneName field.
func (*ChartResponseChartResultInnerMeta) SetFirstTradeDate ¶
func (o *ChartResponseChartResultInnerMeta) SetFirstTradeDate(v int32)
SetFirstTradeDate gets a reference to the given int32 and assigns it to the FirstTradeDate field.
func (*ChartResponseChartResultInnerMeta) SetGmtoffset ¶
func (o *ChartResponseChartResultInnerMeta) SetGmtoffset(v int32)
SetGmtoffset gets a reference to the given int32 and assigns it to the Gmtoffset field.
func (*ChartResponseChartResultInnerMeta) SetInstrumentType ¶
func (o *ChartResponseChartResultInnerMeta) SetInstrumentType(v string)
SetInstrumentType gets a reference to the given string and assigns it to the InstrumentType field.
func (*ChartResponseChartResultInnerMeta) SetPreviousClose ¶
func (o *ChartResponseChartResultInnerMeta) SetPreviousClose(v float32)
SetPreviousClose gets a reference to the given float32 and assigns it to the PreviousClose field.
func (*ChartResponseChartResultInnerMeta) SetPriceHint ¶
func (o *ChartResponseChartResultInnerMeta) SetPriceHint(v int32)
SetPriceHint gets a reference to the given int32 and assigns it to the PriceHint field.
func (*ChartResponseChartResultInnerMeta) SetRange ¶
func (o *ChartResponseChartResultInnerMeta) SetRange(v string)
SetRange gets a reference to the given string and assigns it to the Range field.
func (*ChartResponseChartResultInnerMeta) SetRegularMarketPrice ¶
func (o *ChartResponseChartResultInnerMeta) SetRegularMarketPrice(v float32)
SetRegularMarketPrice gets a reference to the given float32 and assigns it to the RegularMarketPrice field.
func (*ChartResponseChartResultInnerMeta) SetRegularMarketTime ¶
func (o *ChartResponseChartResultInnerMeta) SetRegularMarketTime(v int32)
SetRegularMarketTime gets a reference to the given int32 and assigns it to the RegularMarketTime field.
func (*ChartResponseChartResultInnerMeta) SetScale ¶
func (o *ChartResponseChartResultInnerMeta) SetScale(v int32)
SetScale gets a reference to the given int32 and assigns it to the Scale field.
func (*ChartResponseChartResultInnerMeta) SetSymbol ¶
func (o *ChartResponseChartResultInnerMeta) SetSymbol(v string)
SetSymbol gets a reference to the given string and assigns it to the Symbol field.
func (*ChartResponseChartResultInnerMeta) SetTimezone ¶
func (o *ChartResponseChartResultInnerMeta) SetTimezone(v string)
SetTimezone gets a reference to the given string and assigns it to the Timezone field.
func (*ChartResponseChartResultInnerMeta) SetTradingPeriods ¶
func (o *ChartResponseChartResultInnerMeta) SetTradingPeriods(v [][]ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular)
SetTradingPeriods gets a reference to the given [][]ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular and assigns it to the TradingPeriods field.
func (*ChartResponseChartResultInnerMeta) SetValidRanges ¶
func (o *ChartResponseChartResultInnerMeta) SetValidRanges(v []string)
SetValidRanges gets a reference to the given []string and assigns it to the ValidRanges field.
func (ChartResponseChartResultInnerMeta) ToMap ¶
func (o ChartResponseChartResultInnerMeta) ToMap() (map[string]interface{}, error)
type ChartResponseChartResultInnerMetaCurrentTradingPeriod ¶
type ChartResponseChartResultInnerMetaCurrentTradingPeriod struct { Pre *ChartResponseChartResultInnerMetaCurrentTradingPeriodPre `json:"pre,omitempty"` Regular *ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular `json:"regular,omitempty"` Post *ChartResponseChartResultInnerMetaCurrentTradingPeriodPost `json:"post,omitempty"` }
ChartResponseChartResultInnerMetaCurrentTradingPeriod struct for ChartResponseChartResultInnerMetaCurrentTradingPeriod
func NewChartResponseChartResultInnerMetaCurrentTradingPeriod ¶
func NewChartResponseChartResultInnerMetaCurrentTradingPeriod() *ChartResponseChartResultInnerMetaCurrentTradingPeriod
NewChartResponseChartResultInnerMetaCurrentTradingPeriod instantiates a new ChartResponseChartResultInnerMetaCurrentTradingPeriod 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 NewChartResponseChartResultInnerMetaCurrentTradingPeriodWithDefaults ¶
func NewChartResponseChartResultInnerMetaCurrentTradingPeriodWithDefaults() *ChartResponseChartResultInnerMetaCurrentTradingPeriod
NewChartResponseChartResultInnerMetaCurrentTradingPeriodWithDefaults instantiates a new ChartResponseChartResultInnerMetaCurrentTradingPeriod 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 (*ChartResponseChartResultInnerMetaCurrentTradingPeriod) GetPost ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriod) GetPost() ChartResponseChartResultInnerMetaCurrentTradingPeriodPost
GetPost returns the Post field value if set, zero value otherwise.
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriod) GetPostOk ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriod) GetPostOk() (*ChartResponseChartResultInnerMetaCurrentTradingPeriodPost, bool)
GetPostOk returns a tuple with the Post field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriod) GetPre ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriod) GetPre() ChartResponseChartResultInnerMetaCurrentTradingPeriodPre
GetPre returns the Pre field value if set, zero value otherwise.
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriod) GetPreOk ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriod) GetPreOk() (*ChartResponseChartResultInnerMetaCurrentTradingPeriodPre, bool)
GetPreOk returns a tuple with the Pre field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriod) GetRegular ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriod) GetRegular() ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular
GetRegular returns the Regular field value if set, zero value otherwise.
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriod) GetRegularOk ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriod) GetRegularOk() (*ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular, bool)
GetRegularOk returns a tuple with the Regular field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriod) HasPost ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriod) HasPost() bool
HasPost returns a boolean if a field has been set.
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriod) HasPre ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriod) HasPre() bool
HasPre returns a boolean if a field has been set.
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriod) HasRegular ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriod) HasRegular() bool
HasRegular returns a boolean if a field has been set.
func (ChartResponseChartResultInnerMetaCurrentTradingPeriod) MarshalJSON ¶
func (o ChartResponseChartResultInnerMetaCurrentTradingPeriod) MarshalJSON() ([]byte, error)
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriod) SetPost ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriod) SetPost(v ChartResponseChartResultInnerMetaCurrentTradingPeriodPost)
SetPost gets a reference to the given ChartResponseChartResultInnerMetaCurrentTradingPeriodPost and assigns it to the Post field.
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriod) SetPre ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriod) SetPre(v ChartResponseChartResultInnerMetaCurrentTradingPeriodPre)
SetPre gets a reference to the given ChartResponseChartResultInnerMetaCurrentTradingPeriodPre and assigns it to the Pre field.
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriod) SetRegular ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriod) SetRegular(v ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular)
SetRegular gets a reference to the given ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular and assigns it to the Regular field.
func (ChartResponseChartResultInnerMetaCurrentTradingPeriod) ToMap ¶
func (o ChartResponseChartResultInnerMetaCurrentTradingPeriod) ToMap() (map[string]interface{}, error)
type ChartResponseChartResultInnerMetaCurrentTradingPeriodPost ¶
type ChartResponseChartResultInnerMetaCurrentTradingPeriodPost struct { Timezone *string `json:"timezone,omitempty"` Start *int32 `json:"start,omitempty"` End *int32 `json:"end,omitempty"` Gmtoffset *int32 `json:"gmtoffset,omitempty"` }
ChartResponseChartResultInnerMetaCurrentTradingPeriodPost struct for ChartResponseChartResultInnerMetaCurrentTradingPeriodPost
func NewChartResponseChartResultInnerMetaCurrentTradingPeriodPost ¶
func NewChartResponseChartResultInnerMetaCurrentTradingPeriodPost() *ChartResponseChartResultInnerMetaCurrentTradingPeriodPost
NewChartResponseChartResultInnerMetaCurrentTradingPeriodPost instantiates a new ChartResponseChartResultInnerMetaCurrentTradingPeriodPost 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 NewChartResponseChartResultInnerMetaCurrentTradingPeriodPostWithDefaults ¶
func NewChartResponseChartResultInnerMetaCurrentTradingPeriodPostWithDefaults() *ChartResponseChartResultInnerMetaCurrentTradingPeriodPost
NewChartResponseChartResultInnerMetaCurrentTradingPeriodPostWithDefaults instantiates a new ChartResponseChartResultInnerMetaCurrentTradingPeriodPost 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 (*ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) GetEnd ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) GetEnd() int32
GetEnd returns the End field value if set, zero value otherwise.
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) GetEndOk ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) GetEndOk() (*int32, bool)
GetEndOk returns a tuple with the End field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) GetGmtoffset ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) GetGmtoffset() int32
GetGmtoffset returns the Gmtoffset field value if set, zero value otherwise.
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) GetGmtoffsetOk ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) GetGmtoffsetOk() (*int32, bool)
GetGmtoffsetOk returns a tuple with the Gmtoffset field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) GetStart ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) GetStart() int32
GetStart returns the Start field value if set, zero value otherwise.
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) GetStartOk ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) GetStartOk() (*int32, bool)
GetStartOk returns a tuple with the Start field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) GetTimezone ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) GetTimezone() string
GetTimezone returns the Timezone field value if set, zero value otherwise.
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) GetTimezoneOk ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) 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 (*ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) HasEnd ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) HasEnd() bool
HasEnd returns a boolean if a field has been set.
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) HasGmtoffset ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) HasGmtoffset() bool
HasGmtoffset returns a boolean if a field has been set.
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) HasStart ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) HasStart() bool
HasStart returns a boolean if a field has been set.
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) HasTimezone ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) HasTimezone() bool
HasTimezone returns a boolean if a field has been set.
func (ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) MarshalJSON ¶
func (o ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) MarshalJSON() ([]byte, error)
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) SetEnd ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) SetEnd(v int32)
SetEnd gets a reference to the given int32 and assigns it to the End field.
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) SetGmtoffset ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) SetGmtoffset(v int32)
SetGmtoffset gets a reference to the given int32 and assigns it to the Gmtoffset field.
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) SetStart ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) SetStart(v int32)
SetStart gets a reference to the given int32 and assigns it to the Start field.
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) SetTimezone ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) SetTimezone(v string)
SetTimezone gets a reference to the given string and assigns it to the Timezone field.
func (ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) ToMap ¶
func (o ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) ToMap() (map[string]interface{}, error)
type ChartResponseChartResultInnerMetaCurrentTradingPeriodPre ¶
type ChartResponseChartResultInnerMetaCurrentTradingPeriodPre struct { Timezone *string `json:"timezone,omitempty"` Start *int32 `json:"start,omitempty"` End *int32 `json:"end,omitempty"` Gmtoffset *int32 `json:"gmtoffset,omitempty"` }
ChartResponseChartResultInnerMetaCurrentTradingPeriodPre struct for ChartResponseChartResultInnerMetaCurrentTradingPeriodPre
func NewChartResponseChartResultInnerMetaCurrentTradingPeriodPre ¶
func NewChartResponseChartResultInnerMetaCurrentTradingPeriodPre() *ChartResponseChartResultInnerMetaCurrentTradingPeriodPre
NewChartResponseChartResultInnerMetaCurrentTradingPeriodPre instantiates a new ChartResponseChartResultInnerMetaCurrentTradingPeriodPre 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 NewChartResponseChartResultInnerMetaCurrentTradingPeriodPreWithDefaults ¶
func NewChartResponseChartResultInnerMetaCurrentTradingPeriodPreWithDefaults() *ChartResponseChartResultInnerMetaCurrentTradingPeriodPre
NewChartResponseChartResultInnerMetaCurrentTradingPeriodPreWithDefaults instantiates a new ChartResponseChartResultInnerMetaCurrentTradingPeriodPre 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 (*ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) GetEnd ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) GetEnd() int32
GetEnd returns the End field value if set, zero value otherwise.
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) GetEndOk ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) GetEndOk() (*int32, bool)
GetEndOk returns a tuple with the End field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) GetGmtoffset ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) GetGmtoffset() int32
GetGmtoffset returns the Gmtoffset field value if set, zero value otherwise.
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) GetGmtoffsetOk ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) GetGmtoffsetOk() (*int32, bool)
GetGmtoffsetOk returns a tuple with the Gmtoffset field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) GetStart ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) GetStart() int32
GetStart returns the Start field value if set, zero value otherwise.
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) GetStartOk ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) GetStartOk() (*int32, bool)
GetStartOk returns a tuple with the Start field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) GetTimezone ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) GetTimezone() string
GetTimezone returns the Timezone field value if set, zero value otherwise.
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) GetTimezoneOk ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) 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 (*ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) HasEnd ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) HasEnd() bool
HasEnd returns a boolean if a field has been set.
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) HasGmtoffset ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) HasGmtoffset() bool
HasGmtoffset returns a boolean if a field has been set.
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) HasStart ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) HasStart() bool
HasStart returns a boolean if a field has been set.
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) HasTimezone ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) HasTimezone() bool
HasTimezone returns a boolean if a field has been set.
func (ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) MarshalJSON ¶
func (o ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) MarshalJSON() ([]byte, error)
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) SetEnd ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) SetEnd(v int32)
SetEnd gets a reference to the given int32 and assigns it to the End field.
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) SetGmtoffset ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) SetGmtoffset(v int32)
SetGmtoffset gets a reference to the given int32 and assigns it to the Gmtoffset field.
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) SetStart ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) SetStart(v int32)
SetStart gets a reference to the given int32 and assigns it to the Start field.
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) SetTimezone ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) SetTimezone(v string)
SetTimezone gets a reference to the given string and assigns it to the Timezone field.
func (ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) ToMap ¶
func (o ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) ToMap() (map[string]interface{}, error)
type ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular ¶
type ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular struct { Timezone *string `json:"timezone,omitempty"` Start *int32 `json:"start,omitempty"` End *int32 `json:"end,omitempty"` Gmtoffset *int32 `json:"gmtoffset,omitempty"` }
ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular struct for ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular
func NewChartResponseChartResultInnerMetaCurrentTradingPeriodRegular ¶
func NewChartResponseChartResultInnerMetaCurrentTradingPeriodRegular() *ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular
NewChartResponseChartResultInnerMetaCurrentTradingPeriodRegular instantiates a new ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular 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 NewChartResponseChartResultInnerMetaCurrentTradingPeriodRegularWithDefaults ¶
func NewChartResponseChartResultInnerMetaCurrentTradingPeriodRegularWithDefaults() *ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular
NewChartResponseChartResultInnerMetaCurrentTradingPeriodRegularWithDefaults instantiates a new ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular 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 (*ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) GetEnd ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) GetEnd() int32
GetEnd returns the End field value if set, zero value otherwise.
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) GetEndOk ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) GetEndOk() (*int32, bool)
GetEndOk returns a tuple with the End field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) GetGmtoffset ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) GetGmtoffset() int32
GetGmtoffset returns the Gmtoffset field value if set, zero value otherwise.
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) GetGmtoffsetOk ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) GetGmtoffsetOk() (*int32, bool)
GetGmtoffsetOk returns a tuple with the Gmtoffset field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) GetStart ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) GetStart() int32
GetStart returns the Start field value if set, zero value otherwise.
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) GetStartOk ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) GetStartOk() (*int32, bool)
GetStartOk returns a tuple with the Start field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) GetTimezone ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) GetTimezone() string
GetTimezone returns the Timezone field value if set, zero value otherwise.
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) GetTimezoneOk ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) 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 (*ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) HasEnd ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) HasEnd() bool
HasEnd returns a boolean if a field has been set.
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) HasGmtoffset ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) HasGmtoffset() bool
HasGmtoffset returns a boolean if a field has been set.
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) HasStart ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) HasStart() bool
HasStart returns a boolean if a field has been set.
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) HasTimezone ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) HasTimezone() bool
HasTimezone returns a boolean if a field has been set.
func (ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) MarshalJSON ¶
func (o ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) MarshalJSON() ([]byte, error)
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) SetEnd ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) SetEnd(v int32)
SetEnd gets a reference to the given int32 and assigns it to the End field.
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) SetGmtoffset ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) SetGmtoffset(v int32)
SetGmtoffset gets a reference to the given int32 and assigns it to the Gmtoffset field.
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) SetStart ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) SetStart(v int32)
SetStart gets a reference to the given int32 and assigns it to the Start field.
func (*ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) SetTimezone ¶
func (o *ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) SetTimezone(v string)
SetTimezone gets a reference to the given string and assigns it to the Timezone field.
func (ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) ToMap ¶
func (o ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) ToMap() (map[string]interface{}, error)
type Configuration ¶
type Configuration struct { Host string `json:"host,omitempty"` Scheme string `json:"scheme,omitempty"` DefaultHeader map[string]string `json:"defaultHeader,omitempty"` UserAgent string `json:"userAgent,omitempty"` Debug bool `json:"debug,omitempty"` Servers ServerConfigurations OperationServers map[string]ServerConfigurations HTTPClient *http.Client }
Configuration stores the configuration of the API client
func NewConfiguration ¶
func NewConfiguration() *Configuration
NewConfiguration returns a new Configuration object
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
AddDefaultHeader adds a new HTTP header to the default header in the request
func (*Configuration) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type CrumbAPIService ¶
type CrumbAPIService service
CrumbAPIService CrumbAPI service
func (*CrumbAPIService) GetCrumb ¶
func (a *CrumbAPIService) GetCrumb(ctx context.Context) ApiGetCrumbRequest
GetCrumb Retrieve crumb for authentication
Retrieve crumb for Yahoo Finance API authentication
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetCrumbRequest
func (*CrumbAPIService) GetCrumbExecute ¶
func (a *CrumbAPIService) GetCrumbExecute(r ApiGetCrumbRequest) (string, *http.Response, error)
Execute executes the request
@return string
type DownloadAPIService ¶
type DownloadAPIService service
DownloadAPIService DownloadAPI service
func (*DownloadAPIService) Download ¶
func (a *DownloadAPIService) Download(ctx context.Context, symbol string) ApiDownloadRequest
Download Download financial data for a specific symbol
Retrieve financial data in CSV format for the given symbol
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param symbol The stock symbol to download data for @return ApiDownloadRequest
func (*DownloadAPIService) DownloadExecute ¶
func (a *DownloadAPIService) DownloadExecute(r ApiDownloadRequest) (*os.File, *http.Response, error)
Execute executes the request
@return *os.File
type Error ¶
type Error struct { Code *string `json:"code,omitempty"` Description *string `json:"description,omitempty"` }
Error struct for Error
func NewError ¶
func NewError() *Error
NewError instantiates a new Error 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 NewErrorWithDefaults ¶
func NewErrorWithDefaults() *Error
NewErrorWithDefaults instantiates a new Error 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 (*Error) GetCodeOk ¶
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 (*Error) GetDescription ¶
GetDescription returns the Description field value if set, zero value otherwise.
func (*Error) GetDescriptionOk ¶
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 (*Error) HasDescription ¶
HasDescription returns a boolean if a field has been set.
func (Error) MarshalJSON ¶
func (*Error) SetCode ¶
SetCode gets a reference to the given string and assigns it to the Code field.
func (*Error) SetDescription ¶
SetDescription gets a reference to the given string and assigns it to the Description field.
type GenericOpenAPIError ¶
type GenericOpenAPIError struct {
// contains filtered or unexported fields
}
GenericOpenAPIError Provides access to the body, error and model on returned errors.
func (GenericOpenAPIError) Body ¶
func (e GenericOpenAPIError) Body() []byte
Body returns the raw bytes of the response
func (GenericOpenAPIError) Error ¶
func (e GenericOpenAPIError) Error() string
Error returns non-empty string if there was an error.
func (GenericOpenAPIError) Model ¶
func (e GenericOpenAPIError) Model() interface{}
Model returns the unpacked model of the error
type Interval ¶
type Interval string
Interval the model 'Interval'
const ( INTERVAL__1M Interval = "1m" INTERVAL__5M Interval = "5m" INTERVAL__15M Interval = "15m" INTERVAL__30M Interval = "30m" INTERVAL__1H Interval = "1h" INTERVAL__6H Interval = "6h" INTERVAL__1D Interval = "1d" )
List of Interval
func NewIntervalFromValue ¶
NewIntervalFromValue returns a pointer to a valid Interval for the value passed as argument, or an error if the value passed is not allowed by the enum
func (*Interval) UnmarshalJSON ¶
type MappedNullable ¶
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 NullableChartResponse ¶
type NullableChartResponse struct {
// contains filtered or unexported fields
}
func NewNullableChartResponse ¶
func NewNullableChartResponse(val *ChartResponse) *NullableChartResponse
func (NullableChartResponse) Get ¶
func (v NullableChartResponse) Get() *ChartResponse
func (NullableChartResponse) IsSet ¶
func (v NullableChartResponse) IsSet() bool
func (NullableChartResponse) MarshalJSON ¶
func (v NullableChartResponse) MarshalJSON() ([]byte, error)
func (*NullableChartResponse) Set ¶
func (v *NullableChartResponse) Set(val *ChartResponse)
func (*NullableChartResponse) UnmarshalJSON ¶
func (v *NullableChartResponse) UnmarshalJSON(src []byte) error
func (*NullableChartResponse) Unset ¶
func (v *NullableChartResponse) Unset()
type NullableChartResponseChart ¶
type NullableChartResponseChart struct {
// contains filtered or unexported fields
}
func NewNullableChartResponseChart ¶
func NewNullableChartResponseChart(val *ChartResponseChart) *NullableChartResponseChart
func (NullableChartResponseChart) Get ¶
func (v NullableChartResponseChart) Get() *ChartResponseChart
func (NullableChartResponseChart) IsSet ¶
func (v NullableChartResponseChart) IsSet() bool
func (NullableChartResponseChart) MarshalJSON ¶
func (v NullableChartResponseChart) MarshalJSON() ([]byte, error)
func (*NullableChartResponseChart) Set ¶
func (v *NullableChartResponseChart) Set(val *ChartResponseChart)
func (*NullableChartResponseChart) UnmarshalJSON ¶
func (v *NullableChartResponseChart) UnmarshalJSON(src []byte) error
func (*NullableChartResponseChart) Unset ¶
func (v *NullableChartResponseChart) Unset()
type NullableChartResponseChartResultInner ¶
type NullableChartResponseChartResultInner struct {
// contains filtered or unexported fields
}
func NewNullableChartResponseChartResultInner ¶
func NewNullableChartResponseChartResultInner(val *ChartResponseChartResultInner) *NullableChartResponseChartResultInner
func (NullableChartResponseChartResultInner) Get ¶
func (v NullableChartResponseChartResultInner) Get() *ChartResponseChartResultInner
func (NullableChartResponseChartResultInner) IsSet ¶
func (v NullableChartResponseChartResultInner) IsSet() bool
func (NullableChartResponseChartResultInner) MarshalJSON ¶
func (v NullableChartResponseChartResultInner) MarshalJSON() ([]byte, error)
func (*NullableChartResponseChartResultInner) Set ¶
func (v *NullableChartResponseChartResultInner) Set(val *ChartResponseChartResultInner)
func (*NullableChartResponseChartResultInner) UnmarshalJSON ¶
func (v *NullableChartResponseChartResultInner) UnmarshalJSON(src []byte) error
func (*NullableChartResponseChartResultInner) Unset ¶
func (v *NullableChartResponseChartResultInner) Unset()
type NullableChartResponseChartResultInnerIndicators ¶
type NullableChartResponseChartResultInnerIndicators struct {
// contains filtered or unexported fields
}
func NewNullableChartResponseChartResultInnerIndicators ¶
func NewNullableChartResponseChartResultInnerIndicators(val *ChartResponseChartResultInnerIndicators) *NullableChartResponseChartResultInnerIndicators
func (NullableChartResponseChartResultInnerIndicators) IsSet ¶
func (v NullableChartResponseChartResultInnerIndicators) IsSet() bool
func (NullableChartResponseChartResultInnerIndicators) MarshalJSON ¶
func (v NullableChartResponseChartResultInnerIndicators) MarshalJSON() ([]byte, error)
func (*NullableChartResponseChartResultInnerIndicators) UnmarshalJSON ¶
func (v *NullableChartResponseChartResultInnerIndicators) UnmarshalJSON(src []byte) error
func (*NullableChartResponseChartResultInnerIndicators) Unset ¶
func (v *NullableChartResponseChartResultInnerIndicators) Unset()
type NullableChartResponseChartResultInnerIndicatorsQuoteInner ¶
type NullableChartResponseChartResultInnerIndicatorsQuoteInner struct {
// contains filtered or unexported fields
}
func NewNullableChartResponseChartResultInnerIndicatorsQuoteInner ¶
func NewNullableChartResponseChartResultInnerIndicatorsQuoteInner(val *ChartResponseChartResultInnerIndicatorsQuoteInner) *NullableChartResponseChartResultInnerIndicatorsQuoteInner
func (NullableChartResponseChartResultInnerIndicatorsQuoteInner) IsSet ¶
func (v NullableChartResponseChartResultInnerIndicatorsQuoteInner) IsSet() bool
func (NullableChartResponseChartResultInnerIndicatorsQuoteInner) MarshalJSON ¶
func (v NullableChartResponseChartResultInnerIndicatorsQuoteInner) MarshalJSON() ([]byte, error)
func (*NullableChartResponseChartResultInnerIndicatorsQuoteInner) UnmarshalJSON ¶
func (v *NullableChartResponseChartResultInnerIndicatorsQuoteInner) UnmarshalJSON(src []byte) error
func (*NullableChartResponseChartResultInnerIndicatorsQuoteInner) Unset ¶
func (v *NullableChartResponseChartResultInnerIndicatorsQuoteInner) Unset()
type NullableChartResponseChartResultInnerMeta ¶
type NullableChartResponseChartResultInnerMeta struct {
// contains filtered or unexported fields
}
func NewNullableChartResponseChartResultInnerMeta ¶
func NewNullableChartResponseChartResultInnerMeta(val *ChartResponseChartResultInnerMeta) *NullableChartResponseChartResultInnerMeta
func (NullableChartResponseChartResultInnerMeta) IsSet ¶
func (v NullableChartResponseChartResultInnerMeta) IsSet() bool
func (NullableChartResponseChartResultInnerMeta) MarshalJSON ¶
func (v NullableChartResponseChartResultInnerMeta) MarshalJSON() ([]byte, error)
func (*NullableChartResponseChartResultInnerMeta) Set ¶
func (v *NullableChartResponseChartResultInnerMeta) Set(val *ChartResponseChartResultInnerMeta)
func (*NullableChartResponseChartResultInnerMeta) UnmarshalJSON ¶
func (v *NullableChartResponseChartResultInnerMeta) UnmarshalJSON(src []byte) error
func (*NullableChartResponseChartResultInnerMeta) Unset ¶
func (v *NullableChartResponseChartResultInnerMeta) Unset()
type NullableChartResponseChartResultInnerMetaCurrentTradingPeriod ¶
type NullableChartResponseChartResultInnerMetaCurrentTradingPeriod struct {
// contains filtered or unexported fields
}
func NewNullableChartResponseChartResultInnerMetaCurrentTradingPeriod ¶
func NewNullableChartResponseChartResultInnerMetaCurrentTradingPeriod(val *ChartResponseChartResultInnerMetaCurrentTradingPeriod) *NullableChartResponseChartResultInnerMetaCurrentTradingPeriod
func (NullableChartResponseChartResultInnerMetaCurrentTradingPeriod) IsSet ¶
func (v NullableChartResponseChartResultInnerMetaCurrentTradingPeriod) IsSet() bool
func (NullableChartResponseChartResultInnerMetaCurrentTradingPeriod) MarshalJSON ¶
func (v NullableChartResponseChartResultInnerMetaCurrentTradingPeriod) MarshalJSON() ([]byte, error)
func (*NullableChartResponseChartResultInnerMetaCurrentTradingPeriod) UnmarshalJSON ¶
func (v *NullableChartResponseChartResultInnerMetaCurrentTradingPeriod) UnmarshalJSON(src []byte) error
func (*NullableChartResponseChartResultInnerMetaCurrentTradingPeriod) Unset ¶
func (v *NullableChartResponseChartResultInnerMetaCurrentTradingPeriod) Unset()
type NullableChartResponseChartResultInnerMetaCurrentTradingPeriodPost ¶
type NullableChartResponseChartResultInnerMetaCurrentTradingPeriodPost struct {
// contains filtered or unexported fields
}
func NewNullableChartResponseChartResultInnerMetaCurrentTradingPeriodPost ¶
func NewNullableChartResponseChartResultInnerMetaCurrentTradingPeriodPost(val *ChartResponseChartResultInnerMetaCurrentTradingPeriodPost) *NullableChartResponseChartResultInnerMetaCurrentTradingPeriodPost
func (NullableChartResponseChartResultInnerMetaCurrentTradingPeriodPost) IsSet ¶
func (v NullableChartResponseChartResultInnerMetaCurrentTradingPeriodPost) IsSet() bool
func (NullableChartResponseChartResultInnerMetaCurrentTradingPeriodPost) MarshalJSON ¶
func (v NullableChartResponseChartResultInnerMetaCurrentTradingPeriodPost) MarshalJSON() ([]byte, error)
func (*NullableChartResponseChartResultInnerMetaCurrentTradingPeriodPost) UnmarshalJSON ¶
func (v *NullableChartResponseChartResultInnerMetaCurrentTradingPeriodPost) UnmarshalJSON(src []byte) error
func (*NullableChartResponseChartResultInnerMetaCurrentTradingPeriodPost) Unset ¶
func (v *NullableChartResponseChartResultInnerMetaCurrentTradingPeriodPost) Unset()
type NullableChartResponseChartResultInnerMetaCurrentTradingPeriodPre ¶
type NullableChartResponseChartResultInnerMetaCurrentTradingPeriodPre struct {
// contains filtered or unexported fields
}
func NewNullableChartResponseChartResultInnerMetaCurrentTradingPeriodPre ¶
func NewNullableChartResponseChartResultInnerMetaCurrentTradingPeriodPre(val *ChartResponseChartResultInnerMetaCurrentTradingPeriodPre) *NullableChartResponseChartResultInnerMetaCurrentTradingPeriodPre
func (NullableChartResponseChartResultInnerMetaCurrentTradingPeriodPre) IsSet ¶
func (v NullableChartResponseChartResultInnerMetaCurrentTradingPeriodPre) IsSet() bool
func (NullableChartResponseChartResultInnerMetaCurrentTradingPeriodPre) MarshalJSON ¶
func (v NullableChartResponseChartResultInnerMetaCurrentTradingPeriodPre) MarshalJSON() ([]byte, error)
func (*NullableChartResponseChartResultInnerMetaCurrentTradingPeriodPre) UnmarshalJSON ¶
func (v *NullableChartResponseChartResultInnerMetaCurrentTradingPeriodPre) UnmarshalJSON(src []byte) error
func (*NullableChartResponseChartResultInnerMetaCurrentTradingPeriodPre) Unset ¶
func (v *NullableChartResponseChartResultInnerMetaCurrentTradingPeriodPre) Unset()
type NullableChartResponseChartResultInnerMetaCurrentTradingPeriodRegular ¶
type NullableChartResponseChartResultInnerMetaCurrentTradingPeriodRegular struct {
// contains filtered or unexported fields
}
func NewNullableChartResponseChartResultInnerMetaCurrentTradingPeriodRegular ¶
func NewNullableChartResponseChartResultInnerMetaCurrentTradingPeriodRegular(val *ChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) *NullableChartResponseChartResultInnerMetaCurrentTradingPeriodRegular
func (NullableChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) IsSet ¶
func (v NullableChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) IsSet() bool
func (NullableChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) MarshalJSON ¶
func (v NullableChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) MarshalJSON() ([]byte, error)
func (*NullableChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) UnmarshalJSON ¶
func (v *NullableChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) UnmarshalJSON(src []byte) error
func (*NullableChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) Unset ¶
func (v *NullableChartResponseChartResultInnerMetaCurrentTradingPeriodRegular) Unset()
type NullableError ¶
type NullableError struct {
// contains filtered or unexported fields
}
func NewNullableError ¶
func NewNullableError(val *Error) *NullableError
func (NullableError) Get ¶
func (v NullableError) Get() *Error
func (NullableError) IsSet ¶
func (v NullableError) IsSet() bool
func (NullableError) MarshalJSON ¶
func (v NullableError) MarshalJSON() ([]byte, error)
func (*NullableError) Set ¶
func (v *NullableError) Set(val *Error)
func (*NullableError) UnmarshalJSON ¶
func (v *NullableError) UnmarshalJSON(src []byte) error
func (*NullableError) Unset ¶
func (v *NullableError) 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 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 NullableInterval ¶
type NullableInterval struct {
// contains filtered or unexported fields
}
func NewNullableInterval ¶
func NewNullableInterval(val *Interval) *NullableInterval
func (NullableInterval) Get ¶
func (v NullableInterval) Get() *Interval
func (NullableInterval) IsSet ¶
func (v NullableInterval) IsSet() bool
func (NullableInterval) MarshalJSON ¶
func (v NullableInterval) MarshalJSON() ([]byte, error)
func (*NullableInterval) Set ¶
func (v *NullableInterval) Set(val *Interval)
func (*NullableInterval) UnmarshalJSON ¶
func (v *NullableInterval) UnmarshalJSON(src []byte) error
func (*NullableInterval) Unset ¶
func (v *NullableInterval) Unset()
type NullableQuoteResponse ¶
type NullableQuoteResponse struct {
// contains filtered or unexported fields
}
func NewNullableQuoteResponse ¶
func NewNullableQuoteResponse(val *QuoteResponse) *NullableQuoteResponse
func (NullableQuoteResponse) Get ¶
func (v NullableQuoteResponse) Get() *QuoteResponse
func (NullableQuoteResponse) IsSet ¶
func (v NullableQuoteResponse) IsSet() bool
func (NullableQuoteResponse) MarshalJSON ¶
func (v NullableQuoteResponse) MarshalJSON() ([]byte, error)
func (*NullableQuoteResponse) Set ¶
func (v *NullableQuoteResponse) Set(val *QuoteResponse)
func (*NullableQuoteResponse) UnmarshalJSON ¶
func (v *NullableQuoteResponse) UnmarshalJSON(src []byte) error
func (*NullableQuoteResponse) Unset ¶
func (v *NullableQuoteResponse) Unset()
type NullableQuoteResponseQuoteResponse ¶
type NullableQuoteResponseQuoteResponse struct {
// contains filtered or unexported fields
}
func NewNullableQuoteResponseQuoteResponse ¶
func NewNullableQuoteResponseQuoteResponse(val *QuoteResponseQuoteResponse) *NullableQuoteResponseQuoteResponse
func (NullableQuoteResponseQuoteResponse) Get ¶
func (v NullableQuoteResponseQuoteResponse) Get() *QuoteResponseQuoteResponse
func (NullableQuoteResponseQuoteResponse) IsSet ¶
func (v NullableQuoteResponseQuoteResponse) IsSet() bool
func (NullableQuoteResponseQuoteResponse) MarshalJSON ¶
func (v NullableQuoteResponseQuoteResponse) MarshalJSON() ([]byte, error)
func (*NullableQuoteResponseQuoteResponse) Set ¶
func (v *NullableQuoteResponseQuoteResponse) Set(val *QuoteResponseQuoteResponse)
func (*NullableQuoteResponseQuoteResponse) UnmarshalJSON ¶
func (v *NullableQuoteResponseQuoteResponse) UnmarshalJSON(src []byte) error
func (*NullableQuoteResponseQuoteResponse) Unset ¶
func (v *NullableQuoteResponseQuoteResponse) Unset()
type NullableQuoteResult ¶
type NullableQuoteResult struct {
// contains filtered or unexported fields
}
func NewNullableQuoteResult ¶
func NewNullableQuoteResult(val *QuoteResult) *NullableQuoteResult
func (NullableQuoteResult) Get ¶
func (v NullableQuoteResult) Get() *QuoteResult
func (NullableQuoteResult) IsSet ¶
func (v NullableQuoteResult) IsSet() bool
func (NullableQuoteResult) MarshalJSON ¶
func (v NullableQuoteResult) MarshalJSON() ([]byte, error)
func (*NullableQuoteResult) Set ¶
func (v *NullableQuoteResult) Set(val *QuoteResult)
func (*NullableQuoteResult) UnmarshalJSON ¶
func (v *NullableQuoteResult) UnmarshalJSON(src []byte) error
func (*NullableQuoteResult) Unset ¶
func (v *NullableQuoteResult) Unset()
type NullableQuoteResultFiftyTwoWeekHighChange ¶
type NullableQuoteResultFiftyTwoWeekHighChange struct {
// contains filtered or unexported fields
}
func NewNullableQuoteResultFiftyTwoWeekHighChange ¶
func NewNullableQuoteResultFiftyTwoWeekHighChange(val *QuoteResultFiftyTwoWeekHighChange) *NullableQuoteResultFiftyTwoWeekHighChange
func (NullableQuoteResultFiftyTwoWeekHighChange) IsSet ¶
func (v NullableQuoteResultFiftyTwoWeekHighChange) IsSet() bool
func (NullableQuoteResultFiftyTwoWeekHighChange) MarshalJSON ¶
func (v NullableQuoteResultFiftyTwoWeekHighChange) MarshalJSON() ([]byte, error)
func (*NullableQuoteResultFiftyTwoWeekHighChange) Set ¶
func (v *NullableQuoteResultFiftyTwoWeekHighChange) Set(val *QuoteResultFiftyTwoWeekHighChange)
func (*NullableQuoteResultFiftyTwoWeekHighChange) UnmarshalJSON ¶
func (v *NullableQuoteResultFiftyTwoWeekHighChange) UnmarshalJSON(src []byte) error
func (*NullableQuoteResultFiftyTwoWeekHighChange) Unset ¶
func (v *NullableQuoteResultFiftyTwoWeekHighChange) Unset()
type NullableQuoteResultFiftyTwoWeekHighChangePercent ¶
type NullableQuoteResultFiftyTwoWeekHighChangePercent struct {
// contains filtered or unexported fields
}
func NewNullableQuoteResultFiftyTwoWeekHighChangePercent ¶
func NewNullableQuoteResultFiftyTwoWeekHighChangePercent(val *QuoteResultFiftyTwoWeekHighChangePercent) *NullableQuoteResultFiftyTwoWeekHighChangePercent
func (NullableQuoteResultFiftyTwoWeekHighChangePercent) IsSet ¶
func (v NullableQuoteResultFiftyTwoWeekHighChangePercent) IsSet() bool
func (NullableQuoteResultFiftyTwoWeekHighChangePercent) MarshalJSON ¶
func (v NullableQuoteResultFiftyTwoWeekHighChangePercent) MarshalJSON() ([]byte, error)
func (*NullableQuoteResultFiftyTwoWeekHighChangePercent) UnmarshalJSON ¶
func (v *NullableQuoteResultFiftyTwoWeekHighChangePercent) UnmarshalJSON(src []byte) error
func (*NullableQuoteResultFiftyTwoWeekHighChangePercent) Unset ¶
func (v *NullableQuoteResultFiftyTwoWeekHighChangePercent) Unset()
type NullableQuoteResultFiftyTwoWeekLow ¶
type NullableQuoteResultFiftyTwoWeekLow struct {
// contains filtered or unexported fields
}
func NewNullableQuoteResultFiftyTwoWeekLow ¶
func NewNullableQuoteResultFiftyTwoWeekLow(val *QuoteResultFiftyTwoWeekLow) *NullableQuoteResultFiftyTwoWeekLow
func (NullableQuoteResultFiftyTwoWeekLow) Get ¶
func (v NullableQuoteResultFiftyTwoWeekLow) Get() *QuoteResultFiftyTwoWeekLow
func (NullableQuoteResultFiftyTwoWeekLow) IsSet ¶
func (v NullableQuoteResultFiftyTwoWeekLow) IsSet() bool
func (NullableQuoteResultFiftyTwoWeekLow) MarshalJSON ¶
func (v NullableQuoteResultFiftyTwoWeekLow) MarshalJSON() ([]byte, error)
func (*NullableQuoteResultFiftyTwoWeekLow) Set ¶
func (v *NullableQuoteResultFiftyTwoWeekLow) Set(val *QuoteResultFiftyTwoWeekLow)
func (*NullableQuoteResultFiftyTwoWeekLow) UnmarshalJSON ¶
func (v *NullableQuoteResultFiftyTwoWeekLow) UnmarshalJSON(src []byte) error
func (*NullableQuoteResultFiftyTwoWeekLow) Unset ¶
func (v *NullableQuoteResultFiftyTwoWeekLow) Unset()
type NullableQuoteResultFiftyTwoWeekLowChange ¶
type NullableQuoteResultFiftyTwoWeekLowChange struct {
// contains filtered or unexported fields
}
func NewNullableQuoteResultFiftyTwoWeekLowChange ¶
func NewNullableQuoteResultFiftyTwoWeekLowChange(val *QuoteResultFiftyTwoWeekLowChange) *NullableQuoteResultFiftyTwoWeekLowChange
func (NullableQuoteResultFiftyTwoWeekLowChange) IsSet ¶
func (v NullableQuoteResultFiftyTwoWeekLowChange) IsSet() bool
func (NullableQuoteResultFiftyTwoWeekLowChange) MarshalJSON ¶
func (v NullableQuoteResultFiftyTwoWeekLowChange) MarshalJSON() ([]byte, error)
func (*NullableQuoteResultFiftyTwoWeekLowChange) Set ¶
func (v *NullableQuoteResultFiftyTwoWeekLowChange) Set(val *QuoteResultFiftyTwoWeekLowChange)
func (*NullableQuoteResultFiftyTwoWeekLowChange) UnmarshalJSON ¶
func (v *NullableQuoteResultFiftyTwoWeekLowChange) UnmarshalJSON(src []byte) error
func (*NullableQuoteResultFiftyTwoWeekLowChange) Unset ¶
func (v *NullableQuoteResultFiftyTwoWeekLowChange) Unset()
type NullableQuoteResultFiftyTwoWeekLowChangePercent ¶
type NullableQuoteResultFiftyTwoWeekLowChangePercent struct {
// contains filtered or unexported fields
}
func NewNullableQuoteResultFiftyTwoWeekLowChangePercent ¶
func NewNullableQuoteResultFiftyTwoWeekLowChangePercent(val *QuoteResultFiftyTwoWeekLowChangePercent) *NullableQuoteResultFiftyTwoWeekLowChangePercent
func (NullableQuoteResultFiftyTwoWeekLowChangePercent) IsSet ¶
func (v NullableQuoteResultFiftyTwoWeekLowChangePercent) IsSet() bool
func (NullableQuoteResultFiftyTwoWeekLowChangePercent) MarshalJSON ¶
func (v NullableQuoteResultFiftyTwoWeekLowChangePercent) MarshalJSON() ([]byte, error)
func (*NullableQuoteResultFiftyTwoWeekLowChangePercent) UnmarshalJSON ¶
func (v *NullableQuoteResultFiftyTwoWeekLowChangePercent) UnmarshalJSON(src []byte) error
func (*NullableQuoteResultFiftyTwoWeekLowChangePercent) Unset ¶
func (v *NullableQuoteResultFiftyTwoWeekLowChangePercent) Unset()
type NullableQuoteResultFiftyTwoWeekRange ¶
type NullableQuoteResultFiftyTwoWeekRange struct {
// contains filtered or unexported fields
}
func NewNullableQuoteResultFiftyTwoWeekRange ¶
func NewNullableQuoteResultFiftyTwoWeekRange(val *QuoteResultFiftyTwoWeekRange) *NullableQuoteResultFiftyTwoWeekRange
func (NullableQuoteResultFiftyTwoWeekRange) Get ¶
func (v NullableQuoteResultFiftyTwoWeekRange) Get() *QuoteResultFiftyTwoWeekRange
func (NullableQuoteResultFiftyTwoWeekRange) IsSet ¶
func (v NullableQuoteResultFiftyTwoWeekRange) IsSet() bool
func (NullableQuoteResultFiftyTwoWeekRange) MarshalJSON ¶
func (v NullableQuoteResultFiftyTwoWeekRange) MarshalJSON() ([]byte, error)
func (*NullableQuoteResultFiftyTwoWeekRange) Set ¶
func (v *NullableQuoteResultFiftyTwoWeekRange) Set(val *QuoteResultFiftyTwoWeekRange)
func (*NullableQuoteResultFiftyTwoWeekRange) UnmarshalJSON ¶
func (v *NullableQuoteResultFiftyTwoWeekRange) UnmarshalJSON(src []byte) error
func (*NullableQuoteResultFiftyTwoWeekRange) Unset ¶
func (v *NullableQuoteResultFiftyTwoWeekRange) Unset()
type NullableQuoteResultRegularMarketChange ¶
type NullableQuoteResultRegularMarketChange struct {
// contains filtered or unexported fields
}
func NewNullableQuoteResultRegularMarketChange ¶
func NewNullableQuoteResultRegularMarketChange(val *QuoteResultRegularMarketChange) *NullableQuoteResultRegularMarketChange
func (NullableQuoteResultRegularMarketChange) Get ¶
func (v NullableQuoteResultRegularMarketChange) Get() *QuoteResultRegularMarketChange
func (NullableQuoteResultRegularMarketChange) IsSet ¶
func (v NullableQuoteResultRegularMarketChange) IsSet() bool
func (NullableQuoteResultRegularMarketChange) MarshalJSON ¶
func (v NullableQuoteResultRegularMarketChange) MarshalJSON() ([]byte, error)
func (*NullableQuoteResultRegularMarketChange) Set ¶
func (v *NullableQuoteResultRegularMarketChange) Set(val *QuoteResultRegularMarketChange)
func (*NullableQuoteResultRegularMarketChange) UnmarshalJSON ¶
func (v *NullableQuoteResultRegularMarketChange) UnmarshalJSON(src []byte) error
func (*NullableQuoteResultRegularMarketChange) Unset ¶
func (v *NullableQuoteResultRegularMarketChange) Unset()
type NullableQuoteResultRegularMarketChangePercent ¶
type NullableQuoteResultRegularMarketChangePercent struct {
// contains filtered or unexported fields
}
func NewNullableQuoteResultRegularMarketChangePercent ¶
func NewNullableQuoteResultRegularMarketChangePercent(val *QuoteResultRegularMarketChangePercent) *NullableQuoteResultRegularMarketChangePercent
func (NullableQuoteResultRegularMarketChangePercent) IsSet ¶
func (v NullableQuoteResultRegularMarketChangePercent) IsSet() bool
func (NullableQuoteResultRegularMarketChangePercent) MarshalJSON ¶
func (v NullableQuoteResultRegularMarketChangePercent) MarshalJSON() ([]byte, error)
func (*NullableQuoteResultRegularMarketChangePercent) Set ¶
func (v *NullableQuoteResultRegularMarketChangePercent) Set(val *QuoteResultRegularMarketChangePercent)
func (*NullableQuoteResultRegularMarketChangePercent) UnmarshalJSON ¶
func (v *NullableQuoteResultRegularMarketChangePercent) UnmarshalJSON(src []byte) error
func (*NullableQuoteResultRegularMarketChangePercent) Unset ¶
func (v *NullableQuoteResultRegularMarketChangePercent) Unset()
type NullableQuoteResultRegularMarketDayHigh ¶
type NullableQuoteResultRegularMarketDayHigh struct {
// contains filtered or unexported fields
}
func NewNullableQuoteResultRegularMarketDayHigh ¶
func NewNullableQuoteResultRegularMarketDayHigh(val *QuoteResultRegularMarketDayHigh) *NullableQuoteResultRegularMarketDayHigh
func (NullableQuoteResultRegularMarketDayHigh) IsSet ¶
func (v NullableQuoteResultRegularMarketDayHigh) IsSet() bool
func (NullableQuoteResultRegularMarketDayHigh) MarshalJSON ¶
func (v NullableQuoteResultRegularMarketDayHigh) MarshalJSON() ([]byte, error)
func (*NullableQuoteResultRegularMarketDayHigh) Set ¶
func (v *NullableQuoteResultRegularMarketDayHigh) Set(val *QuoteResultRegularMarketDayHigh)
func (*NullableQuoteResultRegularMarketDayHigh) UnmarshalJSON ¶
func (v *NullableQuoteResultRegularMarketDayHigh) UnmarshalJSON(src []byte) error
func (*NullableQuoteResultRegularMarketDayHigh) Unset ¶
func (v *NullableQuoteResultRegularMarketDayHigh) Unset()
type NullableQuoteResultRegularMarketDayLow ¶
type NullableQuoteResultRegularMarketDayLow struct {
// contains filtered or unexported fields
}
func NewNullableQuoteResultRegularMarketDayLow ¶
func NewNullableQuoteResultRegularMarketDayLow(val *QuoteResultRegularMarketDayLow) *NullableQuoteResultRegularMarketDayLow
func (NullableQuoteResultRegularMarketDayLow) Get ¶
func (v NullableQuoteResultRegularMarketDayLow) Get() *QuoteResultRegularMarketDayLow
func (NullableQuoteResultRegularMarketDayLow) IsSet ¶
func (v NullableQuoteResultRegularMarketDayLow) IsSet() bool
func (NullableQuoteResultRegularMarketDayLow) MarshalJSON ¶
func (v NullableQuoteResultRegularMarketDayLow) MarshalJSON() ([]byte, error)
func (*NullableQuoteResultRegularMarketDayLow) Set ¶
func (v *NullableQuoteResultRegularMarketDayLow) Set(val *QuoteResultRegularMarketDayLow)
func (*NullableQuoteResultRegularMarketDayLow) UnmarshalJSON ¶
func (v *NullableQuoteResultRegularMarketDayLow) UnmarshalJSON(src []byte) error
func (*NullableQuoteResultRegularMarketDayLow) Unset ¶
func (v *NullableQuoteResultRegularMarketDayLow) Unset()
type NullableQuoteResultRegularMarketDayRange ¶
type NullableQuoteResultRegularMarketDayRange struct {
// contains filtered or unexported fields
}
func NewNullableQuoteResultRegularMarketDayRange ¶
func NewNullableQuoteResultRegularMarketDayRange(val *QuoteResultRegularMarketDayRange) *NullableQuoteResultRegularMarketDayRange
func (NullableQuoteResultRegularMarketDayRange) IsSet ¶
func (v NullableQuoteResultRegularMarketDayRange) IsSet() bool
func (NullableQuoteResultRegularMarketDayRange) MarshalJSON ¶
func (v NullableQuoteResultRegularMarketDayRange) MarshalJSON() ([]byte, error)
func (*NullableQuoteResultRegularMarketDayRange) Set ¶
func (v *NullableQuoteResultRegularMarketDayRange) Set(val *QuoteResultRegularMarketDayRange)
func (*NullableQuoteResultRegularMarketDayRange) UnmarshalJSON ¶
func (v *NullableQuoteResultRegularMarketDayRange) UnmarshalJSON(src []byte) error
func (*NullableQuoteResultRegularMarketDayRange) Unset ¶
func (v *NullableQuoteResultRegularMarketDayRange) Unset()
type NullableQuoteResultRegularMarketOpen ¶
type NullableQuoteResultRegularMarketOpen struct {
// contains filtered or unexported fields
}
func NewNullableQuoteResultRegularMarketOpen ¶
func NewNullableQuoteResultRegularMarketOpen(val *QuoteResultRegularMarketOpen) *NullableQuoteResultRegularMarketOpen
func (NullableQuoteResultRegularMarketOpen) Get ¶
func (v NullableQuoteResultRegularMarketOpen) Get() *QuoteResultRegularMarketOpen
func (NullableQuoteResultRegularMarketOpen) IsSet ¶
func (v NullableQuoteResultRegularMarketOpen) IsSet() bool
func (NullableQuoteResultRegularMarketOpen) MarshalJSON ¶
func (v NullableQuoteResultRegularMarketOpen) MarshalJSON() ([]byte, error)
func (*NullableQuoteResultRegularMarketOpen) Set ¶
func (v *NullableQuoteResultRegularMarketOpen) Set(val *QuoteResultRegularMarketOpen)
func (*NullableQuoteResultRegularMarketOpen) UnmarshalJSON ¶
func (v *NullableQuoteResultRegularMarketOpen) UnmarshalJSON(src []byte) error
func (*NullableQuoteResultRegularMarketOpen) Unset ¶
func (v *NullableQuoteResultRegularMarketOpen) Unset()
type NullableQuoteResultRegularMarketPreviousClose ¶
type NullableQuoteResultRegularMarketPreviousClose struct {
// contains filtered or unexported fields
}
func NewNullableQuoteResultRegularMarketPreviousClose ¶
func NewNullableQuoteResultRegularMarketPreviousClose(val *QuoteResultRegularMarketPreviousClose) *NullableQuoteResultRegularMarketPreviousClose
func (NullableQuoteResultRegularMarketPreviousClose) IsSet ¶
func (v NullableQuoteResultRegularMarketPreviousClose) IsSet() bool
func (NullableQuoteResultRegularMarketPreviousClose) MarshalJSON ¶
func (v NullableQuoteResultRegularMarketPreviousClose) MarshalJSON() ([]byte, error)
func (*NullableQuoteResultRegularMarketPreviousClose) Set ¶
func (v *NullableQuoteResultRegularMarketPreviousClose) Set(val *QuoteResultRegularMarketPreviousClose)
func (*NullableQuoteResultRegularMarketPreviousClose) UnmarshalJSON ¶
func (v *NullableQuoteResultRegularMarketPreviousClose) UnmarshalJSON(src []byte) error
func (*NullableQuoteResultRegularMarketPreviousClose) Unset ¶
func (v *NullableQuoteResultRegularMarketPreviousClose) Unset()
type NullableQuoteResultRegularMarketPrice ¶
type NullableQuoteResultRegularMarketPrice struct {
// contains filtered or unexported fields
}
func NewNullableQuoteResultRegularMarketPrice ¶
func NewNullableQuoteResultRegularMarketPrice(val *QuoteResultRegularMarketPrice) *NullableQuoteResultRegularMarketPrice
func (NullableQuoteResultRegularMarketPrice) Get ¶
func (v NullableQuoteResultRegularMarketPrice) Get() *QuoteResultRegularMarketPrice
func (NullableQuoteResultRegularMarketPrice) IsSet ¶
func (v NullableQuoteResultRegularMarketPrice) IsSet() bool
func (NullableQuoteResultRegularMarketPrice) MarshalJSON ¶
func (v NullableQuoteResultRegularMarketPrice) MarshalJSON() ([]byte, error)
func (*NullableQuoteResultRegularMarketPrice) Set ¶
func (v *NullableQuoteResultRegularMarketPrice) Set(val *QuoteResultRegularMarketPrice)
func (*NullableQuoteResultRegularMarketPrice) UnmarshalJSON ¶
func (v *NullableQuoteResultRegularMarketPrice) UnmarshalJSON(src []byte) error
func (*NullableQuoteResultRegularMarketPrice) Unset ¶
func (v *NullableQuoteResultRegularMarketPrice) Unset()
type NullableQuoteResultRegularMarketTime ¶
type NullableQuoteResultRegularMarketTime struct {
// contains filtered or unexported fields
}
func NewNullableQuoteResultRegularMarketTime ¶
func NewNullableQuoteResultRegularMarketTime(val *QuoteResultRegularMarketTime) *NullableQuoteResultRegularMarketTime
func (NullableQuoteResultRegularMarketTime) Get ¶
func (v NullableQuoteResultRegularMarketTime) Get() *QuoteResultRegularMarketTime
func (NullableQuoteResultRegularMarketTime) IsSet ¶
func (v NullableQuoteResultRegularMarketTime) IsSet() bool
func (NullableQuoteResultRegularMarketTime) MarshalJSON ¶
func (v NullableQuoteResultRegularMarketTime) MarshalJSON() ([]byte, error)
func (*NullableQuoteResultRegularMarketTime) Set ¶
func (v *NullableQuoteResultRegularMarketTime) Set(val *QuoteResultRegularMarketTime)
func (*NullableQuoteResultRegularMarketTime) UnmarshalJSON ¶
func (v *NullableQuoteResultRegularMarketTime) UnmarshalJSON(src []byte) error
func (*NullableQuoteResultRegularMarketTime) Unset ¶
func (v *NullableQuoteResultRegularMarketTime) Unset()
type NullableQuoteResultRegularMarketVolume ¶
type NullableQuoteResultRegularMarketVolume struct {
// contains filtered or unexported fields
}
func NewNullableQuoteResultRegularMarketVolume ¶
func NewNullableQuoteResultRegularMarketVolume(val *QuoteResultRegularMarketVolume) *NullableQuoteResultRegularMarketVolume
func (NullableQuoteResultRegularMarketVolume) Get ¶
func (v NullableQuoteResultRegularMarketVolume) Get() *QuoteResultRegularMarketVolume
func (NullableQuoteResultRegularMarketVolume) IsSet ¶
func (v NullableQuoteResultRegularMarketVolume) IsSet() bool
func (NullableQuoteResultRegularMarketVolume) MarshalJSON ¶
func (v NullableQuoteResultRegularMarketVolume) MarshalJSON() ([]byte, error)
func (*NullableQuoteResultRegularMarketVolume) Set ¶
func (v *NullableQuoteResultRegularMarketVolume) Set(val *QuoteResultRegularMarketVolume)
func (*NullableQuoteResultRegularMarketVolume) UnmarshalJSON ¶
func (v *NullableQuoteResultRegularMarketVolume) UnmarshalJSON(src []byte) error
func (*NullableQuoteResultRegularMarketVolume) Unset ¶
func (v *NullableQuoteResultRegularMarketVolume) Unset()
type NullableRange ¶
type NullableRange struct {
// contains filtered or unexported fields
}
func NewNullableRange ¶
func NewNullableRange(val *Range) *NullableRange
func (NullableRange) Get ¶
func (v NullableRange) Get() *Range
func (NullableRange) IsSet ¶
func (v NullableRange) IsSet() bool
func (NullableRange) MarshalJSON ¶
func (v NullableRange) MarshalJSON() ([]byte, error)
func (*NullableRange) Set ¶
func (v *NullableRange) Set(val *Range)
func (*NullableRange) UnmarshalJSON ¶
func (v *NullableRange) UnmarshalJSON(src []byte) error
func (*NullableRange) Unset ¶
func (v *NullableRange) Unset()
type NullableSparkResponse ¶
type NullableSparkResponse struct {
// contains filtered or unexported fields
}
func NewNullableSparkResponse ¶
func NewNullableSparkResponse(val *SparkResponse) *NullableSparkResponse
func (NullableSparkResponse) Get ¶
func (v NullableSparkResponse) Get() *SparkResponse
func (NullableSparkResponse) IsSet ¶
func (v NullableSparkResponse) IsSet() bool
func (NullableSparkResponse) MarshalJSON ¶
func (v NullableSparkResponse) MarshalJSON() ([]byte, error)
func (*NullableSparkResponse) Set ¶
func (v *NullableSparkResponse) Set(val *SparkResponse)
func (*NullableSparkResponse) UnmarshalJSON ¶
func (v *NullableSparkResponse) UnmarshalJSON(src []byte) error
func (*NullableSparkResponse) Unset ¶
func (v *NullableSparkResponse) Unset()
type NullableSparkResponseSpark ¶
type NullableSparkResponseSpark struct {
// contains filtered or unexported fields
}
func NewNullableSparkResponseSpark ¶
func NewNullableSparkResponseSpark(val *SparkResponseSpark) *NullableSparkResponseSpark
func (NullableSparkResponseSpark) Get ¶
func (v NullableSparkResponseSpark) Get() *SparkResponseSpark
func (NullableSparkResponseSpark) IsSet ¶
func (v NullableSparkResponseSpark) IsSet() bool
func (NullableSparkResponseSpark) MarshalJSON ¶
func (v NullableSparkResponseSpark) MarshalJSON() ([]byte, error)
func (*NullableSparkResponseSpark) Set ¶
func (v *NullableSparkResponseSpark) Set(val *SparkResponseSpark)
func (*NullableSparkResponseSpark) UnmarshalJSON ¶
func (v *NullableSparkResponseSpark) UnmarshalJSON(src []byte) error
func (*NullableSparkResponseSpark) Unset ¶
func (v *NullableSparkResponseSpark) Unset()
type NullableSparkResponseSparkResultInner ¶
type NullableSparkResponseSparkResultInner struct {
// contains filtered or unexported fields
}
func NewNullableSparkResponseSparkResultInner ¶
func NewNullableSparkResponseSparkResultInner(val *SparkResponseSparkResultInner) *NullableSparkResponseSparkResultInner
func (NullableSparkResponseSparkResultInner) Get ¶
func (v NullableSparkResponseSparkResultInner) Get() *SparkResponseSparkResultInner
func (NullableSparkResponseSparkResultInner) IsSet ¶
func (v NullableSparkResponseSparkResultInner) IsSet() bool
func (NullableSparkResponseSparkResultInner) MarshalJSON ¶
func (v NullableSparkResponseSparkResultInner) MarshalJSON() ([]byte, error)
func (*NullableSparkResponseSparkResultInner) Set ¶
func (v *NullableSparkResponseSparkResultInner) Set(val *SparkResponseSparkResultInner)
func (*NullableSparkResponseSparkResultInner) UnmarshalJSON ¶
func (v *NullableSparkResponseSparkResultInner) UnmarshalJSON(src []byte) error
func (*NullableSparkResponseSparkResultInner) Unset ¶
func (v *NullableSparkResponseSparkResultInner) Unset()
type NullableSparkResponseSparkResultInnerResponseInner ¶
type NullableSparkResponseSparkResultInnerResponseInner struct {
// contains filtered or unexported fields
}
func NewNullableSparkResponseSparkResultInnerResponseInner ¶
func NewNullableSparkResponseSparkResultInnerResponseInner(val *SparkResponseSparkResultInnerResponseInner) *NullableSparkResponseSparkResultInnerResponseInner
func (NullableSparkResponseSparkResultInnerResponseInner) IsSet ¶
func (v NullableSparkResponseSparkResultInnerResponseInner) IsSet() bool
func (NullableSparkResponseSparkResultInnerResponseInner) MarshalJSON ¶
func (v NullableSparkResponseSparkResultInnerResponseInner) MarshalJSON() ([]byte, error)
func (*NullableSparkResponseSparkResultInnerResponseInner) UnmarshalJSON ¶
func (v *NullableSparkResponseSparkResultInnerResponseInner) UnmarshalJSON(src []byte) error
func (*NullableSparkResponseSparkResultInnerResponseInner) Unset ¶
func (v *NullableSparkResponseSparkResultInnerResponseInner) Unset()
type NullableSparkResponseSparkResultInnerResponseInnerIndicators ¶
type NullableSparkResponseSparkResultInnerResponseInnerIndicators struct {
// contains filtered or unexported fields
}
func NewNullableSparkResponseSparkResultInnerResponseInnerIndicators ¶
func NewNullableSparkResponseSparkResultInnerResponseInnerIndicators(val *SparkResponseSparkResultInnerResponseInnerIndicators) *NullableSparkResponseSparkResultInnerResponseInnerIndicators
func (NullableSparkResponseSparkResultInnerResponseInnerIndicators) IsSet ¶
func (v NullableSparkResponseSparkResultInnerResponseInnerIndicators) IsSet() bool
func (NullableSparkResponseSparkResultInnerResponseInnerIndicators) MarshalJSON ¶
func (v NullableSparkResponseSparkResultInnerResponseInnerIndicators) MarshalJSON() ([]byte, error)
func (*NullableSparkResponseSparkResultInnerResponseInnerIndicators) UnmarshalJSON ¶
func (v *NullableSparkResponseSparkResultInnerResponseInnerIndicators) UnmarshalJSON(src []byte) error
func (*NullableSparkResponseSparkResultInnerResponseInnerIndicators) Unset ¶
func (v *NullableSparkResponseSparkResultInnerResponseInnerIndicators) Unset()
type NullableSparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner ¶
type NullableSparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner struct {
// contains filtered or unexported fields
}
func NewNullableSparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner ¶
func NewNullableSparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner(val *SparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner) *NullableSparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner
func (NullableSparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner) MarshalJSON ¶
func (v NullableSparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner) MarshalJSON() ([]byte, error)
func (*NullableSparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner) UnmarshalJSON ¶
func (v *NullableSparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner) UnmarshalJSON(src []byte) error
func (*NullableSparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner) Unset ¶
func (v *NullableSparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner) Unset()
type NullableSparkResponseSparkResultInnerResponseInnerMeta ¶
type NullableSparkResponseSparkResultInnerResponseInnerMeta struct {
// contains filtered or unexported fields
}
func NewNullableSparkResponseSparkResultInnerResponseInnerMeta ¶
func NewNullableSparkResponseSparkResultInnerResponseInnerMeta(val *SparkResponseSparkResultInnerResponseInnerMeta) *NullableSparkResponseSparkResultInnerResponseInnerMeta
func (NullableSparkResponseSparkResultInnerResponseInnerMeta) IsSet ¶
func (v NullableSparkResponseSparkResultInnerResponseInnerMeta) IsSet() bool
func (NullableSparkResponseSparkResultInnerResponseInnerMeta) MarshalJSON ¶
func (v NullableSparkResponseSparkResultInnerResponseInnerMeta) MarshalJSON() ([]byte, error)
func (*NullableSparkResponseSparkResultInnerResponseInnerMeta) UnmarshalJSON ¶
func (v *NullableSparkResponseSparkResultInnerResponseInnerMeta) UnmarshalJSON(src []byte) error
func (*NullableSparkResponseSparkResultInnerResponseInnerMeta) Unset ¶
func (v *NullableSparkResponseSparkResultInnerResponseInnerMeta) Unset()
type NullableSparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod ¶
type NullableSparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod struct {
// contains filtered or unexported fields
}
func NewNullableSparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod ¶
func NewNullableSparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod(val *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) *NullableSparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod
func (NullableSparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) MarshalJSON ¶
func (v NullableSparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) MarshalJSON() ([]byte, error)
func (*NullableSparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) UnmarshalJSON ¶
func (v *NullableSparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) UnmarshalJSON(src []byte) error
type NullableSparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre ¶
type NullableSparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre struct {
// contains filtered or unexported fields
}
func NewNullableSparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre ¶
func NewNullableSparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre(val *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) *NullableSparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre
func (NullableSparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) MarshalJSON ¶
func (v NullableSparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) MarshalJSON() ([]byte, error)
func (*NullableSparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) UnmarshalJSON ¶
func (v *NullableSparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) UnmarshalJSON(src []byte) error
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 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 QuoteAPIService ¶
type QuoteAPIService service
QuoteAPIService QuoteAPI service
func (*QuoteAPIService) GetQuote ¶
func (a *QuoteAPIService) GetQuote(ctx context.Context) ApiGetQuoteRequest
GetQuote Returns quotes for the specified symbols
Returns quotes for the specified symbols
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetQuoteRequest
func (*QuoteAPIService) GetQuoteExecute ¶
func (a *QuoteAPIService) GetQuoteExecute(r ApiGetQuoteRequest) (*QuoteResponse, *http.Response, error)
Execute executes the request
@return QuoteResponse
type QuoteResponse ¶
type QuoteResponse struct {
QuoteResponse *QuoteResponseQuoteResponse `json:"quoteResponse,omitempty"`
}
QuoteResponse struct for QuoteResponse
func NewQuoteResponse ¶
func NewQuoteResponse() *QuoteResponse
NewQuoteResponse instantiates a new QuoteResponse 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 NewQuoteResponseWithDefaults ¶
func NewQuoteResponseWithDefaults() *QuoteResponse
NewQuoteResponseWithDefaults instantiates a new QuoteResponse 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 (*QuoteResponse) GetQuoteResponse ¶
func (o *QuoteResponse) GetQuoteResponse() QuoteResponseQuoteResponse
GetQuoteResponse returns the QuoteResponse field value if set, zero value otherwise.
func (*QuoteResponse) GetQuoteResponseOk ¶
func (o *QuoteResponse) GetQuoteResponseOk() (*QuoteResponseQuoteResponse, bool)
GetQuoteResponseOk returns a tuple with the QuoteResponse field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResponse) HasQuoteResponse ¶
func (o *QuoteResponse) HasQuoteResponse() bool
HasQuoteResponse returns a boolean if a field has been set.
func (QuoteResponse) MarshalJSON ¶
func (o QuoteResponse) MarshalJSON() ([]byte, error)
func (*QuoteResponse) SetQuoteResponse ¶
func (o *QuoteResponse) SetQuoteResponse(v QuoteResponseQuoteResponse)
SetQuoteResponse gets a reference to the given QuoteResponseQuoteResponse and assigns it to the QuoteResponse field.
func (QuoteResponse) ToMap ¶
func (o QuoteResponse) ToMap() (map[string]interface{}, error)
type QuoteResponseQuoteResponse ¶
type QuoteResponseQuoteResponse struct { Result []QuoteResult `json:"result,omitempty"` Error *Error `json:"error,omitempty"` }
QuoteResponseQuoteResponse struct for QuoteResponseQuoteResponse
func NewQuoteResponseQuoteResponse ¶
func NewQuoteResponseQuoteResponse() *QuoteResponseQuoteResponse
NewQuoteResponseQuoteResponse instantiates a new QuoteResponseQuoteResponse 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 NewQuoteResponseQuoteResponseWithDefaults ¶
func NewQuoteResponseQuoteResponseWithDefaults() *QuoteResponseQuoteResponse
NewQuoteResponseQuoteResponseWithDefaults instantiates a new QuoteResponseQuoteResponse 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 (*QuoteResponseQuoteResponse) GetError ¶
func (o *QuoteResponseQuoteResponse) GetError() Error
GetError returns the Error field value if set, zero value otherwise.
func (*QuoteResponseQuoteResponse) GetErrorOk ¶
func (o *QuoteResponseQuoteResponse) GetErrorOk() (*Error, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResponseQuoteResponse) GetResult ¶
func (o *QuoteResponseQuoteResponse) GetResult() []QuoteResult
GetResult returns the Result field value if set, zero value otherwise.
func (*QuoteResponseQuoteResponse) GetResultOk ¶
func (o *QuoteResponseQuoteResponse) GetResultOk() ([]QuoteResult, bool)
GetResultOk returns a tuple with the Result field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResponseQuoteResponse) HasError ¶
func (o *QuoteResponseQuoteResponse) HasError() bool
HasError returns a boolean if a field has been set.
func (*QuoteResponseQuoteResponse) HasResult ¶
func (o *QuoteResponseQuoteResponse) HasResult() bool
HasResult returns a boolean if a field has been set.
func (QuoteResponseQuoteResponse) MarshalJSON ¶
func (o QuoteResponseQuoteResponse) MarshalJSON() ([]byte, error)
func (*QuoteResponseQuoteResponse) SetError ¶
func (o *QuoteResponseQuoteResponse) SetError(v Error)
SetError gets a reference to the given Error and assigns it to the Error field.
func (*QuoteResponseQuoteResponse) SetResult ¶
func (o *QuoteResponseQuoteResponse) SetResult(v []QuoteResult)
SetResult gets a reference to the given []QuoteResult and assigns it to the Result field.
func (QuoteResponseQuoteResponse) ToMap ¶
func (o QuoteResponseQuoteResponse) ToMap() (map[string]interface{}, error)
type QuoteResult ¶
type QuoteResult struct { FullExchangeName *string `json:"fullExchangeName,omitempty"` Symbol *string `json:"symbol,omitempty"` FiftyTwoWeekLowChangePercent *QuoteResultFiftyTwoWeekLowChangePercent `json:"fiftyTwoWeekLowChangePercent,omitempty"` GmtOffSetMilliseconds *int32 `json:"gmtOffSetMilliseconds,omitempty"` RegularMarketOpen *QuoteResultRegularMarketOpen `json:"regularMarketOpen,omitempty"` Language *string `json:"language,omitempty"` RegularMarketTime *QuoteResultRegularMarketTime `json:"regularMarketTime,omitempty"` RegularMarketChangePercent *QuoteResultRegularMarketChangePercent `json:"regularMarketChangePercent,omitempty"` QuoteType *string `json:"quoteType,omitempty"` Uuid *string `json:"uuid,omitempty"` RegularMarketDayRange *QuoteResultRegularMarketDayRange `json:"regularMarketDayRange,omitempty"` FiftyTwoWeekLowChange *QuoteResultFiftyTwoWeekLowChange `json:"fiftyTwoWeekLowChange,omitempty"` FiftyTwoWeekHighChangePercent *QuoteResultFiftyTwoWeekHighChangePercent `json:"fiftyTwoWeekHighChangePercent,omitempty"` RegularMarketDayHigh *QuoteResultRegularMarketDayHigh `json:"regularMarketDayHigh,omitempty"` Tradeable *bool `json:"tradeable,omitempty"` Currency *string `json:"currency,omitempty"` FiftyTwoWeekHigh *QuoteResultRegularMarketDayHigh `json:"fiftyTwoWeekHigh,omitempty"` RegularMarketPreviousClose *QuoteResultRegularMarketPreviousClose `json:"regularMarketPreviousClose,omitempty"` ExchangeTimezoneName *string `json:"exchangeTimezoneName,omitempty"` FiftyTwoWeekHighChange *QuoteResultFiftyTwoWeekHighChange `json:"fiftyTwoWeekHighChange,omitempty"` RegularMarketChange *QuoteResultRegularMarketChange `json:"regularMarketChange,omitempty"` FiftyTwoWeekRange *QuoteResultFiftyTwoWeekRange `json:"fiftyTwoWeekRange,omitempty"` ExchangeDataDelayedBy *int32 `json:"exchangeDataDelayedBy,omitempty"` FirstTradeDateMilliseconds *int64 `json:"firstTradeDateMilliseconds,omitempty"` ExchangeTimezoneShortName *string `json:"exchangeTimezoneShortName,omitempty"` MarketState *string `json:"marketState,omitempty"` FiftyTwoWeekLow *QuoteResultFiftyTwoWeekLow `json:"fiftyTwoWeekLow,omitempty"` RegularMarketPrice *QuoteResultRegularMarketPrice `json:"regularMarketPrice,omitempty"` Market *string `json:"market,omitempty"` RegularMarketVolume *QuoteResultRegularMarketVolume `json:"regularMarketVolume,omitempty"` QuoteSourceName *string `json:"quoteSourceName,omitempty"` MessageBoardId *string `json:"messageBoardId,omitempty"` PriceHint *int32 `json:"priceHint,omitempty"` Exchange *string `json:"exchange,omitempty"` SourceInterval *int32 `json:"sourceInterval,omitempty"` RegularMarketDayLow *QuoteResultRegularMarketDayLow `json:"regularMarketDayLow,omitempty"` Region *string `json:"region,omitempty"` ShortName *string `json:"shortName,omitempty"` Triggerable *bool `json:"triggerable,omitempty"` }
QuoteResult struct for QuoteResult
func NewQuoteResult ¶
func NewQuoteResult() *QuoteResult
NewQuoteResult instantiates a new QuoteResult 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 NewQuoteResultWithDefaults ¶
func NewQuoteResultWithDefaults() *QuoteResult
NewQuoteResultWithDefaults instantiates a new QuoteResult 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 (*QuoteResult) GetCurrency ¶
func (o *QuoteResult) GetCurrency() string
GetCurrency returns the Currency field value if set, zero value otherwise.
func (*QuoteResult) GetCurrencyOk ¶
func (o *QuoteResult) GetCurrencyOk() (*string, bool)
GetCurrencyOk returns a tuple with the Currency field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResult) GetExchange ¶
func (o *QuoteResult) GetExchange() string
GetExchange returns the Exchange field value if set, zero value otherwise.
func (*QuoteResult) GetExchangeDataDelayedBy ¶
func (o *QuoteResult) GetExchangeDataDelayedBy() int32
GetExchangeDataDelayedBy returns the ExchangeDataDelayedBy field value if set, zero value otherwise.
func (*QuoteResult) GetExchangeDataDelayedByOk ¶
func (o *QuoteResult) GetExchangeDataDelayedByOk() (*int32, bool)
GetExchangeDataDelayedByOk returns a tuple with the ExchangeDataDelayedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResult) GetExchangeOk ¶
func (o *QuoteResult) GetExchangeOk() (*string, bool)
GetExchangeOk returns a tuple with the Exchange field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResult) GetExchangeTimezoneName ¶
func (o *QuoteResult) GetExchangeTimezoneName() string
GetExchangeTimezoneName returns the ExchangeTimezoneName field value if set, zero value otherwise.
func (*QuoteResult) GetExchangeTimezoneNameOk ¶
func (o *QuoteResult) GetExchangeTimezoneNameOk() (*string, bool)
GetExchangeTimezoneNameOk returns a tuple with the ExchangeTimezoneName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResult) GetExchangeTimezoneShortName ¶
func (o *QuoteResult) GetExchangeTimezoneShortName() string
GetExchangeTimezoneShortName returns the ExchangeTimezoneShortName field value if set, zero value otherwise.
func (*QuoteResult) GetExchangeTimezoneShortNameOk ¶
func (o *QuoteResult) GetExchangeTimezoneShortNameOk() (*string, bool)
GetExchangeTimezoneShortNameOk returns a tuple with the ExchangeTimezoneShortName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResult) GetFiftyTwoWeekHigh ¶
func (o *QuoteResult) GetFiftyTwoWeekHigh() QuoteResultRegularMarketDayHigh
GetFiftyTwoWeekHigh returns the FiftyTwoWeekHigh field value if set, zero value otherwise.
func (*QuoteResult) GetFiftyTwoWeekHighChange ¶
func (o *QuoteResult) GetFiftyTwoWeekHighChange() QuoteResultFiftyTwoWeekHighChange
GetFiftyTwoWeekHighChange returns the FiftyTwoWeekHighChange field value if set, zero value otherwise.
func (*QuoteResult) GetFiftyTwoWeekHighChangeOk ¶
func (o *QuoteResult) GetFiftyTwoWeekHighChangeOk() (*QuoteResultFiftyTwoWeekHighChange, bool)
GetFiftyTwoWeekHighChangeOk returns a tuple with the FiftyTwoWeekHighChange field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResult) GetFiftyTwoWeekHighChangePercent ¶
func (o *QuoteResult) GetFiftyTwoWeekHighChangePercent() QuoteResultFiftyTwoWeekHighChangePercent
GetFiftyTwoWeekHighChangePercent returns the FiftyTwoWeekHighChangePercent field value if set, zero value otherwise.
func (*QuoteResult) GetFiftyTwoWeekHighChangePercentOk ¶
func (o *QuoteResult) GetFiftyTwoWeekHighChangePercentOk() (*QuoteResultFiftyTwoWeekHighChangePercent, bool)
GetFiftyTwoWeekHighChangePercentOk returns a tuple with the FiftyTwoWeekHighChangePercent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResult) GetFiftyTwoWeekHighOk ¶
func (o *QuoteResult) GetFiftyTwoWeekHighOk() (*QuoteResultRegularMarketDayHigh, bool)
GetFiftyTwoWeekHighOk returns a tuple with the FiftyTwoWeekHigh field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResult) GetFiftyTwoWeekLow ¶
func (o *QuoteResult) GetFiftyTwoWeekLow() QuoteResultFiftyTwoWeekLow
GetFiftyTwoWeekLow returns the FiftyTwoWeekLow field value if set, zero value otherwise.
func (*QuoteResult) GetFiftyTwoWeekLowChange ¶
func (o *QuoteResult) GetFiftyTwoWeekLowChange() QuoteResultFiftyTwoWeekLowChange
GetFiftyTwoWeekLowChange returns the FiftyTwoWeekLowChange field value if set, zero value otherwise.
func (*QuoteResult) GetFiftyTwoWeekLowChangeOk ¶
func (o *QuoteResult) GetFiftyTwoWeekLowChangeOk() (*QuoteResultFiftyTwoWeekLowChange, bool)
GetFiftyTwoWeekLowChangeOk returns a tuple with the FiftyTwoWeekLowChange field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResult) GetFiftyTwoWeekLowChangePercent ¶
func (o *QuoteResult) GetFiftyTwoWeekLowChangePercent() QuoteResultFiftyTwoWeekLowChangePercent
GetFiftyTwoWeekLowChangePercent returns the FiftyTwoWeekLowChangePercent field value if set, zero value otherwise.
func (*QuoteResult) GetFiftyTwoWeekLowChangePercentOk ¶
func (o *QuoteResult) GetFiftyTwoWeekLowChangePercentOk() (*QuoteResultFiftyTwoWeekLowChangePercent, bool)
GetFiftyTwoWeekLowChangePercentOk returns a tuple with the FiftyTwoWeekLowChangePercent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResult) GetFiftyTwoWeekLowOk ¶
func (o *QuoteResult) GetFiftyTwoWeekLowOk() (*QuoteResultFiftyTwoWeekLow, bool)
GetFiftyTwoWeekLowOk returns a tuple with the FiftyTwoWeekLow field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResult) GetFiftyTwoWeekRange ¶
func (o *QuoteResult) GetFiftyTwoWeekRange() QuoteResultFiftyTwoWeekRange
GetFiftyTwoWeekRange returns the FiftyTwoWeekRange field value if set, zero value otherwise.
func (*QuoteResult) GetFiftyTwoWeekRangeOk ¶
func (o *QuoteResult) GetFiftyTwoWeekRangeOk() (*QuoteResultFiftyTwoWeekRange, bool)
GetFiftyTwoWeekRangeOk returns a tuple with the FiftyTwoWeekRange field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResult) GetFirstTradeDateMilliseconds ¶
func (o *QuoteResult) GetFirstTradeDateMilliseconds() int64
GetFirstTradeDateMilliseconds returns the FirstTradeDateMilliseconds field value if set, zero value otherwise.
func (*QuoteResult) GetFirstTradeDateMillisecondsOk ¶
func (o *QuoteResult) GetFirstTradeDateMillisecondsOk() (*int64, bool)
GetFirstTradeDateMillisecondsOk returns a tuple with the FirstTradeDateMilliseconds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResult) GetFullExchangeName ¶
func (o *QuoteResult) GetFullExchangeName() string
GetFullExchangeName returns the FullExchangeName field value if set, zero value otherwise.
func (*QuoteResult) GetFullExchangeNameOk ¶
func (o *QuoteResult) GetFullExchangeNameOk() (*string, bool)
GetFullExchangeNameOk returns a tuple with the FullExchangeName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResult) GetGmtOffSetMilliseconds ¶
func (o *QuoteResult) GetGmtOffSetMilliseconds() int32
GetGmtOffSetMilliseconds returns the GmtOffSetMilliseconds field value if set, zero value otherwise.
func (*QuoteResult) GetGmtOffSetMillisecondsOk ¶
func (o *QuoteResult) GetGmtOffSetMillisecondsOk() (*int32, bool)
GetGmtOffSetMillisecondsOk returns a tuple with the GmtOffSetMilliseconds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResult) GetLanguage ¶
func (o *QuoteResult) GetLanguage() string
GetLanguage returns the Language field value if set, zero value otherwise.
func (*QuoteResult) GetLanguageOk ¶
func (o *QuoteResult) GetLanguageOk() (*string, bool)
GetLanguageOk returns a tuple with the Language field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResult) GetMarket ¶
func (o *QuoteResult) GetMarket() string
GetMarket returns the Market field value if set, zero value otherwise.
func (*QuoteResult) GetMarketOk ¶
func (o *QuoteResult) 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 (*QuoteResult) GetMarketState ¶
func (o *QuoteResult) GetMarketState() string
GetMarketState returns the MarketState field value if set, zero value otherwise.
func (*QuoteResult) GetMarketStateOk ¶
func (o *QuoteResult) GetMarketStateOk() (*string, bool)
GetMarketStateOk returns a tuple with the MarketState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResult) GetMessageBoardId ¶
func (o *QuoteResult) GetMessageBoardId() string
GetMessageBoardId returns the MessageBoardId field value if set, zero value otherwise.
func (*QuoteResult) GetMessageBoardIdOk ¶
func (o *QuoteResult) GetMessageBoardIdOk() (*string, bool)
GetMessageBoardIdOk returns a tuple with the MessageBoardId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResult) GetPriceHint ¶
func (o *QuoteResult) GetPriceHint() int32
GetPriceHint returns the PriceHint field value if set, zero value otherwise.
func (*QuoteResult) GetPriceHintOk ¶
func (o *QuoteResult) GetPriceHintOk() (*int32, bool)
GetPriceHintOk returns a tuple with the PriceHint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResult) GetQuoteSourceName ¶
func (o *QuoteResult) GetQuoteSourceName() string
GetQuoteSourceName returns the QuoteSourceName field value if set, zero value otherwise.
func (*QuoteResult) GetQuoteSourceNameOk ¶
func (o *QuoteResult) GetQuoteSourceNameOk() (*string, bool)
GetQuoteSourceNameOk returns a tuple with the QuoteSourceName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResult) GetQuoteType ¶
func (o *QuoteResult) GetQuoteType() string
GetQuoteType returns the QuoteType field value if set, zero value otherwise.
func (*QuoteResult) GetQuoteTypeOk ¶
func (o *QuoteResult) GetQuoteTypeOk() (*string, bool)
GetQuoteTypeOk returns a tuple with the QuoteType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResult) GetRegion ¶
func (o *QuoteResult) GetRegion() string
GetRegion returns the Region field value if set, zero value otherwise.
func (*QuoteResult) GetRegionOk ¶
func (o *QuoteResult) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResult) GetRegularMarketChange ¶
func (o *QuoteResult) GetRegularMarketChange() QuoteResultRegularMarketChange
GetRegularMarketChange returns the RegularMarketChange field value if set, zero value otherwise.
func (*QuoteResult) GetRegularMarketChangeOk ¶
func (o *QuoteResult) GetRegularMarketChangeOk() (*QuoteResultRegularMarketChange, bool)
GetRegularMarketChangeOk returns a tuple with the RegularMarketChange field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResult) GetRegularMarketChangePercent ¶
func (o *QuoteResult) GetRegularMarketChangePercent() QuoteResultRegularMarketChangePercent
GetRegularMarketChangePercent returns the RegularMarketChangePercent field value if set, zero value otherwise.
func (*QuoteResult) GetRegularMarketChangePercentOk ¶
func (o *QuoteResult) GetRegularMarketChangePercentOk() (*QuoteResultRegularMarketChangePercent, bool)
GetRegularMarketChangePercentOk returns a tuple with the RegularMarketChangePercent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResult) GetRegularMarketDayHigh ¶
func (o *QuoteResult) GetRegularMarketDayHigh() QuoteResultRegularMarketDayHigh
GetRegularMarketDayHigh returns the RegularMarketDayHigh field value if set, zero value otherwise.
func (*QuoteResult) GetRegularMarketDayHighOk ¶
func (o *QuoteResult) GetRegularMarketDayHighOk() (*QuoteResultRegularMarketDayHigh, bool)
GetRegularMarketDayHighOk returns a tuple with the RegularMarketDayHigh field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResult) GetRegularMarketDayLow ¶
func (o *QuoteResult) GetRegularMarketDayLow() QuoteResultRegularMarketDayLow
GetRegularMarketDayLow returns the RegularMarketDayLow field value if set, zero value otherwise.
func (*QuoteResult) GetRegularMarketDayLowOk ¶
func (o *QuoteResult) GetRegularMarketDayLowOk() (*QuoteResultRegularMarketDayLow, bool)
GetRegularMarketDayLowOk returns a tuple with the RegularMarketDayLow field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResult) GetRegularMarketDayRange ¶
func (o *QuoteResult) GetRegularMarketDayRange() QuoteResultRegularMarketDayRange
GetRegularMarketDayRange returns the RegularMarketDayRange field value if set, zero value otherwise.
func (*QuoteResult) GetRegularMarketDayRangeOk ¶
func (o *QuoteResult) GetRegularMarketDayRangeOk() (*QuoteResultRegularMarketDayRange, bool)
GetRegularMarketDayRangeOk returns a tuple with the RegularMarketDayRange field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResult) GetRegularMarketOpen ¶
func (o *QuoteResult) GetRegularMarketOpen() QuoteResultRegularMarketOpen
GetRegularMarketOpen returns the RegularMarketOpen field value if set, zero value otherwise.
func (*QuoteResult) GetRegularMarketOpenOk ¶
func (o *QuoteResult) GetRegularMarketOpenOk() (*QuoteResultRegularMarketOpen, bool)
GetRegularMarketOpenOk returns a tuple with the RegularMarketOpen field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResult) GetRegularMarketPreviousClose ¶
func (o *QuoteResult) GetRegularMarketPreviousClose() QuoteResultRegularMarketPreviousClose
GetRegularMarketPreviousClose returns the RegularMarketPreviousClose field value if set, zero value otherwise.
func (*QuoteResult) GetRegularMarketPreviousCloseOk ¶
func (o *QuoteResult) GetRegularMarketPreviousCloseOk() (*QuoteResultRegularMarketPreviousClose, bool)
GetRegularMarketPreviousCloseOk returns a tuple with the RegularMarketPreviousClose field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResult) GetRegularMarketPrice ¶
func (o *QuoteResult) GetRegularMarketPrice() QuoteResultRegularMarketPrice
GetRegularMarketPrice returns the RegularMarketPrice field value if set, zero value otherwise.
func (*QuoteResult) GetRegularMarketPriceOk ¶
func (o *QuoteResult) GetRegularMarketPriceOk() (*QuoteResultRegularMarketPrice, bool)
GetRegularMarketPriceOk returns a tuple with the RegularMarketPrice field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResult) GetRegularMarketTime ¶
func (o *QuoteResult) GetRegularMarketTime() QuoteResultRegularMarketTime
GetRegularMarketTime returns the RegularMarketTime field value if set, zero value otherwise.
func (*QuoteResult) GetRegularMarketTimeOk ¶
func (o *QuoteResult) GetRegularMarketTimeOk() (*QuoteResultRegularMarketTime, bool)
GetRegularMarketTimeOk returns a tuple with the RegularMarketTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResult) GetRegularMarketVolume ¶
func (o *QuoteResult) GetRegularMarketVolume() QuoteResultRegularMarketVolume
GetRegularMarketVolume returns the RegularMarketVolume field value if set, zero value otherwise.
func (*QuoteResult) GetRegularMarketVolumeOk ¶
func (o *QuoteResult) GetRegularMarketVolumeOk() (*QuoteResultRegularMarketVolume, bool)
GetRegularMarketVolumeOk returns a tuple with the RegularMarketVolume field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResult) GetShortName ¶
func (o *QuoteResult) GetShortName() string
GetShortName returns the ShortName field value if set, zero value otherwise.
func (*QuoteResult) GetShortNameOk ¶
func (o *QuoteResult) GetShortNameOk() (*string, bool)
GetShortNameOk returns a tuple with the ShortName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResult) GetSourceInterval ¶
func (o *QuoteResult) GetSourceInterval() int32
GetSourceInterval returns the SourceInterval field value if set, zero value otherwise.
func (*QuoteResult) GetSourceIntervalOk ¶
func (o *QuoteResult) GetSourceIntervalOk() (*int32, bool)
GetSourceIntervalOk returns a tuple with the SourceInterval field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResult) GetSymbol ¶
func (o *QuoteResult) GetSymbol() string
GetSymbol returns the Symbol field value if set, zero value otherwise.
func (*QuoteResult) GetSymbolOk ¶
func (o *QuoteResult) 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 (*QuoteResult) GetTradeable ¶
func (o *QuoteResult) GetTradeable() bool
GetTradeable returns the Tradeable field value if set, zero value otherwise.
func (*QuoteResult) GetTradeableOk ¶
func (o *QuoteResult) 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 (*QuoteResult) GetTriggerable ¶
func (o *QuoteResult) GetTriggerable() bool
GetTriggerable returns the Triggerable field value if set, zero value otherwise.
func (*QuoteResult) GetTriggerableOk ¶
func (o *QuoteResult) GetTriggerableOk() (*bool, bool)
GetTriggerableOk returns a tuple with the Triggerable field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResult) GetUuid ¶
func (o *QuoteResult) GetUuid() string
GetUuid returns the Uuid field value if set, zero value otherwise.
func (*QuoteResult) GetUuidOk ¶
func (o *QuoteResult) GetUuidOk() (*string, bool)
GetUuidOk returns a tuple with the Uuid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResult) HasCurrency ¶
func (o *QuoteResult) HasCurrency() bool
HasCurrency returns a boolean if a field has been set.
func (*QuoteResult) HasExchange ¶
func (o *QuoteResult) HasExchange() bool
HasExchange returns a boolean if a field has been set.
func (*QuoteResult) HasExchangeDataDelayedBy ¶
func (o *QuoteResult) HasExchangeDataDelayedBy() bool
HasExchangeDataDelayedBy returns a boolean if a field has been set.
func (*QuoteResult) HasExchangeTimezoneName ¶
func (o *QuoteResult) HasExchangeTimezoneName() bool
HasExchangeTimezoneName returns a boolean if a field has been set.
func (*QuoteResult) HasExchangeTimezoneShortName ¶
func (o *QuoteResult) HasExchangeTimezoneShortName() bool
HasExchangeTimezoneShortName returns a boolean if a field has been set.
func (*QuoteResult) HasFiftyTwoWeekHigh ¶
func (o *QuoteResult) HasFiftyTwoWeekHigh() bool
HasFiftyTwoWeekHigh returns a boolean if a field has been set.
func (*QuoteResult) HasFiftyTwoWeekHighChange ¶
func (o *QuoteResult) HasFiftyTwoWeekHighChange() bool
HasFiftyTwoWeekHighChange returns a boolean if a field has been set.
func (*QuoteResult) HasFiftyTwoWeekHighChangePercent ¶
func (o *QuoteResult) HasFiftyTwoWeekHighChangePercent() bool
HasFiftyTwoWeekHighChangePercent returns a boolean if a field has been set.
func (*QuoteResult) HasFiftyTwoWeekLow ¶
func (o *QuoteResult) HasFiftyTwoWeekLow() bool
HasFiftyTwoWeekLow returns a boolean if a field has been set.
func (*QuoteResult) HasFiftyTwoWeekLowChange ¶
func (o *QuoteResult) HasFiftyTwoWeekLowChange() bool
HasFiftyTwoWeekLowChange returns a boolean if a field has been set.
func (*QuoteResult) HasFiftyTwoWeekLowChangePercent ¶
func (o *QuoteResult) HasFiftyTwoWeekLowChangePercent() bool
HasFiftyTwoWeekLowChangePercent returns a boolean if a field has been set.
func (*QuoteResult) HasFiftyTwoWeekRange ¶
func (o *QuoteResult) HasFiftyTwoWeekRange() bool
HasFiftyTwoWeekRange returns a boolean if a field has been set.
func (*QuoteResult) HasFirstTradeDateMilliseconds ¶
func (o *QuoteResult) HasFirstTradeDateMilliseconds() bool
HasFirstTradeDateMilliseconds returns a boolean if a field has been set.
func (*QuoteResult) HasFullExchangeName ¶
func (o *QuoteResult) HasFullExchangeName() bool
HasFullExchangeName returns a boolean if a field has been set.
func (*QuoteResult) HasGmtOffSetMilliseconds ¶
func (o *QuoteResult) HasGmtOffSetMilliseconds() bool
HasGmtOffSetMilliseconds returns a boolean if a field has been set.
func (*QuoteResult) HasLanguage ¶
func (o *QuoteResult) HasLanguage() bool
HasLanguage returns a boolean if a field has been set.
func (*QuoteResult) HasMarket ¶
func (o *QuoteResult) HasMarket() bool
HasMarket returns a boolean if a field has been set.
func (*QuoteResult) HasMarketState ¶
func (o *QuoteResult) HasMarketState() bool
HasMarketState returns a boolean if a field has been set.
func (*QuoteResult) HasMessageBoardId ¶
func (o *QuoteResult) HasMessageBoardId() bool
HasMessageBoardId returns a boolean if a field has been set.
func (*QuoteResult) HasPriceHint ¶
func (o *QuoteResult) HasPriceHint() bool
HasPriceHint returns a boolean if a field has been set.
func (*QuoteResult) HasQuoteSourceName ¶
func (o *QuoteResult) HasQuoteSourceName() bool
HasQuoteSourceName returns a boolean if a field has been set.
func (*QuoteResult) HasQuoteType ¶
func (o *QuoteResult) HasQuoteType() bool
HasQuoteType returns a boolean if a field has been set.
func (*QuoteResult) HasRegion ¶
func (o *QuoteResult) HasRegion() bool
HasRegion returns a boolean if a field has been set.
func (*QuoteResult) HasRegularMarketChange ¶
func (o *QuoteResult) HasRegularMarketChange() bool
HasRegularMarketChange returns a boolean if a field has been set.
func (*QuoteResult) HasRegularMarketChangePercent ¶
func (o *QuoteResult) HasRegularMarketChangePercent() bool
HasRegularMarketChangePercent returns a boolean if a field has been set.
func (*QuoteResult) HasRegularMarketDayHigh ¶
func (o *QuoteResult) HasRegularMarketDayHigh() bool
HasRegularMarketDayHigh returns a boolean if a field has been set.
func (*QuoteResult) HasRegularMarketDayLow ¶
func (o *QuoteResult) HasRegularMarketDayLow() bool
HasRegularMarketDayLow returns a boolean if a field has been set.
func (*QuoteResult) HasRegularMarketDayRange ¶
func (o *QuoteResult) HasRegularMarketDayRange() bool
HasRegularMarketDayRange returns a boolean if a field has been set.
func (*QuoteResult) HasRegularMarketOpen ¶
func (o *QuoteResult) HasRegularMarketOpen() bool
HasRegularMarketOpen returns a boolean if a field has been set.
func (*QuoteResult) HasRegularMarketPreviousClose ¶
func (o *QuoteResult) HasRegularMarketPreviousClose() bool
HasRegularMarketPreviousClose returns a boolean if a field has been set.
func (*QuoteResult) HasRegularMarketPrice ¶
func (o *QuoteResult) HasRegularMarketPrice() bool
HasRegularMarketPrice returns a boolean if a field has been set.
func (*QuoteResult) HasRegularMarketTime ¶
func (o *QuoteResult) HasRegularMarketTime() bool
HasRegularMarketTime returns a boolean if a field has been set.
func (*QuoteResult) HasRegularMarketVolume ¶
func (o *QuoteResult) HasRegularMarketVolume() bool
HasRegularMarketVolume returns a boolean if a field has been set.
func (*QuoteResult) HasShortName ¶
func (o *QuoteResult) HasShortName() bool
HasShortName returns a boolean if a field has been set.
func (*QuoteResult) HasSourceInterval ¶
func (o *QuoteResult) HasSourceInterval() bool
HasSourceInterval returns a boolean if a field has been set.
func (*QuoteResult) HasSymbol ¶
func (o *QuoteResult) HasSymbol() bool
HasSymbol returns a boolean if a field has been set.
func (*QuoteResult) HasTradeable ¶
func (o *QuoteResult) HasTradeable() bool
HasTradeable returns a boolean if a field has been set.
func (*QuoteResult) HasTriggerable ¶
func (o *QuoteResult) HasTriggerable() bool
HasTriggerable returns a boolean if a field has been set.
func (*QuoteResult) HasUuid ¶
func (o *QuoteResult) HasUuid() bool
HasUuid returns a boolean if a field has been set.
func (QuoteResult) MarshalJSON ¶
func (o QuoteResult) MarshalJSON() ([]byte, error)
func (*QuoteResult) SetCurrency ¶
func (o *QuoteResult) SetCurrency(v string)
SetCurrency gets a reference to the given string and assigns it to the Currency field.
func (*QuoteResult) SetExchange ¶
func (o *QuoteResult) SetExchange(v string)
SetExchange gets a reference to the given string and assigns it to the Exchange field.
func (*QuoteResult) SetExchangeDataDelayedBy ¶
func (o *QuoteResult) SetExchangeDataDelayedBy(v int32)
SetExchangeDataDelayedBy gets a reference to the given int32 and assigns it to the ExchangeDataDelayedBy field.
func (*QuoteResult) SetExchangeTimezoneName ¶
func (o *QuoteResult) SetExchangeTimezoneName(v string)
SetExchangeTimezoneName gets a reference to the given string and assigns it to the ExchangeTimezoneName field.
func (*QuoteResult) SetExchangeTimezoneShortName ¶
func (o *QuoteResult) SetExchangeTimezoneShortName(v string)
SetExchangeTimezoneShortName gets a reference to the given string and assigns it to the ExchangeTimezoneShortName field.
func (*QuoteResult) SetFiftyTwoWeekHigh ¶
func (o *QuoteResult) SetFiftyTwoWeekHigh(v QuoteResultRegularMarketDayHigh)
SetFiftyTwoWeekHigh gets a reference to the given QuoteResultRegularMarketDayHigh and assigns it to the FiftyTwoWeekHigh field.
func (*QuoteResult) SetFiftyTwoWeekHighChange ¶
func (o *QuoteResult) SetFiftyTwoWeekHighChange(v QuoteResultFiftyTwoWeekHighChange)
SetFiftyTwoWeekHighChange gets a reference to the given QuoteResultFiftyTwoWeekHighChange and assigns it to the FiftyTwoWeekHighChange field.
func (*QuoteResult) SetFiftyTwoWeekHighChangePercent ¶
func (o *QuoteResult) SetFiftyTwoWeekHighChangePercent(v QuoteResultFiftyTwoWeekHighChangePercent)
SetFiftyTwoWeekHighChangePercent gets a reference to the given QuoteResultFiftyTwoWeekHighChangePercent and assigns it to the FiftyTwoWeekHighChangePercent field.
func (*QuoteResult) SetFiftyTwoWeekLow ¶
func (o *QuoteResult) SetFiftyTwoWeekLow(v QuoteResultFiftyTwoWeekLow)
SetFiftyTwoWeekLow gets a reference to the given QuoteResultFiftyTwoWeekLow and assigns it to the FiftyTwoWeekLow field.
func (*QuoteResult) SetFiftyTwoWeekLowChange ¶
func (o *QuoteResult) SetFiftyTwoWeekLowChange(v QuoteResultFiftyTwoWeekLowChange)
SetFiftyTwoWeekLowChange gets a reference to the given QuoteResultFiftyTwoWeekLowChange and assigns it to the FiftyTwoWeekLowChange field.
func (*QuoteResult) SetFiftyTwoWeekLowChangePercent ¶
func (o *QuoteResult) SetFiftyTwoWeekLowChangePercent(v QuoteResultFiftyTwoWeekLowChangePercent)
SetFiftyTwoWeekLowChangePercent gets a reference to the given QuoteResultFiftyTwoWeekLowChangePercent and assigns it to the FiftyTwoWeekLowChangePercent field.
func (*QuoteResult) SetFiftyTwoWeekRange ¶
func (o *QuoteResult) SetFiftyTwoWeekRange(v QuoteResultFiftyTwoWeekRange)
SetFiftyTwoWeekRange gets a reference to the given QuoteResultFiftyTwoWeekRange and assigns it to the FiftyTwoWeekRange field.
func (*QuoteResult) SetFirstTradeDateMilliseconds ¶
func (o *QuoteResult) SetFirstTradeDateMilliseconds(v int64)
SetFirstTradeDateMilliseconds gets a reference to the given int64 and assigns it to the FirstTradeDateMilliseconds field.
func (*QuoteResult) SetFullExchangeName ¶
func (o *QuoteResult) SetFullExchangeName(v string)
SetFullExchangeName gets a reference to the given string and assigns it to the FullExchangeName field.
func (*QuoteResult) SetGmtOffSetMilliseconds ¶
func (o *QuoteResult) SetGmtOffSetMilliseconds(v int32)
SetGmtOffSetMilliseconds gets a reference to the given int32 and assigns it to the GmtOffSetMilliseconds field.
func (*QuoteResult) SetLanguage ¶
func (o *QuoteResult) SetLanguage(v string)
SetLanguage gets a reference to the given string and assigns it to the Language field.
func (*QuoteResult) SetMarket ¶
func (o *QuoteResult) SetMarket(v string)
SetMarket gets a reference to the given string and assigns it to the Market field.
func (*QuoteResult) SetMarketState ¶
func (o *QuoteResult) SetMarketState(v string)
SetMarketState gets a reference to the given string and assigns it to the MarketState field.
func (*QuoteResult) SetMessageBoardId ¶
func (o *QuoteResult) SetMessageBoardId(v string)
SetMessageBoardId gets a reference to the given string and assigns it to the MessageBoardId field.
func (*QuoteResult) SetPriceHint ¶
func (o *QuoteResult) SetPriceHint(v int32)
SetPriceHint gets a reference to the given int32 and assigns it to the PriceHint field.
func (*QuoteResult) SetQuoteSourceName ¶
func (o *QuoteResult) SetQuoteSourceName(v string)
SetQuoteSourceName gets a reference to the given string and assigns it to the QuoteSourceName field.
func (*QuoteResult) SetQuoteType ¶
func (o *QuoteResult) SetQuoteType(v string)
SetQuoteType gets a reference to the given string and assigns it to the QuoteType field.
func (*QuoteResult) SetRegion ¶
func (o *QuoteResult) SetRegion(v string)
SetRegion gets a reference to the given string and assigns it to the Region field.
func (*QuoteResult) SetRegularMarketChange ¶
func (o *QuoteResult) SetRegularMarketChange(v QuoteResultRegularMarketChange)
SetRegularMarketChange gets a reference to the given QuoteResultRegularMarketChange and assigns it to the RegularMarketChange field.
func (*QuoteResult) SetRegularMarketChangePercent ¶
func (o *QuoteResult) SetRegularMarketChangePercent(v QuoteResultRegularMarketChangePercent)
SetRegularMarketChangePercent gets a reference to the given QuoteResultRegularMarketChangePercent and assigns it to the RegularMarketChangePercent field.
func (*QuoteResult) SetRegularMarketDayHigh ¶
func (o *QuoteResult) SetRegularMarketDayHigh(v QuoteResultRegularMarketDayHigh)
SetRegularMarketDayHigh gets a reference to the given QuoteResultRegularMarketDayHigh and assigns it to the RegularMarketDayHigh field.
func (*QuoteResult) SetRegularMarketDayLow ¶
func (o *QuoteResult) SetRegularMarketDayLow(v QuoteResultRegularMarketDayLow)
SetRegularMarketDayLow gets a reference to the given QuoteResultRegularMarketDayLow and assigns it to the RegularMarketDayLow field.
func (*QuoteResult) SetRegularMarketDayRange ¶
func (o *QuoteResult) SetRegularMarketDayRange(v QuoteResultRegularMarketDayRange)
SetRegularMarketDayRange gets a reference to the given QuoteResultRegularMarketDayRange and assigns it to the RegularMarketDayRange field.
func (*QuoteResult) SetRegularMarketOpen ¶
func (o *QuoteResult) SetRegularMarketOpen(v QuoteResultRegularMarketOpen)
SetRegularMarketOpen gets a reference to the given QuoteResultRegularMarketOpen and assigns it to the RegularMarketOpen field.
func (*QuoteResult) SetRegularMarketPreviousClose ¶
func (o *QuoteResult) SetRegularMarketPreviousClose(v QuoteResultRegularMarketPreviousClose)
SetRegularMarketPreviousClose gets a reference to the given QuoteResultRegularMarketPreviousClose and assigns it to the RegularMarketPreviousClose field.
func (*QuoteResult) SetRegularMarketPrice ¶
func (o *QuoteResult) SetRegularMarketPrice(v QuoteResultRegularMarketPrice)
SetRegularMarketPrice gets a reference to the given QuoteResultRegularMarketPrice and assigns it to the RegularMarketPrice field.
func (*QuoteResult) SetRegularMarketTime ¶
func (o *QuoteResult) SetRegularMarketTime(v QuoteResultRegularMarketTime)
SetRegularMarketTime gets a reference to the given QuoteResultRegularMarketTime and assigns it to the RegularMarketTime field.
func (*QuoteResult) SetRegularMarketVolume ¶
func (o *QuoteResult) SetRegularMarketVolume(v QuoteResultRegularMarketVolume)
SetRegularMarketVolume gets a reference to the given QuoteResultRegularMarketVolume and assigns it to the RegularMarketVolume field.
func (*QuoteResult) SetShortName ¶
func (o *QuoteResult) SetShortName(v string)
SetShortName gets a reference to the given string and assigns it to the ShortName field.
func (*QuoteResult) SetSourceInterval ¶
func (o *QuoteResult) SetSourceInterval(v int32)
SetSourceInterval gets a reference to the given int32 and assigns it to the SourceInterval field.
func (*QuoteResult) SetSymbol ¶
func (o *QuoteResult) SetSymbol(v string)
SetSymbol gets a reference to the given string and assigns it to the Symbol field.
func (*QuoteResult) SetTradeable ¶
func (o *QuoteResult) SetTradeable(v bool)
SetTradeable gets a reference to the given bool and assigns it to the Tradeable field.
func (*QuoteResult) SetTriggerable ¶
func (o *QuoteResult) SetTriggerable(v bool)
SetTriggerable gets a reference to the given bool and assigns it to the Triggerable field.
func (*QuoteResult) SetUuid ¶
func (o *QuoteResult) SetUuid(v string)
SetUuid gets a reference to the given string and assigns it to the Uuid field.
func (QuoteResult) ToMap ¶
func (o QuoteResult) ToMap() (map[string]interface{}, error)
type QuoteResultFiftyTwoWeekHighChange ¶
type QuoteResultFiftyTwoWeekHighChange struct { Raw *float32 `json:"raw,omitempty"` Fmt *string `json:"fmt,omitempty"` }
QuoteResultFiftyTwoWeekHighChange struct for QuoteResultFiftyTwoWeekHighChange
func NewQuoteResultFiftyTwoWeekHighChange ¶
func NewQuoteResultFiftyTwoWeekHighChange() *QuoteResultFiftyTwoWeekHighChange
NewQuoteResultFiftyTwoWeekHighChange instantiates a new QuoteResultFiftyTwoWeekHighChange 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 NewQuoteResultFiftyTwoWeekHighChangeWithDefaults ¶
func NewQuoteResultFiftyTwoWeekHighChangeWithDefaults() *QuoteResultFiftyTwoWeekHighChange
NewQuoteResultFiftyTwoWeekHighChangeWithDefaults instantiates a new QuoteResultFiftyTwoWeekHighChange 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 (*QuoteResultFiftyTwoWeekHighChange) GetFmt ¶
func (o *QuoteResultFiftyTwoWeekHighChange) GetFmt() string
GetFmt returns the Fmt field value if set, zero value otherwise.
func (*QuoteResultFiftyTwoWeekHighChange) GetFmtOk ¶
func (o *QuoteResultFiftyTwoWeekHighChange) GetFmtOk() (*string, bool)
GetFmtOk returns a tuple with the Fmt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResultFiftyTwoWeekHighChange) GetRaw ¶
func (o *QuoteResultFiftyTwoWeekHighChange) GetRaw() float32
GetRaw returns the Raw field value if set, zero value otherwise.
func (*QuoteResultFiftyTwoWeekHighChange) GetRawOk ¶
func (o *QuoteResultFiftyTwoWeekHighChange) GetRawOk() (*float32, bool)
GetRawOk returns a tuple with the Raw field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResultFiftyTwoWeekHighChange) HasFmt ¶
func (o *QuoteResultFiftyTwoWeekHighChange) HasFmt() bool
HasFmt returns a boolean if a field has been set.
func (*QuoteResultFiftyTwoWeekHighChange) HasRaw ¶
func (o *QuoteResultFiftyTwoWeekHighChange) HasRaw() bool
HasRaw returns a boolean if a field has been set.
func (QuoteResultFiftyTwoWeekHighChange) MarshalJSON ¶
func (o QuoteResultFiftyTwoWeekHighChange) MarshalJSON() ([]byte, error)
func (*QuoteResultFiftyTwoWeekHighChange) SetFmt ¶
func (o *QuoteResultFiftyTwoWeekHighChange) SetFmt(v string)
SetFmt gets a reference to the given string and assigns it to the Fmt field.
func (*QuoteResultFiftyTwoWeekHighChange) SetRaw ¶
func (o *QuoteResultFiftyTwoWeekHighChange) SetRaw(v float32)
SetRaw gets a reference to the given float32 and assigns it to the Raw field.
func (QuoteResultFiftyTwoWeekHighChange) ToMap ¶
func (o QuoteResultFiftyTwoWeekHighChange) ToMap() (map[string]interface{}, error)
type QuoteResultFiftyTwoWeekHighChangePercent ¶
type QuoteResultFiftyTwoWeekHighChangePercent struct { Raw *float32 `json:"raw,omitempty"` Fmt *string `json:"fmt,omitempty"` }
QuoteResultFiftyTwoWeekHighChangePercent struct for QuoteResultFiftyTwoWeekHighChangePercent
func NewQuoteResultFiftyTwoWeekHighChangePercent ¶
func NewQuoteResultFiftyTwoWeekHighChangePercent() *QuoteResultFiftyTwoWeekHighChangePercent
NewQuoteResultFiftyTwoWeekHighChangePercent instantiates a new QuoteResultFiftyTwoWeekHighChangePercent 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 NewQuoteResultFiftyTwoWeekHighChangePercentWithDefaults ¶
func NewQuoteResultFiftyTwoWeekHighChangePercentWithDefaults() *QuoteResultFiftyTwoWeekHighChangePercent
NewQuoteResultFiftyTwoWeekHighChangePercentWithDefaults instantiates a new QuoteResultFiftyTwoWeekHighChangePercent 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 (*QuoteResultFiftyTwoWeekHighChangePercent) GetFmt ¶
func (o *QuoteResultFiftyTwoWeekHighChangePercent) GetFmt() string
GetFmt returns the Fmt field value if set, zero value otherwise.
func (*QuoteResultFiftyTwoWeekHighChangePercent) GetFmtOk ¶
func (o *QuoteResultFiftyTwoWeekHighChangePercent) GetFmtOk() (*string, bool)
GetFmtOk returns a tuple with the Fmt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResultFiftyTwoWeekHighChangePercent) GetRaw ¶
func (o *QuoteResultFiftyTwoWeekHighChangePercent) GetRaw() float32
GetRaw returns the Raw field value if set, zero value otherwise.
func (*QuoteResultFiftyTwoWeekHighChangePercent) GetRawOk ¶
func (o *QuoteResultFiftyTwoWeekHighChangePercent) GetRawOk() (*float32, bool)
GetRawOk returns a tuple with the Raw field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResultFiftyTwoWeekHighChangePercent) HasFmt ¶
func (o *QuoteResultFiftyTwoWeekHighChangePercent) HasFmt() bool
HasFmt returns a boolean if a field has been set.
func (*QuoteResultFiftyTwoWeekHighChangePercent) HasRaw ¶
func (o *QuoteResultFiftyTwoWeekHighChangePercent) HasRaw() bool
HasRaw returns a boolean if a field has been set.
func (QuoteResultFiftyTwoWeekHighChangePercent) MarshalJSON ¶
func (o QuoteResultFiftyTwoWeekHighChangePercent) MarshalJSON() ([]byte, error)
func (*QuoteResultFiftyTwoWeekHighChangePercent) SetFmt ¶
func (o *QuoteResultFiftyTwoWeekHighChangePercent) SetFmt(v string)
SetFmt gets a reference to the given string and assigns it to the Fmt field.
func (*QuoteResultFiftyTwoWeekHighChangePercent) SetRaw ¶
func (o *QuoteResultFiftyTwoWeekHighChangePercent) SetRaw(v float32)
SetRaw gets a reference to the given float32 and assigns it to the Raw field.
func (QuoteResultFiftyTwoWeekHighChangePercent) ToMap ¶
func (o QuoteResultFiftyTwoWeekHighChangePercent) ToMap() (map[string]interface{}, error)
type QuoteResultFiftyTwoWeekLow ¶
type QuoteResultFiftyTwoWeekLow struct { Raw *float32 `json:"raw,omitempty"` Fmt *string `json:"fmt,omitempty"` }
QuoteResultFiftyTwoWeekLow struct for QuoteResultFiftyTwoWeekLow
func NewQuoteResultFiftyTwoWeekLow ¶
func NewQuoteResultFiftyTwoWeekLow() *QuoteResultFiftyTwoWeekLow
NewQuoteResultFiftyTwoWeekLow instantiates a new QuoteResultFiftyTwoWeekLow 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 NewQuoteResultFiftyTwoWeekLowWithDefaults ¶
func NewQuoteResultFiftyTwoWeekLowWithDefaults() *QuoteResultFiftyTwoWeekLow
NewQuoteResultFiftyTwoWeekLowWithDefaults instantiates a new QuoteResultFiftyTwoWeekLow 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 (*QuoteResultFiftyTwoWeekLow) GetFmt ¶
func (o *QuoteResultFiftyTwoWeekLow) GetFmt() string
GetFmt returns the Fmt field value if set, zero value otherwise.
func (*QuoteResultFiftyTwoWeekLow) GetFmtOk ¶
func (o *QuoteResultFiftyTwoWeekLow) GetFmtOk() (*string, bool)
GetFmtOk returns a tuple with the Fmt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResultFiftyTwoWeekLow) GetRaw ¶
func (o *QuoteResultFiftyTwoWeekLow) GetRaw() float32
GetRaw returns the Raw field value if set, zero value otherwise.
func (*QuoteResultFiftyTwoWeekLow) GetRawOk ¶
func (o *QuoteResultFiftyTwoWeekLow) GetRawOk() (*float32, bool)
GetRawOk returns a tuple with the Raw field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResultFiftyTwoWeekLow) HasFmt ¶
func (o *QuoteResultFiftyTwoWeekLow) HasFmt() bool
HasFmt returns a boolean if a field has been set.
func (*QuoteResultFiftyTwoWeekLow) HasRaw ¶
func (o *QuoteResultFiftyTwoWeekLow) HasRaw() bool
HasRaw returns a boolean if a field has been set.
func (QuoteResultFiftyTwoWeekLow) MarshalJSON ¶
func (o QuoteResultFiftyTwoWeekLow) MarshalJSON() ([]byte, error)
func (*QuoteResultFiftyTwoWeekLow) SetFmt ¶
func (o *QuoteResultFiftyTwoWeekLow) SetFmt(v string)
SetFmt gets a reference to the given string and assigns it to the Fmt field.
func (*QuoteResultFiftyTwoWeekLow) SetRaw ¶
func (o *QuoteResultFiftyTwoWeekLow) SetRaw(v float32)
SetRaw gets a reference to the given float32 and assigns it to the Raw field.
func (QuoteResultFiftyTwoWeekLow) ToMap ¶
func (o QuoteResultFiftyTwoWeekLow) ToMap() (map[string]interface{}, error)
type QuoteResultFiftyTwoWeekLowChange ¶
type QuoteResultFiftyTwoWeekLowChange struct { Raw *float32 `json:"raw,omitempty"` Fmt *string `json:"fmt,omitempty"` }
QuoteResultFiftyTwoWeekLowChange struct for QuoteResultFiftyTwoWeekLowChange
func NewQuoteResultFiftyTwoWeekLowChange ¶
func NewQuoteResultFiftyTwoWeekLowChange() *QuoteResultFiftyTwoWeekLowChange
NewQuoteResultFiftyTwoWeekLowChange instantiates a new QuoteResultFiftyTwoWeekLowChange 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 NewQuoteResultFiftyTwoWeekLowChangeWithDefaults ¶
func NewQuoteResultFiftyTwoWeekLowChangeWithDefaults() *QuoteResultFiftyTwoWeekLowChange
NewQuoteResultFiftyTwoWeekLowChangeWithDefaults instantiates a new QuoteResultFiftyTwoWeekLowChange 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 (*QuoteResultFiftyTwoWeekLowChange) GetFmt ¶
func (o *QuoteResultFiftyTwoWeekLowChange) GetFmt() string
GetFmt returns the Fmt field value if set, zero value otherwise.
func (*QuoteResultFiftyTwoWeekLowChange) GetFmtOk ¶
func (o *QuoteResultFiftyTwoWeekLowChange) GetFmtOk() (*string, bool)
GetFmtOk returns a tuple with the Fmt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResultFiftyTwoWeekLowChange) GetRaw ¶
func (o *QuoteResultFiftyTwoWeekLowChange) GetRaw() float32
GetRaw returns the Raw field value if set, zero value otherwise.
func (*QuoteResultFiftyTwoWeekLowChange) GetRawOk ¶
func (o *QuoteResultFiftyTwoWeekLowChange) GetRawOk() (*float32, bool)
GetRawOk returns a tuple with the Raw field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResultFiftyTwoWeekLowChange) HasFmt ¶
func (o *QuoteResultFiftyTwoWeekLowChange) HasFmt() bool
HasFmt returns a boolean if a field has been set.
func (*QuoteResultFiftyTwoWeekLowChange) HasRaw ¶
func (o *QuoteResultFiftyTwoWeekLowChange) HasRaw() bool
HasRaw returns a boolean if a field has been set.
func (QuoteResultFiftyTwoWeekLowChange) MarshalJSON ¶
func (o QuoteResultFiftyTwoWeekLowChange) MarshalJSON() ([]byte, error)
func (*QuoteResultFiftyTwoWeekLowChange) SetFmt ¶
func (o *QuoteResultFiftyTwoWeekLowChange) SetFmt(v string)
SetFmt gets a reference to the given string and assigns it to the Fmt field.
func (*QuoteResultFiftyTwoWeekLowChange) SetRaw ¶
func (o *QuoteResultFiftyTwoWeekLowChange) SetRaw(v float32)
SetRaw gets a reference to the given float32 and assigns it to the Raw field.
func (QuoteResultFiftyTwoWeekLowChange) ToMap ¶
func (o QuoteResultFiftyTwoWeekLowChange) ToMap() (map[string]interface{}, error)
type QuoteResultFiftyTwoWeekLowChangePercent ¶
type QuoteResultFiftyTwoWeekLowChangePercent struct { Raw *float32 `json:"raw,omitempty"` Fmt *string `json:"fmt,omitempty"` }
QuoteResultFiftyTwoWeekLowChangePercent struct for QuoteResultFiftyTwoWeekLowChangePercent
func NewQuoteResultFiftyTwoWeekLowChangePercent ¶
func NewQuoteResultFiftyTwoWeekLowChangePercent() *QuoteResultFiftyTwoWeekLowChangePercent
NewQuoteResultFiftyTwoWeekLowChangePercent instantiates a new QuoteResultFiftyTwoWeekLowChangePercent 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 NewQuoteResultFiftyTwoWeekLowChangePercentWithDefaults ¶
func NewQuoteResultFiftyTwoWeekLowChangePercentWithDefaults() *QuoteResultFiftyTwoWeekLowChangePercent
NewQuoteResultFiftyTwoWeekLowChangePercentWithDefaults instantiates a new QuoteResultFiftyTwoWeekLowChangePercent 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 (*QuoteResultFiftyTwoWeekLowChangePercent) GetFmt ¶
func (o *QuoteResultFiftyTwoWeekLowChangePercent) GetFmt() string
GetFmt returns the Fmt field value if set, zero value otherwise.
func (*QuoteResultFiftyTwoWeekLowChangePercent) GetFmtOk ¶
func (o *QuoteResultFiftyTwoWeekLowChangePercent) GetFmtOk() (*string, bool)
GetFmtOk returns a tuple with the Fmt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResultFiftyTwoWeekLowChangePercent) GetRaw ¶
func (o *QuoteResultFiftyTwoWeekLowChangePercent) GetRaw() float32
GetRaw returns the Raw field value if set, zero value otherwise.
func (*QuoteResultFiftyTwoWeekLowChangePercent) GetRawOk ¶
func (o *QuoteResultFiftyTwoWeekLowChangePercent) GetRawOk() (*float32, bool)
GetRawOk returns a tuple with the Raw field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResultFiftyTwoWeekLowChangePercent) HasFmt ¶
func (o *QuoteResultFiftyTwoWeekLowChangePercent) HasFmt() bool
HasFmt returns a boolean if a field has been set.
func (*QuoteResultFiftyTwoWeekLowChangePercent) HasRaw ¶
func (o *QuoteResultFiftyTwoWeekLowChangePercent) HasRaw() bool
HasRaw returns a boolean if a field has been set.
func (QuoteResultFiftyTwoWeekLowChangePercent) MarshalJSON ¶
func (o QuoteResultFiftyTwoWeekLowChangePercent) MarshalJSON() ([]byte, error)
func (*QuoteResultFiftyTwoWeekLowChangePercent) SetFmt ¶
func (o *QuoteResultFiftyTwoWeekLowChangePercent) SetFmt(v string)
SetFmt gets a reference to the given string and assigns it to the Fmt field.
func (*QuoteResultFiftyTwoWeekLowChangePercent) SetRaw ¶
func (o *QuoteResultFiftyTwoWeekLowChangePercent) SetRaw(v float32)
SetRaw gets a reference to the given float32 and assigns it to the Raw field.
func (QuoteResultFiftyTwoWeekLowChangePercent) ToMap ¶
func (o QuoteResultFiftyTwoWeekLowChangePercent) ToMap() (map[string]interface{}, error)
type QuoteResultFiftyTwoWeekRange ¶
type QuoteResultFiftyTwoWeekRange struct { Raw *string `json:"raw,omitempty"` Fmt *string `json:"fmt,omitempty"` }
QuoteResultFiftyTwoWeekRange struct for QuoteResultFiftyTwoWeekRange
func NewQuoteResultFiftyTwoWeekRange ¶
func NewQuoteResultFiftyTwoWeekRange() *QuoteResultFiftyTwoWeekRange
NewQuoteResultFiftyTwoWeekRange instantiates a new QuoteResultFiftyTwoWeekRange 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 NewQuoteResultFiftyTwoWeekRangeWithDefaults ¶
func NewQuoteResultFiftyTwoWeekRangeWithDefaults() *QuoteResultFiftyTwoWeekRange
NewQuoteResultFiftyTwoWeekRangeWithDefaults instantiates a new QuoteResultFiftyTwoWeekRange 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 (*QuoteResultFiftyTwoWeekRange) GetFmt ¶
func (o *QuoteResultFiftyTwoWeekRange) GetFmt() string
GetFmt returns the Fmt field value if set, zero value otherwise.
func (*QuoteResultFiftyTwoWeekRange) GetFmtOk ¶
func (o *QuoteResultFiftyTwoWeekRange) GetFmtOk() (*string, bool)
GetFmtOk returns a tuple with the Fmt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResultFiftyTwoWeekRange) GetRaw ¶
func (o *QuoteResultFiftyTwoWeekRange) GetRaw() string
GetRaw returns the Raw field value if set, zero value otherwise.
func (*QuoteResultFiftyTwoWeekRange) GetRawOk ¶
func (o *QuoteResultFiftyTwoWeekRange) GetRawOk() (*string, bool)
GetRawOk returns a tuple with the Raw field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResultFiftyTwoWeekRange) HasFmt ¶
func (o *QuoteResultFiftyTwoWeekRange) HasFmt() bool
HasFmt returns a boolean if a field has been set.
func (*QuoteResultFiftyTwoWeekRange) HasRaw ¶
func (o *QuoteResultFiftyTwoWeekRange) HasRaw() bool
HasRaw returns a boolean if a field has been set.
func (QuoteResultFiftyTwoWeekRange) MarshalJSON ¶
func (o QuoteResultFiftyTwoWeekRange) MarshalJSON() ([]byte, error)
func (*QuoteResultFiftyTwoWeekRange) SetFmt ¶
func (o *QuoteResultFiftyTwoWeekRange) SetFmt(v string)
SetFmt gets a reference to the given string and assigns it to the Fmt field.
func (*QuoteResultFiftyTwoWeekRange) SetRaw ¶
func (o *QuoteResultFiftyTwoWeekRange) SetRaw(v string)
SetRaw gets a reference to the given string and assigns it to the Raw field.
func (QuoteResultFiftyTwoWeekRange) ToMap ¶
func (o QuoteResultFiftyTwoWeekRange) ToMap() (map[string]interface{}, error)
type QuoteResultRegularMarketChange ¶
type QuoteResultRegularMarketChange struct { Raw *float32 `json:"raw,omitempty"` Fmt *string `json:"fmt,omitempty"` }
QuoteResultRegularMarketChange struct for QuoteResultRegularMarketChange
func NewQuoteResultRegularMarketChange ¶
func NewQuoteResultRegularMarketChange() *QuoteResultRegularMarketChange
NewQuoteResultRegularMarketChange instantiates a new QuoteResultRegularMarketChange 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 NewQuoteResultRegularMarketChangeWithDefaults ¶
func NewQuoteResultRegularMarketChangeWithDefaults() *QuoteResultRegularMarketChange
NewQuoteResultRegularMarketChangeWithDefaults instantiates a new QuoteResultRegularMarketChange 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 (*QuoteResultRegularMarketChange) GetFmt ¶
func (o *QuoteResultRegularMarketChange) GetFmt() string
GetFmt returns the Fmt field value if set, zero value otherwise.
func (*QuoteResultRegularMarketChange) GetFmtOk ¶
func (o *QuoteResultRegularMarketChange) GetFmtOk() (*string, bool)
GetFmtOk returns a tuple with the Fmt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResultRegularMarketChange) GetRaw ¶
func (o *QuoteResultRegularMarketChange) GetRaw() float32
GetRaw returns the Raw field value if set, zero value otherwise.
func (*QuoteResultRegularMarketChange) GetRawOk ¶
func (o *QuoteResultRegularMarketChange) GetRawOk() (*float32, bool)
GetRawOk returns a tuple with the Raw field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResultRegularMarketChange) HasFmt ¶
func (o *QuoteResultRegularMarketChange) HasFmt() bool
HasFmt returns a boolean if a field has been set.
func (*QuoteResultRegularMarketChange) HasRaw ¶
func (o *QuoteResultRegularMarketChange) HasRaw() bool
HasRaw returns a boolean if a field has been set.
func (QuoteResultRegularMarketChange) MarshalJSON ¶
func (o QuoteResultRegularMarketChange) MarshalJSON() ([]byte, error)
func (*QuoteResultRegularMarketChange) SetFmt ¶
func (o *QuoteResultRegularMarketChange) SetFmt(v string)
SetFmt gets a reference to the given string and assigns it to the Fmt field.
func (*QuoteResultRegularMarketChange) SetRaw ¶
func (o *QuoteResultRegularMarketChange) SetRaw(v float32)
SetRaw gets a reference to the given float32 and assigns it to the Raw field.
func (QuoteResultRegularMarketChange) ToMap ¶
func (o QuoteResultRegularMarketChange) ToMap() (map[string]interface{}, error)
type QuoteResultRegularMarketChangePercent ¶
type QuoteResultRegularMarketChangePercent struct { Raw *float32 `json:"raw,omitempty"` Fmt *string `json:"fmt,omitempty"` }
QuoteResultRegularMarketChangePercent struct for QuoteResultRegularMarketChangePercent
func NewQuoteResultRegularMarketChangePercent ¶
func NewQuoteResultRegularMarketChangePercent() *QuoteResultRegularMarketChangePercent
NewQuoteResultRegularMarketChangePercent instantiates a new QuoteResultRegularMarketChangePercent 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 NewQuoteResultRegularMarketChangePercentWithDefaults ¶
func NewQuoteResultRegularMarketChangePercentWithDefaults() *QuoteResultRegularMarketChangePercent
NewQuoteResultRegularMarketChangePercentWithDefaults instantiates a new QuoteResultRegularMarketChangePercent 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 (*QuoteResultRegularMarketChangePercent) GetFmt ¶
func (o *QuoteResultRegularMarketChangePercent) GetFmt() string
GetFmt returns the Fmt field value if set, zero value otherwise.
func (*QuoteResultRegularMarketChangePercent) GetFmtOk ¶
func (o *QuoteResultRegularMarketChangePercent) GetFmtOk() (*string, bool)
GetFmtOk returns a tuple with the Fmt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResultRegularMarketChangePercent) GetRaw ¶
func (o *QuoteResultRegularMarketChangePercent) GetRaw() float32
GetRaw returns the Raw field value if set, zero value otherwise.
func (*QuoteResultRegularMarketChangePercent) GetRawOk ¶
func (o *QuoteResultRegularMarketChangePercent) GetRawOk() (*float32, bool)
GetRawOk returns a tuple with the Raw field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResultRegularMarketChangePercent) HasFmt ¶
func (o *QuoteResultRegularMarketChangePercent) HasFmt() bool
HasFmt returns a boolean if a field has been set.
func (*QuoteResultRegularMarketChangePercent) HasRaw ¶
func (o *QuoteResultRegularMarketChangePercent) HasRaw() bool
HasRaw returns a boolean if a field has been set.
func (QuoteResultRegularMarketChangePercent) MarshalJSON ¶
func (o QuoteResultRegularMarketChangePercent) MarshalJSON() ([]byte, error)
func (*QuoteResultRegularMarketChangePercent) SetFmt ¶
func (o *QuoteResultRegularMarketChangePercent) SetFmt(v string)
SetFmt gets a reference to the given string and assigns it to the Fmt field.
func (*QuoteResultRegularMarketChangePercent) SetRaw ¶
func (o *QuoteResultRegularMarketChangePercent) SetRaw(v float32)
SetRaw gets a reference to the given float32 and assigns it to the Raw field.
func (QuoteResultRegularMarketChangePercent) ToMap ¶
func (o QuoteResultRegularMarketChangePercent) ToMap() (map[string]interface{}, error)
type QuoteResultRegularMarketDayHigh ¶
type QuoteResultRegularMarketDayHigh struct { Raw *float32 `json:"raw,omitempty"` Fmt *string `json:"fmt,omitempty"` }
QuoteResultRegularMarketDayHigh struct for QuoteResultRegularMarketDayHigh
func NewQuoteResultRegularMarketDayHigh ¶
func NewQuoteResultRegularMarketDayHigh() *QuoteResultRegularMarketDayHigh
NewQuoteResultRegularMarketDayHigh instantiates a new QuoteResultRegularMarketDayHigh 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 NewQuoteResultRegularMarketDayHighWithDefaults ¶
func NewQuoteResultRegularMarketDayHighWithDefaults() *QuoteResultRegularMarketDayHigh
NewQuoteResultRegularMarketDayHighWithDefaults instantiates a new QuoteResultRegularMarketDayHigh 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 (*QuoteResultRegularMarketDayHigh) GetFmt ¶
func (o *QuoteResultRegularMarketDayHigh) GetFmt() string
GetFmt returns the Fmt field value if set, zero value otherwise.
func (*QuoteResultRegularMarketDayHigh) GetFmtOk ¶
func (o *QuoteResultRegularMarketDayHigh) GetFmtOk() (*string, bool)
GetFmtOk returns a tuple with the Fmt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResultRegularMarketDayHigh) GetRaw ¶
func (o *QuoteResultRegularMarketDayHigh) GetRaw() float32
GetRaw returns the Raw field value if set, zero value otherwise.
func (*QuoteResultRegularMarketDayHigh) GetRawOk ¶
func (o *QuoteResultRegularMarketDayHigh) GetRawOk() (*float32, bool)
GetRawOk returns a tuple with the Raw field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResultRegularMarketDayHigh) HasFmt ¶
func (o *QuoteResultRegularMarketDayHigh) HasFmt() bool
HasFmt returns a boolean if a field has been set.
func (*QuoteResultRegularMarketDayHigh) HasRaw ¶
func (o *QuoteResultRegularMarketDayHigh) HasRaw() bool
HasRaw returns a boolean if a field has been set.
func (QuoteResultRegularMarketDayHigh) MarshalJSON ¶
func (o QuoteResultRegularMarketDayHigh) MarshalJSON() ([]byte, error)
func (*QuoteResultRegularMarketDayHigh) SetFmt ¶
func (o *QuoteResultRegularMarketDayHigh) SetFmt(v string)
SetFmt gets a reference to the given string and assigns it to the Fmt field.
func (*QuoteResultRegularMarketDayHigh) SetRaw ¶
func (o *QuoteResultRegularMarketDayHigh) SetRaw(v float32)
SetRaw gets a reference to the given float32 and assigns it to the Raw field.
func (QuoteResultRegularMarketDayHigh) ToMap ¶
func (o QuoteResultRegularMarketDayHigh) ToMap() (map[string]interface{}, error)
type QuoteResultRegularMarketDayLow ¶
type QuoteResultRegularMarketDayLow struct { Raw *float32 `json:"raw,omitempty"` Fmt *string `json:"fmt,omitempty"` }
QuoteResultRegularMarketDayLow struct for QuoteResultRegularMarketDayLow
func NewQuoteResultRegularMarketDayLow ¶
func NewQuoteResultRegularMarketDayLow() *QuoteResultRegularMarketDayLow
NewQuoteResultRegularMarketDayLow instantiates a new QuoteResultRegularMarketDayLow 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 NewQuoteResultRegularMarketDayLowWithDefaults ¶
func NewQuoteResultRegularMarketDayLowWithDefaults() *QuoteResultRegularMarketDayLow
NewQuoteResultRegularMarketDayLowWithDefaults instantiates a new QuoteResultRegularMarketDayLow 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 (*QuoteResultRegularMarketDayLow) GetFmt ¶
func (o *QuoteResultRegularMarketDayLow) GetFmt() string
GetFmt returns the Fmt field value if set, zero value otherwise.
func (*QuoteResultRegularMarketDayLow) GetFmtOk ¶
func (o *QuoteResultRegularMarketDayLow) GetFmtOk() (*string, bool)
GetFmtOk returns a tuple with the Fmt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResultRegularMarketDayLow) GetRaw ¶
func (o *QuoteResultRegularMarketDayLow) GetRaw() float32
GetRaw returns the Raw field value if set, zero value otherwise.
func (*QuoteResultRegularMarketDayLow) GetRawOk ¶
func (o *QuoteResultRegularMarketDayLow) GetRawOk() (*float32, bool)
GetRawOk returns a tuple with the Raw field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResultRegularMarketDayLow) HasFmt ¶
func (o *QuoteResultRegularMarketDayLow) HasFmt() bool
HasFmt returns a boolean if a field has been set.
func (*QuoteResultRegularMarketDayLow) HasRaw ¶
func (o *QuoteResultRegularMarketDayLow) HasRaw() bool
HasRaw returns a boolean if a field has been set.
func (QuoteResultRegularMarketDayLow) MarshalJSON ¶
func (o QuoteResultRegularMarketDayLow) MarshalJSON() ([]byte, error)
func (*QuoteResultRegularMarketDayLow) SetFmt ¶
func (o *QuoteResultRegularMarketDayLow) SetFmt(v string)
SetFmt gets a reference to the given string and assigns it to the Fmt field.
func (*QuoteResultRegularMarketDayLow) SetRaw ¶
func (o *QuoteResultRegularMarketDayLow) SetRaw(v float32)
SetRaw gets a reference to the given float32 and assigns it to the Raw field.
func (QuoteResultRegularMarketDayLow) ToMap ¶
func (o QuoteResultRegularMarketDayLow) ToMap() (map[string]interface{}, error)
type QuoteResultRegularMarketDayRange ¶
type QuoteResultRegularMarketDayRange struct { Raw *string `json:"raw,omitempty"` Fmt *string `json:"fmt,omitempty"` }
QuoteResultRegularMarketDayRange struct for QuoteResultRegularMarketDayRange
func NewQuoteResultRegularMarketDayRange ¶
func NewQuoteResultRegularMarketDayRange() *QuoteResultRegularMarketDayRange
NewQuoteResultRegularMarketDayRange instantiates a new QuoteResultRegularMarketDayRange 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 NewQuoteResultRegularMarketDayRangeWithDefaults ¶
func NewQuoteResultRegularMarketDayRangeWithDefaults() *QuoteResultRegularMarketDayRange
NewQuoteResultRegularMarketDayRangeWithDefaults instantiates a new QuoteResultRegularMarketDayRange 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 (*QuoteResultRegularMarketDayRange) GetFmt ¶
func (o *QuoteResultRegularMarketDayRange) GetFmt() string
GetFmt returns the Fmt field value if set, zero value otherwise.
func (*QuoteResultRegularMarketDayRange) GetFmtOk ¶
func (o *QuoteResultRegularMarketDayRange) GetFmtOk() (*string, bool)
GetFmtOk returns a tuple with the Fmt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResultRegularMarketDayRange) GetRaw ¶
func (o *QuoteResultRegularMarketDayRange) GetRaw() string
GetRaw returns the Raw field value if set, zero value otherwise.
func (*QuoteResultRegularMarketDayRange) GetRawOk ¶
func (o *QuoteResultRegularMarketDayRange) GetRawOk() (*string, bool)
GetRawOk returns a tuple with the Raw field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResultRegularMarketDayRange) HasFmt ¶
func (o *QuoteResultRegularMarketDayRange) HasFmt() bool
HasFmt returns a boolean if a field has been set.
func (*QuoteResultRegularMarketDayRange) HasRaw ¶
func (o *QuoteResultRegularMarketDayRange) HasRaw() bool
HasRaw returns a boolean if a field has been set.
func (QuoteResultRegularMarketDayRange) MarshalJSON ¶
func (o QuoteResultRegularMarketDayRange) MarshalJSON() ([]byte, error)
func (*QuoteResultRegularMarketDayRange) SetFmt ¶
func (o *QuoteResultRegularMarketDayRange) SetFmt(v string)
SetFmt gets a reference to the given string and assigns it to the Fmt field.
func (*QuoteResultRegularMarketDayRange) SetRaw ¶
func (o *QuoteResultRegularMarketDayRange) SetRaw(v string)
SetRaw gets a reference to the given string and assigns it to the Raw field.
func (QuoteResultRegularMarketDayRange) ToMap ¶
func (o QuoteResultRegularMarketDayRange) ToMap() (map[string]interface{}, error)
type QuoteResultRegularMarketOpen ¶
type QuoteResultRegularMarketOpen struct { Raw *float32 `json:"raw,omitempty"` Fmt *string `json:"fmt,omitempty"` }
QuoteResultRegularMarketOpen struct for QuoteResultRegularMarketOpen
func NewQuoteResultRegularMarketOpen ¶
func NewQuoteResultRegularMarketOpen() *QuoteResultRegularMarketOpen
NewQuoteResultRegularMarketOpen instantiates a new QuoteResultRegularMarketOpen 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 NewQuoteResultRegularMarketOpenWithDefaults ¶
func NewQuoteResultRegularMarketOpenWithDefaults() *QuoteResultRegularMarketOpen
NewQuoteResultRegularMarketOpenWithDefaults instantiates a new QuoteResultRegularMarketOpen 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 (*QuoteResultRegularMarketOpen) GetFmt ¶
func (o *QuoteResultRegularMarketOpen) GetFmt() string
GetFmt returns the Fmt field value if set, zero value otherwise.
func (*QuoteResultRegularMarketOpen) GetFmtOk ¶
func (o *QuoteResultRegularMarketOpen) GetFmtOk() (*string, bool)
GetFmtOk returns a tuple with the Fmt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResultRegularMarketOpen) GetRaw ¶
func (o *QuoteResultRegularMarketOpen) GetRaw() float32
GetRaw returns the Raw field value if set, zero value otherwise.
func (*QuoteResultRegularMarketOpen) GetRawOk ¶
func (o *QuoteResultRegularMarketOpen) GetRawOk() (*float32, bool)
GetRawOk returns a tuple with the Raw field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResultRegularMarketOpen) HasFmt ¶
func (o *QuoteResultRegularMarketOpen) HasFmt() bool
HasFmt returns a boolean if a field has been set.
func (*QuoteResultRegularMarketOpen) HasRaw ¶
func (o *QuoteResultRegularMarketOpen) HasRaw() bool
HasRaw returns a boolean if a field has been set.
func (QuoteResultRegularMarketOpen) MarshalJSON ¶
func (o QuoteResultRegularMarketOpen) MarshalJSON() ([]byte, error)
func (*QuoteResultRegularMarketOpen) SetFmt ¶
func (o *QuoteResultRegularMarketOpen) SetFmt(v string)
SetFmt gets a reference to the given string and assigns it to the Fmt field.
func (*QuoteResultRegularMarketOpen) SetRaw ¶
func (o *QuoteResultRegularMarketOpen) SetRaw(v float32)
SetRaw gets a reference to the given float32 and assigns it to the Raw field.
func (QuoteResultRegularMarketOpen) ToMap ¶
func (o QuoteResultRegularMarketOpen) ToMap() (map[string]interface{}, error)
type QuoteResultRegularMarketPreviousClose ¶
type QuoteResultRegularMarketPreviousClose struct { Raw *float32 `json:"raw,omitempty"` Fmt *string `json:"fmt,omitempty"` }
QuoteResultRegularMarketPreviousClose struct for QuoteResultRegularMarketPreviousClose
func NewQuoteResultRegularMarketPreviousClose ¶
func NewQuoteResultRegularMarketPreviousClose() *QuoteResultRegularMarketPreviousClose
NewQuoteResultRegularMarketPreviousClose instantiates a new QuoteResultRegularMarketPreviousClose 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 NewQuoteResultRegularMarketPreviousCloseWithDefaults ¶
func NewQuoteResultRegularMarketPreviousCloseWithDefaults() *QuoteResultRegularMarketPreviousClose
NewQuoteResultRegularMarketPreviousCloseWithDefaults instantiates a new QuoteResultRegularMarketPreviousClose 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 (*QuoteResultRegularMarketPreviousClose) GetFmt ¶
func (o *QuoteResultRegularMarketPreviousClose) GetFmt() string
GetFmt returns the Fmt field value if set, zero value otherwise.
func (*QuoteResultRegularMarketPreviousClose) GetFmtOk ¶
func (o *QuoteResultRegularMarketPreviousClose) GetFmtOk() (*string, bool)
GetFmtOk returns a tuple with the Fmt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResultRegularMarketPreviousClose) GetRaw ¶
func (o *QuoteResultRegularMarketPreviousClose) GetRaw() float32
GetRaw returns the Raw field value if set, zero value otherwise.
func (*QuoteResultRegularMarketPreviousClose) GetRawOk ¶
func (o *QuoteResultRegularMarketPreviousClose) GetRawOk() (*float32, bool)
GetRawOk returns a tuple with the Raw field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResultRegularMarketPreviousClose) HasFmt ¶
func (o *QuoteResultRegularMarketPreviousClose) HasFmt() bool
HasFmt returns a boolean if a field has been set.
func (*QuoteResultRegularMarketPreviousClose) HasRaw ¶
func (o *QuoteResultRegularMarketPreviousClose) HasRaw() bool
HasRaw returns a boolean if a field has been set.
func (QuoteResultRegularMarketPreviousClose) MarshalJSON ¶
func (o QuoteResultRegularMarketPreviousClose) MarshalJSON() ([]byte, error)
func (*QuoteResultRegularMarketPreviousClose) SetFmt ¶
func (o *QuoteResultRegularMarketPreviousClose) SetFmt(v string)
SetFmt gets a reference to the given string and assigns it to the Fmt field.
func (*QuoteResultRegularMarketPreviousClose) SetRaw ¶
func (o *QuoteResultRegularMarketPreviousClose) SetRaw(v float32)
SetRaw gets a reference to the given float32 and assigns it to the Raw field.
func (QuoteResultRegularMarketPreviousClose) ToMap ¶
func (o QuoteResultRegularMarketPreviousClose) ToMap() (map[string]interface{}, error)
type QuoteResultRegularMarketPrice ¶
type QuoteResultRegularMarketPrice struct { Raw *float32 `json:"raw,omitempty"` Fmt *string `json:"fmt,omitempty"` }
QuoteResultRegularMarketPrice struct for QuoteResultRegularMarketPrice
func NewQuoteResultRegularMarketPrice ¶
func NewQuoteResultRegularMarketPrice() *QuoteResultRegularMarketPrice
NewQuoteResultRegularMarketPrice instantiates a new QuoteResultRegularMarketPrice 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 NewQuoteResultRegularMarketPriceWithDefaults ¶
func NewQuoteResultRegularMarketPriceWithDefaults() *QuoteResultRegularMarketPrice
NewQuoteResultRegularMarketPriceWithDefaults instantiates a new QuoteResultRegularMarketPrice 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 (*QuoteResultRegularMarketPrice) GetFmt ¶
func (o *QuoteResultRegularMarketPrice) GetFmt() string
GetFmt returns the Fmt field value if set, zero value otherwise.
func (*QuoteResultRegularMarketPrice) GetFmtOk ¶
func (o *QuoteResultRegularMarketPrice) GetFmtOk() (*string, bool)
GetFmtOk returns a tuple with the Fmt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResultRegularMarketPrice) GetRaw ¶
func (o *QuoteResultRegularMarketPrice) GetRaw() float32
GetRaw returns the Raw field value if set, zero value otherwise.
func (*QuoteResultRegularMarketPrice) GetRawOk ¶
func (o *QuoteResultRegularMarketPrice) GetRawOk() (*float32, bool)
GetRawOk returns a tuple with the Raw field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResultRegularMarketPrice) HasFmt ¶
func (o *QuoteResultRegularMarketPrice) HasFmt() bool
HasFmt returns a boolean if a field has been set.
func (*QuoteResultRegularMarketPrice) HasRaw ¶
func (o *QuoteResultRegularMarketPrice) HasRaw() bool
HasRaw returns a boolean if a field has been set.
func (QuoteResultRegularMarketPrice) MarshalJSON ¶
func (o QuoteResultRegularMarketPrice) MarshalJSON() ([]byte, error)
func (*QuoteResultRegularMarketPrice) SetFmt ¶
func (o *QuoteResultRegularMarketPrice) SetFmt(v string)
SetFmt gets a reference to the given string and assigns it to the Fmt field.
func (*QuoteResultRegularMarketPrice) SetRaw ¶
func (o *QuoteResultRegularMarketPrice) SetRaw(v float32)
SetRaw gets a reference to the given float32 and assigns it to the Raw field.
func (QuoteResultRegularMarketPrice) ToMap ¶
func (o QuoteResultRegularMarketPrice) ToMap() (map[string]interface{}, error)
type QuoteResultRegularMarketTime ¶
type QuoteResultRegularMarketTime struct { Raw *int32 `json:"raw,omitempty"` Fmt *string `json:"fmt,omitempty"` }
QuoteResultRegularMarketTime struct for QuoteResultRegularMarketTime
func NewQuoteResultRegularMarketTime ¶
func NewQuoteResultRegularMarketTime() *QuoteResultRegularMarketTime
NewQuoteResultRegularMarketTime instantiates a new QuoteResultRegularMarketTime 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 NewQuoteResultRegularMarketTimeWithDefaults ¶
func NewQuoteResultRegularMarketTimeWithDefaults() *QuoteResultRegularMarketTime
NewQuoteResultRegularMarketTimeWithDefaults instantiates a new QuoteResultRegularMarketTime 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 (*QuoteResultRegularMarketTime) GetFmt ¶
func (o *QuoteResultRegularMarketTime) GetFmt() string
GetFmt returns the Fmt field value if set, zero value otherwise.
func (*QuoteResultRegularMarketTime) GetFmtOk ¶
func (o *QuoteResultRegularMarketTime) GetFmtOk() (*string, bool)
GetFmtOk returns a tuple with the Fmt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResultRegularMarketTime) GetRaw ¶
func (o *QuoteResultRegularMarketTime) GetRaw() int32
GetRaw returns the Raw field value if set, zero value otherwise.
func (*QuoteResultRegularMarketTime) GetRawOk ¶
func (o *QuoteResultRegularMarketTime) GetRawOk() (*int32, bool)
GetRawOk returns a tuple with the Raw field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResultRegularMarketTime) HasFmt ¶
func (o *QuoteResultRegularMarketTime) HasFmt() bool
HasFmt returns a boolean if a field has been set.
func (*QuoteResultRegularMarketTime) HasRaw ¶
func (o *QuoteResultRegularMarketTime) HasRaw() bool
HasRaw returns a boolean if a field has been set.
func (QuoteResultRegularMarketTime) MarshalJSON ¶
func (o QuoteResultRegularMarketTime) MarshalJSON() ([]byte, error)
func (*QuoteResultRegularMarketTime) SetFmt ¶
func (o *QuoteResultRegularMarketTime) SetFmt(v string)
SetFmt gets a reference to the given string and assigns it to the Fmt field.
func (*QuoteResultRegularMarketTime) SetRaw ¶
func (o *QuoteResultRegularMarketTime) SetRaw(v int32)
SetRaw gets a reference to the given int32 and assigns it to the Raw field.
func (QuoteResultRegularMarketTime) ToMap ¶
func (o QuoteResultRegularMarketTime) ToMap() (map[string]interface{}, error)
type QuoteResultRegularMarketVolume ¶
type QuoteResultRegularMarketVolume struct { Raw *int64 `json:"raw,omitempty"` Fmt *string `json:"fmt,omitempty"` LongFmt *string `json:"longFmt,omitempty"` }
QuoteResultRegularMarketVolume struct for QuoteResultRegularMarketVolume
func NewQuoteResultRegularMarketVolume ¶
func NewQuoteResultRegularMarketVolume() *QuoteResultRegularMarketVolume
NewQuoteResultRegularMarketVolume instantiates a new QuoteResultRegularMarketVolume 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 NewQuoteResultRegularMarketVolumeWithDefaults ¶
func NewQuoteResultRegularMarketVolumeWithDefaults() *QuoteResultRegularMarketVolume
NewQuoteResultRegularMarketVolumeWithDefaults instantiates a new QuoteResultRegularMarketVolume 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 (*QuoteResultRegularMarketVolume) GetFmt ¶
func (o *QuoteResultRegularMarketVolume) GetFmt() string
GetFmt returns the Fmt field value if set, zero value otherwise.
func (*QuoteResultRegularMarketVolume) GetFmtOk ¶
func (o *QuoteResultRegularMarketVolume) GetFmtOk() (*string, bool)
GetFmtOk returns a tuple with the Fmt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResultRegularMarketVolume) GetLongFmt ¶
func (o *QuoteResultRegularMarketVolume) GetLongFmt() string
GetLongFmt returns the LongFmt field value if set, zero value otherwise.
func (*QuoteResultRegularMarketVolume) GetLongFmtOk ¶
func (o *QuoteResultRegularMarketVolume) GetLongFmtOk() (*string, bool)
GetLongFmtOk returns a tuple with the LongFmt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResultRegularMarketVolume) GetRaw ¶
func (o *QuoteResultRegularMarketVolume) GetRaw() int64
GetRaw returns the Raw field value if set, zero value otherwise.
func (*QuoteResultRegularMarketVolume) GetRawOk ¶
func (o *QuoteResultRegularMarketVolume) GetRawOk() (*int64, bool)
GetRawOk returns a tuple with the Raw field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuoteResultRegularMarketVolume) HasFmt ¶
func (o *QuoteResultRegularMarketVolume) HasFmt() bool
HasFmt returns a boolean if a field has been set.
func (*QuoteResultRegularMarketVolume) HasLongFmt ¶
func (o *QuoteResultRegularMarketVolume) HasLongFmt() bool
HasLongFmt returns a boolean if a field has been set.
func (*QuoteResultRegularMarketVolume) HasRaw ¶
func (o *QuoteResultRegularMarketVolume) HasRaw() bool
HasRaw returns a boolean if a field has been set.
func (QuoteResultRegularMarketVolume) MarshalJSON ¶
func (o QuoteResultRegularMarketVolume) MarshalJSON() ([]byte, error)
func (*QuoteResultRegularMarketVolume) SetFmt ¶
func (o *QuoteResultRegularMarketVolume) SetFmt(v string)
SetFmt gets a reference to the given string and assigns it to the Fmt field.
func (*QuoteResultRegularMarketVolume) SetLongFmt ¶
func (o *QuoteResultRegularMarketVolume) SetLongFmt(v string)
SetLongFmt gets a reference to the given string and assigns it to the LongFmt field.
func (*QuoteResultRegularMarketVolume) SetRaw ¶
func (o *QuoteResultRegularMarketVolume) SetRaw(v int64)
SetRaw gets a reference to the given int64 and assigns it to the Raw field.
func (QuoteResultRegularMarketVolume) ToMap ¶
func (o QuoteResultRegularMarketVolume) ToMap() (map[string]interface{}, error)
type Range ¶
type Range string
Range the model 'Range'
const ( RANGE__1D Range = "1d" RANGE__5D Range = "5d" RANGE__1MO Range = "1mo" RANGE__3MO Range = "3mo" RANGE__6MO Range = "6mo" RANGE__1Y Range = "1y" RANGE__2Y Range = "2y" RANGE__5Y Range = "5y" RANGE__10Y Range = "10y" RANGE_YTD Range = "ytd" RANGE_MAX Range = "max" )
List of Range
func NewRangeFromValue ¶
NewRangeFromValue returns a pointer to a valid Range for the value passed as argument, or an error if the value passed is not allowed by the enum
func (*Range) UnmarshalJSON ¶
type ServerConfiguration ¶
type ServerConfiguration struct { URL string Description string Variables map[string]ServerVariable }
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerVariable ¶
ServerVariable stores the information about a server variable
type SparkAPIService ¶
type SparkAPIService service
SparkAPIService SparkAPI service
func (*SparkAPIService) Spark ¶
func (a *SparkAPIService) Spark(ctx context.Context) ApiSparkRequest
Spark Method for Spark
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSparkRequest
func (*SparkAPIService) SparkExecute ¶
func (a *SparkAPIService) SparkExecute(r ApiSparkRequest) (*QuoteResponse, *http.Response, error)
Execute executes the request
@return QuoteResponse
type SparkResponse ¶
type SparkResponse struct {
Spark *SparkResponseSpark `json:"spark,omitempty"`
}
SparkResponse struct for SparkResponse
func NewSparkResponse ¶
func NewSparkResponse() *SparkResponse
NewSparkResponse instantiates a new SparkResponse 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 NewSparkResponseWithDefaults ¶
func NewSparkResponseWithDefaults() *SparkResponse
NewSparkResponseWithDefaults instantiates a new SparkResponse 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 (*SparkResponse) GetSpark ¶
func (o *SparkResponse) GetSpark() SparkResponseSpark
GetSpark returns the Spark field value if set, zero value otherwise.
func (*SparkResponse) GetSparkOk ¶
func (o *SparkResponse) GetSparkOk() (*SparkResponseSpark, bool)
GetSparkOk returns a tuple with the Spark field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SparkResponse) HasSpark ¶
func (o *SparkResponse) HasSpark() bool
HasSpark returns a boolean if a field has been set.
func (SparkResponse) MarshalJSON ¶
func (o SparkResponse) MarshalJSON() ([]byte, error)
func (*SparkResponse) SetSpark ¶
func (o *SparkResponse) SetSpark(v SparkResponseSpark)
SetSpark gets a reference to the given SparkResponseSpark and assigns it to the Spark field.
func (SparkResponse) ToMap ¶
func (o SparkResponse) ToMap() (map[string]interface{}, error)
type SparkResponseSpark ¶
type SparkResponseSpark struct { Result []SparkResponseSparkResultInner `json:"result,omitempty"` Error *Error `json:"error,omitempty"` }
SparkResponseSpark struct for SparkResponseSpark
func NewSparkResponseSpark ¶
func NewSparkResponseSpark() *SparkResponseSpark
NewSparkResponseSpark instantiates a new SparkResponseSpark 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 NewSparkResponseSparkWithDefaults ¶
func NewSparkResponseSparkWithDefaults() *SparkResponseSpark
NewSparkResponseSparkWithDefaults instantiates a new SparkResponseSpark 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 (*SparkResponseSpark) GetError ¶
func (o *SparkResponseSpark) GetError() Error
GetError returns the Error field value if set, zero value otherwise.
func (*SparkResponseSpark) GetErrorOk ¶
func (o *SparkResponseSpark) GetErrorOk() (*Error, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SparkResponseSpark) GetResult ¶
func (o *SparkResponseSpark) GetResult() []SparkResponseSparkResultInner
GetResult returns the Result field value if set, zero value otherwise.
func (*SparkResponseSpark) GetResultOk ¶
func (o *SparkResponseSpark) GetResultOk() ([]SparkResponseSparkResultInner, bool)
GetResultOk returns a tuple with the Result field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SparkResponseSpark) HasError ¶
func (o *SparkResponseSpark) HasError() bool
HasError returns a boolean if a field has been set.
func (*SparkResponseSpark) HasResult ¶
func (o *SparkResponseSpark) HasResult() bool
HasResult returns a boolean if a field has been set.
func (SparkResponseSpark) MarshalJSON ¶
func (o SparkResponseSpark) MarshalJSON() ([]byte, error)
func (*SparkResponseSpark) SetError ¶
func (o *SparkResponseSpark) SetError(v Error)
SetError gets a reference to the given Error and assigns it to the Error field.
func (*SparkResponseSpark) SetResult ¶
func (o *SparkResponseSpark) SetResult(v []SparkResponseSparkResultInner)
SetResult gets a reference to the given []SparkResponseSparkResultInner and assigns it to the Result field.
func (SparkResponseSpark) ToMap ¶
func (o SparkResponseSpark) ToMap() (map[string]interface{}, error)
type SparkResponseSparkResultInner ¶
type SparkResponseSparkResultInner struct { Symbol *string `json:"symbol,omitempty"` Response []SparkResponseSparkResultInnerResponseInner `json:"response,omitempty"` }
SparkResponseSparkResultInner struct for SparkResponseSparkResultInner
func NewSparkResponseSparkResultInner ¶
func NewSparkResponseSparkResultInner() *SparkResponseSparkResultInner
NewSparkResponseSparkResultInner instantiates a new SparkResponseSparkResultInner 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 NewSparkResponseSparkResultInnerWithDefaults ¶
func NewSparkResponseSparkResultInnerWithDefaults() *SparkResponseSparkResultInner
NewSparkResponseSparkResultInnerWithDefaults instantiates a new SparkResponseSparkResultInner 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 (*SparkResponseSparkResultInner) GetResponse ¶
func (o *SparkResponseSparkResultInner) GetResponse() []SparkResponseSparkResultInnerResponseInner
GetResponse returns the Response field value if set, zero value otherwise.
func (*SparkResponseSparkResultInner) GetResponseOk ¶
func (o *SparkResponseSparkResultInner) GetResponseOk() ([]SparkResponseSparkResultInnerResponseInner, bool)
GetResponseOk returns a tuple with the Response field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SparkResponseSparkResultInner) GetSymbol ¶
func (o *SparkResponseSparkResultInner) GetSymbol() string
GetSymbol returns the Symbol field value if set, zero value otherwise.
func (*SparkResponseSparkResultInner) GetSymbolOk ¶
func (o *SparkResponseSparkResultInner) 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 (*SparkResponseSparkResultInner) HasResponse ¶
func (o *SparkResponseSparkResultInner) HasResponse() bool
HasResponse returns a boolean if a field has been set.
func (*SparkResponseSparkResultInner) HasSymbol ¶
func (o *SparkResponseSparkResultInner) HasSymbol() bool
HasSymbol returns a boolean if a field has been set.
func (SparkResponseSparkResultInner) MarshalJSON ¶
func (o SparkResponseSparkResultInner) MarshalJSON() ([]byte, error)
func (*SparkResponseSparkResultInner) SetResponse ¶
func (o *SparkResponseSparkResultInner) SetResponse(v []SparkResponseSparkResultInnerResponseInner)
SetResponse gets a reference to the given []SparkResponseSparkResultInnerResponseInner and assigns it to the Response field.
func (*SparkResponseSparkResultInner) SetSymbol ¶
func (o *SparkResponseSparkResultInner) SetSymbol(v string)
SetSymbol gets a reference to the given string and assigns it to the Symbol field.
func (SparkResponseSparkResultInner) ToMap ¶
func (o SparkResponseSparkResultInner) ToMap() (map[string]interface{}, error)
type SparkResponseSparkResultInnerResponseInner ¶
type SparkResponseSparkResultInnerResponseInner struct { Meta *SparkResponseSparkResultInnerResponseInnerMeta `json:"meta,omitempty"` Timestamp []int32 `json:"timestamp,omitempty"` Indicators *SparkResponseSparkResultInnerResponseInnerIndicators `json:"indicators,omitempty"` }
SparkResponseSparkResultInnerResponseInner struct for SparkResponseSparkResultInnerResponseInner
func NewSparkResponseSparkResultInnerResponseInner ¶
func NewSparkResponseSparkResultInnerResponseInner() *SparkResponseSparkResultInnerResponseInner
NewSparkResponseSparkResultInnerResponseInner instantiates a new SparkResponseSparkResultInnerResponseInner 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 NewSparkResponseSparkResultInnerResponseInnerWithDefaults ¶
func NewSparkResponseSparkResultInnerResponseInnerWithDefaults() *SparkResponseSparkResultInnerResponseInner
NewSparkResponseSparkResultInnerResponseInnerWithDefaults instantiates a new SparkResponseSparkResultInnerResponseInner 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 (*SparkResponseSparkResultInnerResponseInner) GetIndicators ¶
func (o *SparkResponseSparkResultInnerResponseInner) GetIndicators() SparkResponseSparkResultInnerResponseInnerIndicators
GetIndicators returns the Indicators field value if set, zero value otherwise.
func (*SparkResponseSparkResultInnerResponseInner) GetIndicatorsOk ¶
func (o *SparkResponseSparkResultInnerResponseInner) GetIndicatorsOk() (*SparkResponseSparkResultInnerResponseInnerIndicators, bool)
GetIndicatorsOk returns a tuple with the Indicators field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SparkResponseSparkResultInnerResponseInner) GetMeta ¶
func (o *SparkResponseSparkResultInnerResponseInner) GetMeta() SparkResponseSparkResultInnerResponseInnerMeta
GetMeta returns the Meta field value if set, zero value otherwise.
func (*SparkResponseSparkResultInnerResponseInner) GetMetaOk ¶
func (o *SparkResponseSparkResultInnerResponseInner) GetMetaOk() (*SparkResponseSparkResultInnerResponseInnerMeta, bool)
GetMetaOk returns a tuple with the Meta field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SparkResponseSparkResultInnerResponseInner) GetTimestamp ¶
func (o *SparkResponseSparkResultInnerResponseInner) GetTimestamp() []int32
GetTimestamp returns the Timestamp field value if set, zero value otherwise.
func (*SparkResponseSparkResultInnerResponseInner) GetTimestampOk ¶
func (o *SparkResponseSparkResultInnerResponseInner) GetTimestampOk() ([]int32, 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 (*SparkResponseSparkResultInnerResponseInner) HasIndicators ¶
func (o *SparkResponseSparkResultInnerResponseInner) HasIndicators() bool
HasIndicators returns a boolean if a field has been set.
func (*SparkResponseSparkResultInnerResponseInner) HasMeta ¶
func (o *SparkResponseSparkResultInnerResponseInner) HasMeta() bool
HasMeta returns a boolean if a field has been set.
func (*SparkResponseSparkResultInnerResponseInner) HasTimestamp ¶
func (o *SparkResponseSparkResultInnerResponseInner) HasTimestamp() bool
HasTimestamp returns a boolean if a field has been set.
func (SparkResponseSparkResultInnerResponseInner) MarshalJSON ¶
func (o SparkResponseSparkResultInnerResponseInner) MarshalJSON() ([]byte, error)
func (*SparkResponseSparkResultInnerResponseInner) SetIndicators ¶
func (o *SparkResponseSparkResultInnerResponseInner) SetIndicators(v SparkResponseSparkResultInnerResponseInnerIndicators)
SetIndicators gets a reference to the given SparkResponseSparkResultInnerResponseInnerIndicators and assigns it to the Indicators field.
func (*SparkResponseSparkResultInnerResponseInner) SetMeta ¶
func (o *SparkResponseSparkResultInnerResponseInner) SetMeta(v SparkResponseSparkResultInnerResponseInnerMeta)
SetMeta gets a reference to the given SparkResponseSparkResultInnerResponseInnerMeta and assigns it to the Meta field.
func (*SparkResponseSparkResultInnerResponseInner) SetTimestamp ¶
func (o *SparkResponseSparkResultInnerResponseInner) SetTimestamp(v []int32)
SetTimestamp gets a reference to the given []int32 and assigns it to the Timestamp field.
func (SparkResponseSparkResultInnerResponseInner) ToMap ¶
func (o SparkResponseSparkResultInnerResponseInner) ToMap() (map[string]interface{}, error)
type SparkResponseSparkResultInnerResponseInnerIndicators ¶
type SparkResponseSparkResultInnerResponseInnerIndicators struct {
Quote []SparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner `json:"quote,omitempty"`
}
SparkResponseSparkResultInnerResponseInnerIndicators struct for SparkResponseSparkResultInnerResponseInnerIndicators
func NewSparkResponseSparkResultInnerResponseInnerIndicators ¶
func NewSparkResponseSparkResultInnerResponseInnerIndicators() *SparkResponseSparkResultInnerResponseInnerIndicators
NewSparkResponseSparkResultInnerResponseInnerIndicators instantiates a new SparkResponseSparkResultInnerResponseInnerIndicators 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 NewSparkResponseSparkResultInnerResponseInnerIndicatorsWithDefaults ¶
func NewSparkResponseSparkResultInnerResponseInnerIndicatorsWithDefaults() *SparkResponseSparkResultInnerResponseInnerIndicators
NewSparkResponseSparkResultInnerResponseInnerIndicatorsWithDefaults instantiates a new SparkResponseSparkResultInnerResponseInnerIndicators 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 (*SparkResponseSparkResultInnerResponseInnerIndicators) GetQuote ¶
func (o *SparkResponseSparkResultInnerResponseInnerIndicators) GetQuote() []SparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner
GetQuote returns the Quote field value if set, zero value otherwise.
func (*SparkResponseSparkResultInnerResponseInnerIndicators) GetQuoteOk ¶
func (o *SparkResponseSparkResultInnerResponseInnerIndicators) GetQuoteOk() ([]SparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner, 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 (*SparkResponseSparkResultInnerResponseInnerIndicators) HasQuote ¶
func (o *SparkResponseSparkResultInnerResponseInnerIndicators) HasQuote() bool
HasQuote returns a boolean if a field has been set.
func (SparkResponseSparkResultInnerResponseInnerIndicators) MarshalJSON ¶
func (o SparkResponseSparkResultInnerResponseInnerIndicators) MarshalJSON() ([]byte, error)
func (*SparkResponseSparkResultInnerResponseInnerIndicators) SetQuote ¶
func (o *SparkResponseSparkResultInnerResponseInnerIndicators) SetQuote(v []SparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner)
SetQuote gets a reference to the given []SparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner and assigns it to the Quote field.
func (SparkResponseSparkResultInnerResponseInnerIndicators) ToMap ¶
func (o SparkResponseSparkResultInnerResponseInnerIndicators) ToMap() (map[string]interface{}, error)
type SparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner ¶
type SparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner struct {
Close []float32 `json:"close,omitempty"`
}
SparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner struct for SparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner
func NewSparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner ¶
func NewSparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner() *SparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner
NewSparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner instantiates a new SparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner 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 NewSparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInnerWithDefaults ¶
func NewSparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInnerWithDefaults() *SparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner
NewSparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInnerWithDefaults instantiates a new SparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner 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 (*SparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner) GetClose ¶
func (o *SparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner) GetClose() []float32
GetClose returns the Close field value if set, zero value otherwise.
func (*SparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner) GetCloseOk ¶
func (o *SparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner) GetCloseOk() ([]float32, bool)
GetCloseOk returns a tuple with the Close field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner) HasClose ¶
func (o *SparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner) HasClose() bool
HasClose returns a boolean if a field has been set.
func (SparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner) MarshalJSON ¶
func (o SparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner) MarshalJSON() ([]byte, error)
func (*SparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner) SetClose ¶
func (o *SparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner) SetClose(v []float32)
SetClose gets a reference to the given []float32 and assigns it to the Close field.
func (SparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner) ToMap ¶
func (o SparkResponseSparkResultInnerResponseInnerIndicatorsQuoteInner) ToMap() (map[string]interface{}, error)
type SparkResponseSparkResultInnerResponseInnerMeta ¶
type SparkResponseSparkResultInnerResponseInnerMeta struct { Currency *string `json:"currency,omitempty"` Symbol *string `json:"symbol,omitempty"` ExchangeName *string `json:"exchangeName,omitempty"` InstrumentType *string `json:"instrumentType,omitempty"` FirstTradeDate *int32 `json:"firstTradeDate,omitempty"` RegularMarketTime *int32 `json:"regularMarketTime,omitempty"` Gmtoffset *int32 `json:"gmtoffset,omitempty"` Timezone *string `json:"timezone,omitempty"` ExchangeTimezoneName *string `json:"exchangeTimezoneName,omitempty"` RegularMarketPrice *float32 `json:"regularMarketPrice,omitempty"` ChartPreviousClose *float32 `json:"chartPreviousClose,omitempty"` PreviousClose *float32 `json:"previousClose,omitempty"` Scale *int32 `json:"scale,omitempty"` PriceHint *int32 `json:"priceHint,omitempty"` CurrentTradingPeriod *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod `json:"currentTradingPeriod,omitempty"` TradingPeriods [][]SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre `json:"tradingPeriods,omitempty"` DataGranularity *string `json:"dataGranularity,omitempty"` Range *string `json:"range,omitempty"` ValidRanges []string `json:"validRanges,omitempty"` }
SparkResponseSparkResultInnerResponseInnerMeta struct for SparkResponseSparkResultInnerResponseInnerMeta
func NewSparkResponseSparkResultInnerResponseInnerMeta ¶
func NewSparkResponseSparkResultInnerResponseInnerMeta() *SparkResponseSparkResultInnerResponseInnerMeta
NewSparkResponseSparkResultInnerResponseInnerMeta instantiates a new SparkResponseSparkResultInnerResponseInnerMeta 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 NewSparkResponseSparkResultInnerResponseInnerMetaWithDefaults ¶
func NewSparkResponseSparkResultInnerResponseInnerMetaWithDefaults() *SparkResponseSparkResultInnerResponseInnerMeta
NewSparkResponseSparkResultInnerResponseInnerMetaWithDefaults instantiates a new SparkResponseSparkResultInnerResponseInnerMeta 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 (*SparkResponseSparkResultInnerResponseInnerMeta) GetChartPreviousClose ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetChartPreviousClose() float32
GetChartPreviousClose returns the ChartPreviousClose field value if set, zero value otherwise.
func (*SparkResponseSparkResultInnerResponseInnerMeta) GetChartPreviousCloseOk ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetChartPreviousCloseOk() (*float32, bool)
GetChartPreviousCloseOk returns a tuple with the ChartPreviousClose field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SparkResponseSparkResultInnerResponseInnerMeta) GetCurrency ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetCurrency() string
GetCurrency returns the Currency field value if set, zero value otherwise.
func (*SparkResponseSparkResultInnerResponseInnerMeta) GetCurrencyOk ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetCurrencyOk() (*string, bool)
GetCurrencyOk returns a tuple with the Currency field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SparkResponseSparkResultInnerResponseInnerMeta) GetCurrentTradingPeriod ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetCurrentTradingPeriod() SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod
GetCurrentTradingPeriod returns the CurrentTradingPeriod field value if set, zero value otherwise.
func (*SparkResponseSparkResultInnerResponseInnerMeta) GetCurrentTradingPeriodOk ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetCurrentTradingPeriodOk() (*SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod, bool)
GetCurrentTradingPeriodOk returns a tuple with the CurrentTradingPeriod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SparkResponseSparkResultInnerResponseInnerMeta) GetDataGranularity ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetDataGranularity() string
GetDataGranularity returns the DataGranularity field value if set, zero value otherwise.
func (*SparkResponseSparkResultInnerResponseInnerMeta) GetDataGranularityOk ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetDataGranularityOk() (*string, bool)
GetDataGranularityOk returns a tuple with the DataGranularity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SparkResponseSparkResultInnerResponseInnerMeta) GetExchangeName ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetExchangeName() string
GetExchangeName returns the ExchangeName field value if set, zero value otherwise.
func (*SparkResponseSparkResultInnerResponseInnerMeta) GetExchangeNameOk ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetExchangeNameOk() (*string, bool)
GetExchangeNameOk returns a tuple with the ExchangeName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SparkResponseSparkResultInnerResponseInnerMeta) GetExchangeTimezoneName ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetExchangeTimezoneName() string
GetExchangeTimezoneName returns the ExchangeTimezoneName field value if set, zero value otherwise.
func (*SparkResponseSparkResultInnerResponseInnerMeta) GetExchangeTimezoneNameOk ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetExchangeTimezoneNameOk() (*string, bool)
GetExchangeTimezoneNameOk returns a tuple with the ExchangeTimezoneName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SparkResponseSparkResultInnerResponseInnerMeta) GetFirstTradeDate ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetFirstTradeDate() int32
GetFirstTradeDate returns the FirstTradeDate field value if set, zero value otherwise.
func (*SparkResponseSparkResultInnerResponseInnerMeta) GetFirstTradeDateOk ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetFirstTradeDateOk() (*int32, bool)
GetFirstTradeDateOk returns a tuple with the FirstTradeDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SparkResponseSparkResultInnerResponseInnerMeta) GetGmtoffset ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetGmtoffset() int32
GetGmtoffset returns the Gmtoffset field value if set, zero value otherwise.
func (*SparkResponseSparkResultInnerResponseInnerMeta) GetGmtoffsetOk ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetGmtoffsetOk() (*int32, bool)
GetGmtoffsetOk returns a tuple with the Gmtoffset field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SparkResponseSparkResultInnerResponseInnerMeta) GetInstrumentType ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetInstrumentType() string
GetInstrumentType returns the InstrumentType field value if set, zero value otherwise.
func (*SparkResponseSparkResultInnerResponseInnerMeta) GetInstrumentTypeOk ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetInstrumentTypeOk() (*string, bool)
GetInstrumentTypeOk returns a tuple with the InstrumentType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SparkResponseSparkResultInnerResponseInnerMeta) GetPreviousClose ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetPreviousClose() float32
GetPreviousClose returns the PreviousClose field value if set, zero value otherwise.
func (*SparkResponseSparkResultInnerResponseInnerMeta) GetPreviousCloseOk ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetPreviousCloseOk() (*float32, 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 (*SparkResponseSparkResultInnerResponseInnerMeta) GetPriceHint ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetPriceHint() int32
GetPriceHint returns the PriceHint field value if set, zero value otherwise.
func (*SparkResponseSparkResultInnerResponseInnerMeta) GetPriceHintOk ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetPriceHintOk() (*int32, bool)
GetPriceHintOk returns a tuple with the PriceHint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SparkResponseSparkResultInnerResponseInnerMeta) GetRange ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetRange() string
GetRange returns the Range field value if set, zero value otherwise.
func (*SparkResponseSparkResultInnerResponseInnerMeta) GetRangeOk ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetRangeOk() (*string, bool)
GetRangeOk returns a tuple with the Range field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SparkResponseSparkResultInnerResponseInnerMeta) GetRegularMarketPrice ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetRegularMarketPrice() float32
GetRegularMarketPrice returns the RegularMarketPrice field value if set, zero value otherwise.
func (*SparkResponseSparkResultInnerResponseInnerMeta) GetRegularMarketPriceOk ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetRegularMarketPriceOk() (*float32, bool)
GetRegularMarketPriceOk returns a tuple with the RegularMarketPrice field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SparkResponseSparkResultInnerResponseInnerMeta) GetRegularMarketTime ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetRegularMarketTime() int32
GetRegularMarketTime returns the RegularMarketTime field value if set, zero value otherwise.
func (*SparkResponseSparkResultInnerResponseInnerMeta) GetRegularMarketTimeOk ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetRegularMarketTimeOk() (*int32, bool)
GetRegularMarketTimeOk returns a tuple with the RegularMarketTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SparkResponseSparkResultInnerResponseInnerMeta) GetScale ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetScale() int32
GetScale returns the Scale field value if set, zero value otherwise.
func (*SparkResponseSparkResultInnerResponseInnerMeta) GetScaleOk ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetScaleOk() (*int32, bool)
GetScaleOk returns a tuple with the Scale field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SparkResponseSparkResultInnerResponseInnerMeta) GetSymbol ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetSymbol() string
GetSymbol returns the Symbol field value if set, zero value otherwise.
func (*SparkResponseSparkResultInnerResponseInnerMeta) GetSymbolOk ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) 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 (*SparkResponseSparkResultInnerResponseInnerMeta) GetTimezone ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetTimezone() string
GetTimezone returns the Timezone field value if set, zero value otherwise.
func (*SparkResponseSparkResultInnerResponseInnerMeta) GetTimezoneOk ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) 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 (*SparkResponseSparkResultInnerResponseInnerMeta) GetTradingPeriods ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetTradingPeriods() [][]SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre
GetTradingPeriods returns the TradingPeriods field value if set, zero value otherwise.
func (*SparkResponseSparkResultInnerResponseInnerMeta) GetTradingPeriodsOk ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetTradingPeriodsOk() ([][]SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre, bool)
GetTradingPeriodsOk returns a tuple with the TradingPeriods field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SparkResponseSparkResultInnerResponseInnerMeta) GetValidRanges ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetValidRanges() []string
GetValidRanges returns the ValidRanges field value if set, zero value otherwise.
func (*SparkResponseSparkResultInnerResponseInnerMeta) GetValidRangesOk ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) GetValidRangesOk() ([]string, bool)
GetValidRangesOk returns a tuple with the ValidRanges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SparkResponseSparkResultInnerResponseInnerMeta) HasChartPreviousClose ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) HasChartPreviousClose() bool
HasChartPreviousClose returns a boolean if a field has been set.
func (*SparkResponseSparkResultInnerResponseInnerMeta) HasCurrency ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) HasCurrency() bool
HasCurrency returns a boolean if a field has been set.
func (*SparkResponseSparkResultInnerResponseInnerMeta) HasCurrentTradingPeriod ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) HasCurrentTradingPeriod() bool
HasCurrentTradingPeriod returns a boolean if a field has been set.
func (*SparkResponseSparkResultInnerResponseInnerMeta) HasDataGranularity ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) HasDataGranularity() bool
HasDataGranularity returns a boolean if a field has been set.
func (*SparkResponseSparkResultInnerResponseInnerMeta) HasExchangeName ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) HasExchangeName() bool
HasExchangeName returns a boolean if a field has been set.
func (*SparkResponseSparkResultInnerResponseInnerMeta) HasExchangeTimezoneName ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) HasExchangeTimezoneName() bool
HasExchangeTimezoneName returns a boolean if a field has been set.
func (*SparkResponseSparkResultInnerResponseInnerMeta) HasFirstTradeDate ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) HasFirstTradeDate() bool
HasFirstTradeDate returns a boolean if a field has been set.
func (*SparkResponseSparkResultInnerResponseInnerMeta) HasGmtoffset ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) HasGmtoffset() bool
HasGmtoffset returns a boolean if a field has been set.
func (*SparkResponseSparkResultInnerResponseInnerMeta) HasInstrumentType ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) HasInstrumentType() bool
HasInstrumentType returns a boolean if a field has been set.
func (*SparkResponseSparkResultInnerResponseInnerMeta) HasPreviousClose ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) HasPreviousClose() bool
HasPreviousClose returns a boolean if a field has been set.
func (*SparkResponseSparkResultInnerResponseInnerMeta) HasPriceHint ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) HasPriceHint() bool
HasPriceHint returns a boolean if a field has been set.
func (*SparkResponseSparkResultInnerResponseInnerMeta) HasRange ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) HasRange() bool
HasRange returns a boolean if a field has been set.
func (*SparkResponseSparkResultInnerResponseInnerMeta) HasRegularMarketPrice ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) HasRegularMarketPrice() bool
HasRegularMarketPrice returns a boolean if a field has been set.
func (*SparkResponseSparkResultInnerResponseInnerMeta) HasRegularMarketTime ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) HasRegularMarketTime() bool
HasRegularMarketTime returns a boolean if a field has been set.
func (*SparkResponseSparkResultInnerResponseInnerMeta) HasScale ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) HasScale() bool
HasScale returns a boolean if a field has been set.
func (*SparkResponseSparkResultInnerResponseInnerMeta) HasSymbol ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) HasSymbol() bool
HasSymbol returns a boolean if a field has been set.
func (*SparkResponseSparkResultInnerResponseInnerMeta) HasTimezone ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) HasTimezone() bool
HasTimezone returns a boolean if a field has been set.
func (*SparkResponseSparkResultInnerResponseInnerMeta) HasTradingPeriods ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) HasTradingPeriods() bool
HasTradingPeriods returns a boolean if a field has been set.
func (*SparkResponseSparkResultInnerResponseInnerMeta) HasValidRanges ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) HasValidRanges() bool
HasValidRanges returns a boolean if a field has been set.
func (SparkResponseSparkResultInnerResponseInnerMeta) MarshalJSON ¶
func (o SparkResponseSparkResultInnerResponseInnerMeta) MarshalJSON() ([]byte, error)
func (*SparkResponseSparkResultInnerResponseInnerMeta) SetChartPreviousClose ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) SetChartPreviousClose(v float32)
SetChartPreviousClose gets a reference to the given float32 and assigns it to the ChartPreviousClose field.
func (*SparkResponseSparkResultInnerResponseInnerMeta) SetCurrency ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) SetCurrency(v string)
SetCurrency gets a reference to the given string and assigns it to the Currency field.
func (*SparkResponseSparkResultInnerResponseInnerMeta) SetCurrentTradingPeriod ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) SetCurrentTradingPeriod(v SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod)
SetCurrentTradingPeriod gets a reference to the given SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod and assigns it to the CurrentTradingPeriod field.
func (*SparkResponseSparkResultInnerResponseInnerMeta) SetDataGranularity ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) SetDataGranularity(v string)
SetDataGranularity gets a reference to the given string and assigns it to the DataGranularity field.
func (*SparkResponseSparkResultInnerResponseInnerMeta) SetExchangeName ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) SetExchangeName(v string)
SetExchangeName gets a reference to the given string and assigns it to the ExchangeName field.
func (*SparkResponseSparkResultInnerResponseInnerMeta) SetExchangeTimezoneName ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) SetExchangeTimezoneName(v string)
SetExchangeTimezoneName gets a reference to the given string and assigns it to the ExchangeTimezoneName field.
func (*SparkResponseSparkResultInnerResponseInnerMeta) SetFirstTradeDate ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) SetFirstTradeDate(v int32)
SetFirstTradeDate gets a reference to the given int32 and assigns it to the FirstTradeDate field.
func (*SparkResponseSparkResultInnerResponseInnerMeta) SetGmtoffset ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) SetGmtoffset(v int32)
SetGmtoffset gets a reference to the given int32 and assigns it to the Gmtoffset field.
func (*SparkResponseSparkResultInnerResponseInnerMeta) SetInstrumentType ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) SetInstrumentType(v string)
SetInstrumentType gets a reference to the given string and assigns it to the InstrumentType field.
func (*SparkResponseSparkResultInnerResponseInnerMeta) SetPreviousClose ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) SetPreviousClose(v float32)
SetPreviousClose gets a reference to the given float32 and assigns it to the PreviousClose field.
func (*SparkResponseSparkResultInnerResponseInnerMeta) SetPriceHint ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) SetPriceHint(v int32)
SetPriceHint gets a reference to the given int32 and assigns it to the PriceHint field.
func (*SparkResponseSparkResultInnerResponseInnerMeta) SetRange ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) SetRange(v string)
SetRange gets a reference to the given string and assigns it to the Range field.
func (*SparkResponseSparkResultInnerResponseInnerMeta) SetRegularMarketPrice ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) SetRegularMarketPrice(v float32)
SetRegularMarketPrice gets a reference to the given float32 and assigns it to the RegularMarketPrice field.
func (*SparkResponseSparkResultInnerResponseInnerMeta) SetRegularMarketTime ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) SetRegularMarketTime(v int32)
SetRegularMarketTime gets a reference to the given int32 and assigns it to the RegularMarketTime field.
func (*SparkResponseSparkResultInnerResponseInnerMeta) SetScale ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) SetScale(v int32)
SetScale gets a reference to the given int32 and assigns it to the Scale field.
func (*SparkResponseSparkResultInnerResponseInnerMeta) SetSymbol ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) SetSymbol(v string)
SetSymbol gets a reference to the given string and assigns it to the Symbol field.
func (*SparkResponseSparkResultInnerResponseInnerMeta) SetTimezone ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) SetTimezone(v string)
SetTimezone gets a reference to the given string and assigns it to the Timezone field.
func (*SparkResponseSparkResultInnerResponseInnerMeta) SetTradingPeriods ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) SetTradingPeriods(v [][]SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre)
SetTradingPeriods gets a reference to the given [][]SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre and assigns it to the TradingPeriods field.
func (*SparkResponseSparkResultInnerResponseInnerMeta) SetValidRanges ¶
func (o *SparkResponseSparkResultInnerResponseInnerMeta) SetValidRanges(v []string)
SetValidRanges gets a reference to the given []string and assigns it to the ValidRanges field.
func (SparkResponseSparkResultInnerResponseInnerMeta) ToMap ¶
func (o SparkResponseSparkResultInnerResponseInnerMeta) ToMap() (map[string]interface{}, error)
type SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod ¶
type SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod struct { Pre *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre `json:"pre,omitempty"` Regular *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre `json:"regular,omitempty"` Post *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre `json:"post,omitempty"` }
SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod struct for SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod
func NewSparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod ¶
func NewSparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod() *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod
NewSparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod instantiates a new SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod 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 NewSparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodWithDefaults ¶
func NewSparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodWithDefaults() *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod
NewSparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodWithDefaults instantiates a new SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod 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 (*SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) GetPost ¶
func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) GetPost() SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre
GetPost returns the Post field value if set, zero value otherwise.
func (*SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) GetPostOk ¶
func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) GetPostOk() (*SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre, bool)
GetPostOk returns a tuple with the Post field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) GetPre ¶
func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) GetPre() SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre
GetPre returns the Pre field value if set, zero value otherwise.
func (*SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) GetPreOk ¶
func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) GetPreOk() (*SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre, bool)
GetPreOk returns a tuple with the Pre field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) GetRegular ¶
func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) GetRegular() SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre
GetRegular returns the Regular field value if set, zero value otherwise.
func (*SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) GetRegularOk ¶
func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) GetRegularOk() (*SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre, bool)
GetRegularOk returns a tuple with the Regular field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) HasPost ¶
func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) HasPost() bool
HasPost returns a boolean if a field has been set.
func (*SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) HasPre ¶
func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) HasPre() bool
HasPre returns a boolean if a field has been set.
func (*SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) HasRegular ¶
func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) HasRegular() bool
HasRegular returns a boolean if a field has been set.
func (SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) MarshalJSON ¶
func (o SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) MarshalJSON() ([]byte, error)
func (*SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) SetPost ¶
func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) SetPost(v SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre)
SetPost gets a reference to the given SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre and assigns it to the Post field.
func (*SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) SetPre ¶
func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) SetPre(v SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre)
SetPre gets a reference to the given SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre and assigns it to the Pre field.
func (*SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) SetRegular ¶
func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) SetRegular(v SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre)
SetRegular gets a reference to the given SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre and assigns it to the Regular field.
func (SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) ToMap ¶
func (o SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriod) ToMap() (map[string]interface{}, error)
type SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre ¶
type SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre struct { Timezone *string `json:"timezone,omitempty"` End *int32 `json:"end,omitempty"` Start *int32 `json:"start,omitempty"` Gmtoffset *int32 `json:"gmtoffset,omitempty"` }
SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre struct for SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre
func NewSparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre ¶
func NewSparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre() *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre
NewSparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre instantiates a new SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre 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 NewSparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPreWithDefaults ¶
func NewSparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPreWithDefaults() *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre
NewSparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPreWithDefaults instantiates a new SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre 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 (*SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) GetEnd ¶
func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) GetEnd() int32
GetEnd returns the End field value if set, zero value otherwise.
func (*SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) GetEndOk ¶
func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) GetEndOk() (*int32, bool)
GetEndOk returns a tuple with the End field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) GetGmtoffset ¶
func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) GetGmtoffset() int32
GetGmtoffset returns the Gmtoffset field value if set, zero value otherwise.
func (*SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) GetGmtoffsetOk ¶
func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) GetGmtoffsetOk() (*int32, bool)
GetGmtoffsetOk returns a tuple with the Gmtoffset field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) GetStart ¶
func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) GetStart() int32
GetStart returns the Start field value if set, zero value otherwise.
func (*SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) GetStartOk ¶
func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) GetStartOk() (*int32, bool)
GetStartOk returns a tuple with the Start field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) GetTimezone ¶
func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) GetTimezone() string
GetTimezone returns the Timezone field value if set, zero value otherwise.
func (*SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) GetTimezoneOk ¶
func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) 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 (*SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) HasEnd ¶
func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) HasEnd() bool
HasEnd returns a boolean if a field has been set.
func (*SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) HasGmtoffset ¶
func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) HasGmtoffset() bool
HasGmtoffset returns a boolean if a field has been set.
func (*SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) HasStart ¶
func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) HasStart() bool
HasStart returns a boolean if a field has been set.
func (*SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) HasTimezone ¶
func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) HasTimezone() bool
HasTimezone returns a boolean if a field has been set.
func (SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) MarshalJSON ¶
func (o SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) MarshalJSON() ([]byte, error)
func (*SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) SetEnd ¶
func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) SetEnd(v int32)
SetEnd gets a reference to the given int32 and assigns it to the End field.
func (*SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) SetGmtoffset ¶
func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) SetGmtoffset(v int32)
SetGmtoffset gets a reference to the given int32 and assigns it to the Gmtoffset field.
func (*SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) SetStart ¶
func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) SetStart(v int32)
SetStart gets a reference to the given int32 and assigns it to the Start field.
func (*SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) SetTimezone ¶
func (o *SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) SetTimezone(v string)
SetTimezone gets a reference to the given string and assigns it to the Timezone field.
func (SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) ToMap ¶
func (o SparkResponseSparkResultInnerResponseInnerMetaCurrentTradingPeriodPre) ToMap() (map[string]interface{}, error)
Source Files ¶
- api_chart.go
- api_crumb.go
- api_download.go
- api_quote.go
- api_spark.go
- client.go
- configuration.go
- model_chart_response.go
- model_chart_response_chart.go
- model_chart_response_chart_result_inner.go
- model_chart_response_chart_result_inner_indicators.go
- model_chart_response_chart_result_inner_indicators_quote_inner.go
- model_chart_response_chart_result_inner_meta.go
- model_chart_response_chart_result_inner_meta_current_trading_period.go
- model_chart_response_chart_result_inner_meta_current_trading_period_post.go
- model_chart_response_chart_result_inner_meta_current_trading_period_pre.go
- model_chart_response_chart_result_inner_meta_current_trading_period_regular.go
- model_error.go
- model_interval.go
- model_quote_response.go
- model_quote_response_quote_response.go
- model_quote_result.go
- model_quote_result_fifty_two_week_high_change.go
- model_quote_result_fifty_two_week_high_change_percent.go
- model_quote_result_fifty_two_week_low.go
- model_quote_result_fifty_two_week_low_change.go
- model_quote_result_fifty_two_week_low_change_percent.go
- model_quote_result_fifty_two_week_range.go
- model_quote_result_regular_market_change.go
- model_quote_result_regular_market_change_percent.go
- model_quote_result_regular_market_day_high.go
- model_quote_result_regular_market_day_low.go
- model_quote_result_regular_market_day_range.go
- model_quote_result_regular_market_open.go
- model_quote_result_regular_market_previous_close.go
- model_quote_result_regular_market_price.go
- model_quote_result_regular_market_time.go
- model_quote_result_regular_market_volume.go
- model_range.go
- model_spark_response.go
- model_spark_response_spark.go
- model_spark_response_spark_result_inner.go
- model_spark_response_spark_result_inner_response_inner.go
- model_spark_response_spark_result_inner_response_inner_indicators.go
- model_spark_response_spark_result_inner_response_inner_indicators_quote_inner.go
- model_spark_response_spark_result_inner_response_inner_meta.go
- model_spark_response_spark_result_inner_response_inner_meta_current_trading_period.go
- model_spark_response_spark_result_inner_response_inner_meta_current_trading_period_pre.go
- response.go
- utils.go