Versions in this module Expand all Collapse all v3 v3.2.0 Jan 6, 2020 Changes in this version + type Client struct + func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client + func (a *Client) GetPublicGetBookSummaryByCurrency(params *GetPublicGetBookSummaryByCurrencyParams) (*GetPublicGetBookSummaryByCurrencyOK, error) + func (a *Client) GetPublicGetBookSummaryByInstrument(params *GetPublicGetBookSummaryByInstrumentParams) (*GetPublicGetBookSummaryByInstrumentOK, error) + func (a *Client) GetPublicGetIndex(params *GetPublicGetIndexParams) (*GetPublicGetIndexOK, error) + func (a *Client) GetPublicGetLastSettlementsByCurrency(params *GetPublicGetLastSettlementsByCurrencyParams) (*GetPublicGetLastSettlementsByCurrencyOK, error) + func (a *Client) GetPublicGetLastSettlementsByInstrument(params *GetPublicGetLastSettlementsByInstrumentParams) (*GetPublicGetLastSettlementsByInstrumentOK, error) + func (a *Client) GetPublicGetLastTradesByCurrency(params *GetPublicGetLastTradesByCurrencyParams) (*GetPublicGetLastTradesByCurrencyOK, error) + func (a *Client) GetPublicGetLastTradesByCurrencyAndTime(params *GetPublicGetLastTradesByCurrencyAndTimeParams) (*GetPublicGetLastTradesByCurrencyAndTimeOK, error) + func (a *Client) GetPublicGetLastTradesByInstrument(params *GetPublicGetLastTradesByInstrumentParams) (*GetPublicGetLastTradesByInstrumentOK, error) + func (a *Client) GetPublicGetLastTradesByInstrumentAndTime(params *GetPublicGetLastTradesByInstrumentAndTimeParams) (*GetPublicGetLastTradesByInstrumentAndTimeOK, error) + func (a *Client) GetPublicGetOrderBook(params *GetPublicGetOrderBookParams) (*GetPublicGetOrderBookOK, error) + func (a *Client) GetPublicGetTradeVolumes(params *GetPublicGetTradeVolumesParams) (*GetPublicGetTradeVolumesOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type GetPublicGetBookSummaryByCurrencyOK struct + Payload *models.PublicGetBookSummaryResponse + func NewGetPublicGetBookSummaryByCurrencyOK() *GetPublicGetBookSummaryByCurrencyOK + func (o *GetPublicGetBookSummaryByCurrencyOK) Error() string + func (o *GetPublicGetBookSummaryByCurrencyOK) GetPayload() *models.PublicGetBookSummaryResponse + type GetPublicGetBookSummaryByCurrencyParams struct + Context context.Context + Currency string + HTTPClient *http.Client + Kind *string + func NewGetPublicGetBookSummaryByCurrencyParams() *GetPublicGetBookSummaryByCurrencyParams + func NewGetPublicGetBookSummaryByCurrencyParamsWithContext(ctx context.Context) *GetPublicGetBookSummaryByCurrencyParams + func NewGetPublicGetBookSummaryByCurrencyParamsWithHTTPClient(client *http.Client) *GetPublicGetBookSummaryByCurrencyParams + func NewGetPublicGetBookSummaryByCurrencyParamsWithTimeout(timeout time.Duration) *GetPublicGetBookSummaryByCurrencyParams + func (o *GetPublicGetBookSummaryByCurrencyParams) SetContext(ctx context.Context) + func (o *GetPublicGetBookSummaryByCurrencyParams) SetCurrency(currency string) + func (o *GetPublicGetBookSummaryByCurrencyParams) SetHTTPClient(client *http.Client) + func (o *GetPublicGetBookSummaryByCurrencyParams) SetKind(kind *string) + func (o *GetPublicGetBookSummaryByCurrencyParams) SetTimeout(timeout time.Duration) + func (o *GetPublicGetBookSummaryByCurrencyParams) WithContext(ctx context.Context) *GetPublicGetBookSummaryByCurrencyParams + func (o *GetPublicGetBookSummaryByCurrencyParams) WithCurrency(currency string) *GetPublicGetBookSummaryByCurrencyParams + func (o *GetPublicGetBookSummaryByCurrencyParams) WithHTTPClient(client *http.Client) *GetPublicGetBookSummaryByCurrencyParams + func (o *GetPublicGetBookSummaryByCurrencyParams) WithKind(kind *string) *GetPublicGetBookSummaryByCurrencyParams + func (o *GetPublicGetBookSummaryByCurrencyParams) WithTimeout(timeout time.Duration) *GetPublicGetBookSummaryByCurrencyParams + func (o *GetPublicGetBookSummaryByCurrencyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetPublicGetBookSummaryByCurrencyReader struct + func (o *GetPublicGetBookSummaryByCurrencyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetPublicGetBookSummaryByInstrumentOK struct + Payload *models.PublicGetBookSummaryResponse + func NewGetPublicGetBookSummaryByInstrumentOK() *GetPublicGetBookSummaryByInstrumentOK + func (o *GetPublicGetBookSummaryByInstrumentOK) Error() string + func (o *GetPublicGetBookSummaryByInstrumentOK) GetPayload() *models.PublicGetBookSummaryResponse + type GetPublicGetBookSummaryByInstrumentParams struct + Context context.Context + HTTPClient *http.Client + InstrumentName string + func NewGetPublicGetBookSummaryByInstrumentParams() *GetPublicGetBookSummaryByInstrumentParams + func NewGetPublicGetBookSummaryByInstrumentParamsWithContext(ctx context.Context) *GetPublicGetBookSummaryByInstrumentParams + func NewGetPublicGetBookSummaryByInstrumentParamsWithHTTPClient(client *http.Client) *GetPublicGetBookSummaryByInstrumentParams + func NewGetPublicGetBookSummaryByInstrumentParamsWithTimeout(timeout time.Duration) *GetPublicGetBookSummaryByInstrumentParams + func (o *GetPublicGetBookSummaryByInstrumentParams) SetContext(ctx context.Context) + func (o *GetPublicGetBookSummaryByInstrumentParams) SetHTTPClient(client *http.Client) + func (o *GetPublicGetBookSummaryByInstrumentParams) SetInstrumentName(instrumentName string) + func (o *GetPublicGetBookSummaryByInstrumentParams) SetTimeout(timeout time.Duration) + func (o *GetPublicGetBookSummaryByInstrumentParams) WithContext(ctx context.Context) *GetPublicGetBookSummaryByInstrumentParams + func (o *GetPublicGetBookSummaryByInstrumentParams) WithHTTPClient(client *http.Client) *GetPublicGetBookSummaryByInstrumentParams + func (o *GetPublicGetBookSummaryByInstrumentParams) WithInstrumentName(instrumentName string) *GetPublicGetBookSummaryByInstrumentParams + func (o *GetPublicGetBookSummaryByInstrumentParams) WithTimeout(timeout time.Duration) *GetPublicGetBookSummaryByInstrumentParams + func (o *GetPublicGetBookSummaryByInstrumentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetPublicGetBookSummaryByInstrumentReader struct + func (o *GetPublicGetBookSummaryByInstrumentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetPublicGetIndexOK struct + Payload *models.PublicIndexResponse + func NewGetPublicGetIndexOK() *GetPublicGetIndexOK + func (o *GetPublicGetIndexOK) Error() string + func (o *GetPublicGetIndexOK) GetPayload() *models.PublicIndexResponse + type GetPublicGetIndexParams struct + Context context.Context + Currency string + HTTPClient *http.Client + func NewGetPublicGetIndexParams() *GetPublicGetIndexParams + func NewGetPublicGetIndexParamsWithContext(ctx context.Context) *GetPublicGetIndexParams + func NewGetPublicGetIndexParamsWithHTTPClient(client *http.Client) *GetPublicGetIndexParams + func NewGetPublicGetIndexParamsWithTimeout(timeout time.Duration) *GetPublicGetIndexParams + func (o *GetPublicGetIndexParams) SetContext(ctx context.Context) + func (o *GetPublicGetIndexParams) SetCurrency(currency string) + func (o *GetPublicGetIndexParams) SetHTTPClient(client *http.Client) + func (o *GetPublicGetIndexParams) SetTimeout(timeout time.Duration) + func (o *GetPublicGetIndexParams) WithContext(ctx context.Context) *GetPublicGetIndexParams + func (o *GetPublicGetIndexParams) WithCurrency(currency string) *GetPublicGetIndexParams + func (o *GetPublicGetIndexParams) WithHTTPClient(client *http.Client) *GetPublicGetIndexParams + func (o *GetPublicGetIndexParams) WithTimeout(timeout time.Duration) *GetPublicGetIndexParams + func (o *GetPublicGetIndexParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetPublicGetIndexReader struct + func (o *GetPublicGetIndexReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetPublicGetLastSettlementsByCurrencyOK struct + Payload *models.PublicSettlementResponse + func NewGetPublicGetLastSettlementsByCurrencyOK() *GetPublicGetLastSettlementsByCurrencyOK + func (o *GetPublicGetLastSettlementsByCurrencyOK) Error() string + func (o *GetPublicGetLastSettlementsByCurrencyOK) GetPayload() *models.PublicSettlementResponse + type GetPublicGetLastSettlementsByCurrencyParams struct + Context context.Context + Continuation *string + Count *int64 + Currency string + HTTPClient *http.Client + SearchStartTimestamp *int64 + Type *string + func NewGetPublicGetLastSettlementsByCurrencyParams() *GetPublicGetLastSettlementsByCurrencyParams + func NewGetPublicGetLastSettlementsByCurrencyParamsWithContext(ctx context.Context) *GetPublicGetLastSettlementsByCurrencyParams + func NewGetPublicGetLastSettlementsByCurrencyParamsWithHTTPClient(client *http.Client) *GetPublicGetLastSettlementsByCurrencyParams + func NewGetPublicGetLastSettlementsByCurrencyParamsWithTimeout(timeout time.Duration) *GetPublicGetLastSettlementsByCurrencyParams + func (o *GetPublicGetLastSettlementsByCurrencyParams) SetContext(ctx context.Context) + func (o *GetPublicGetLastSettlementsByCurrencyParams) SetContinuation(continuation *string) + func (o *GetPublicGetLastSettlementsByCurrencyParams) SetCount(count *int64) + func (o *GetPublicGetLastSettlementsByCurrencyParams) SetCurrency(currency string) + func (o *GetPublicGetLastSettlementsByCurrencyParams) SetHTTPClient(client *http.Client) + func (o *GetPublicGetLastSettlementsByCurrencyParams) SetSearchStartTimestamp(searchStartTimestamp *int64) + func (o *GetPublicGetLastSettlementsByCurrencyParams) SetTimeout(timeout time.Duration) + func (o *GetPublicGetLastSettlementsByCurrencyParams) SetType(typeVar *string) + func (o *GetPublicGetLastSettlementsByCurrencyParams) WithContext(ctx context.Context) *GetPublicGetLastSettlementsByCurrencyParams + func (o *GetPublicGetLastSettlementsByCurrencyParams) WithContinuation(continuation *string) *GetPublicGetLastSettlementsByCurrencyParams + func (o *GetPublicGetLastSettlementsByCurrencyParams) WithCount(count *int64) *GetPublicGetLastSettlementsByCurrencyParams + func (o *GetPublicGetLastSettlementsByCurrencyParams) WithCurrency(currency string) *GetPublicGetLastSettlementsByCurrencyParams + func (o *GetPublicGetLastSettlementsByCurrencyParams) WithHTTPClient(client *http.Client) *GetPublicGetLastSettlementsByCurrencyParams + func (o *GetPublicGetLastSettlementsByCurrencyParams) WithSearchStartTimestamp(searchStartTimestamp *int64) *GetPublicGetLastSettlementsByCurrencyParams + func (o *GetPublicGetLastSettlementsByCurrencyParams) WithTimeout(timeout time.Duration) *GetPublicGetLastSettlementsByCurrencyParams + func (o *GetPublicGetLastSettlementsByCurrencyParams) WithType(typeVar *string) *GetPublicGetLastSettlementsByCurrencyParams + func (o *GetPublicGetLastSettlementsByCurrencyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetPublicGetLastSettlementsByCurrencyReader struct + func (o *GetPublicGetLastSettlementsByCurrencyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetPublicGetLastSettlementsByInstrumentOK struct + Payload *models.PublicSettlementResponse + func NewGetPublicGetLastSettlementsByInstrumentOK() *GetPublicGetLastSettlementsByInstrumentOK + func (o *GetPublicGetLastSettlementsByInstrumentOK) Error() string + func (o *GetPublicGetLastSettlementsByInstrumentOK) GetPayload() *models.PublicSettlementResponse + type GetPublicGetLastSettlementsByInstrumentParams struct + Context context.Context + Continuation *string + Count *int64 + HTTPClient *http.Client + InstrumentName string + SearchStartTimestamp *int64 + Type *string + func NewGetPublicGetLastSettlementsByInstrumentParams() *GetPublicGetLastSettlementsByInstrumentParams + func NewGetPublicGetLastSettlementsByInstrumentParamsWithContext(ctx context.Context) *GetPublicGetLastSettlementsByInstrumentParams + func NewGetPublicGetLastSettlementsByInstrumentParamsWithHTTPClient(client *http.Client) *GetPublicGetLastSettlementsByInstrumentParams + func NewGetPublicGetLastSettlementsByInstrumentParamsWithTimeout(timeout time.Duration) *GetPublicGetLastSettlementsByInstrumentParams + func (o *GetPublicGetLastSettlementsByInstrumentParams) SetContext(ctx context.Context) + func (o *GetPublicGetLastSettlementsByInstrumentParams) SetContinuation(continuation *string) + func (o *GetPublicGetLastSettlementsByInstrumentParams) SetCount(count *int64) + func (o *GetPublicGetLastSettlementsByInstrumentParams) SetHTTPClient(client *http.Client) + func (o *GetPublicGetLastSettlementsByInstrumentParams) SetInstrumentName(instrumentName string) + func (o *GetPublicGetLastSettlementsByInstrumentParams) SetSearchStartTimestamp(searchStartTimestamp *int64) + func (o *GetPublicGetLastSettlementsByInstrumentParams) SetTimeout(timeout time.Duration) + func (o *GetPublicGetLastSettlementsByInstrumentParams) SetType(typeVar *string) + func (o *GetPublicGetLastSettlementsByInstrumentParams) WithContext(ctx context.Context) *GetPublicGetLastSettlementsByInstrumentParams + func (o *GetPublicGetLastSettlementsByInstrumentParams) WithContinuation(continuation *string) *GetPublicGetLastSettlementsByInstrumentParams + func (o *GetPublicGetLastSettlementsByInstrumentParams) WithCount(count *int64) *GetPublicGetLastSettlementsByInstrumentParams + func (o *GetPublicGetLastSettlementsByInstrumentParams) WithHTTPClient(client *http.Client) *GetPublicGetLastSettlementsByInstrumentParams + func (o *GetPublicGetLastSettlementsByInstrumentParams) WithInstrumentName(instrumentName string) *GetPublicGetLastSettlementsByInstrumentParams + func (o *GetPublicGetLastSettlementsByInstrumentParams) WithSearchStartTimestamp(searchStartTimestamp *int64) *GetPublicGetLastSettlementsByInstrumentParams + func (o *GetPublicGetLastSettlementsByInstrumentParams) WithTimeout(timeout time.Duration) *GetPublicGetLastSettlementsByInstrumentParams + func (o *GetPublicGetLastSettlementsByInstrumentParams) WithType(typeVar *string) *GetPublicGetLastSettlementsByInstrumentParams + func (o *GetPublicGetLastSettlementsByInstrumentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetPublicGetLastSettlementsByInstrumentReader struct + func (o *GetPublicGetLastSettlementsByInstrumentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetPublicGetLastTradesByCurrencyAndTimeOK struct + Payload *models.PublicTradesHistoryResponse + func NewGetPublicGetLastTradesByCurrencyAndTimeOK() *GetPublicGetLastTradesByCurrencyAndTimeOK + func (o *GetPublicGetLastTradesByCurrencyAndTimeOK) Error() string + func (o *GetPublicGetLastTradesByCurrencyAndTimeOK) GetPayload() *models.PublicTradesHistoryResponse + type GetPublicGetLastTradesByCurrencyAndTimeParams struct + Context context.Context + Count *int64 + Currency string + EndTimestamp int64 + HTTPClient *http.Client + IncludeOld *bool + Kind *string + Sorting *string + StartTimestamp int64 + func NewGetPublicGetLastTradesByCurrencyAndTimeParams() *GetPublicGetLastTradesByCurrencyAndTimeParams + func NewGetPublicGetLastTradesByCurrencyAndTimeParamsWithContext(ctx context.Context) *GetPublicGetLastTradesByCurrencyAndTimeParams + func NewGetPublicGetLastTradesByCurrencyAndTimeParamsWithHTTPClient(client *http.Client) *GetPublicGetLastTradesByCurrencyAndTimeParams + func NewGetPublicGetLastTradesByCurrencyAndTimeParamsWithTimeout(timeout time.Duration) *GetPublicGetLastTradesByCurrencyAndTimeParams + func (o *GetPublicGetLastTradesByCurrencyAndTimeParams) SetContext(ctx context.Context) + func (o *GetPublicGetLastTradesByCurrencyAndTimeParams) SetCount(count *int64) + func (o *GetPublicGetLastTradesByCurrencyAndTimeParams) SetCurrency(currency string) + func (o *GetPublicGetLastTradesByCurrencyAndTimeParams) SetEndTimestamp(endTimestamp int64) + func (o *GetPublicGetLastTradesByCurrencyAndTimeParams) SetHTTPClient(client *http.Client) + func (o *GetPublicGetLastTradesByCurrencyAndTimeParams) SetIncludeOld(includeOld *bool) + func (o *GetPublicGetLastTradesByCurrencyAndTimeParams) SetKind(kind *string) + func (o *GetPublicGetLastTradesByCurrencyAndTimeParams) SetSorting(sorting *string) + func (o *GetPublicGetLastTradesByCurrencyAndTimeParams) SetStartTimestamp(startTimestamp int64) + func (o *GetPublicGetLastTradesByCurrencyAndTimeParams) SetTimeout(timeout time.Duration) + func (o *GetPublicGetLastTradesByCurrencyAndTimeParams) WithContext(ctx context.Context) *GetPublicGetLastTradesByCurrencyAndTimeParams + func (o *GetPublicGetLastTradesByCurrencyAndTimeParams) WithCount(count *int64) *GetPublicGetLastTradesByCurrencyAndTimeParams + func (o *GetPublicGetLastTradesByCurrencyAndTimeParams) WithCurrency(currency string) *GetPublicGetLastTradesByCurrencyAndTimeParams + func (o *GetPublicGetLastTradesByCurrencyAndTimeParams) WithEndTimestamp(endTimestamp int64) *GetPublicGetLastTradesByCurrencyAndTimeParams + func (o *GetPublicGetLastTradesByCurrencyAndTimeParams) WithHTTPClient(client *http.Client) *GetPublicGetLastTradesByCurrencyAndTimeParams + func (o *GetPublicGetLastTradesByCurrencyAndTimeParams) WithIncludeOld(includeOld *bool) *GetPublicGetLastTradesByCurrencyAndTimeParams + func (o *GetPublicGetLastTradesByCurrencyAndTimeParams) WithKind(kind *string) *GetPublicGetLastTradesByCurrencyAndTimeParams + func (o *GetPublicGetLastTradesByCurrencyAndTimeParams) WithSorting(sorting *string) *GetPublicGetLastTradesByCurrencyAndTimeParams + func (o *GetPublicGetLastTradesByCurrencyAndTimeParams) WithStartTimestamp(startTimestamp int64) *GetPublicGetLastTradesByCurrencyAndTimeParams + func (o *GetPublicGetLastTradesByCurrencyAndTimeParams) WithTimeout(timeout time.Duration) *GetPublicGetLastTradesByCurrencyAndTimeParams + func (o *GetPublicGetLastTradesByCurrencyAndTimeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetPublicGetLastTradesByCurrencyAndTimeReader struct + func (o *GetPublicGetLastTradesByCurrencyAndTimeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetPublicGetLastTradesByCurrencyOK struct + Payload *models.PublicTradesHistoryResponse + func NewGetPublicGetLastTradesByCurrencyOK() *GetPublicGetLastTradesByCurrencyOK + func (o *GetPublicGetLastTradesByCurrencyOK) Error() string + func (o *GetPublicGetLastTradesByCurrencyOK) GetPayload() *models.PublicTradesHistoryResponse + type GetPublicGetLastTradesByCurrencyParams struct + Context context.Context + Count *int64 + Currency string + EndID *string + HTTPClient *http.Client + IncludeOld *bool + Kind *string + Sorting *string + StartID *string + func NewGetPublicGetLastTradesByCurrencyParams() *GetPublicGetLastTradesByCurrencyParams + func NewGetPublicGetLastTradesByCurrencyParamsWithContext(ctx context.Context) *GetPublicGetLastTradesByCurrencyParams + func NewGetPublicGetLastTradesByCurrencyParamsWithHTTPClient(client *http.Client) *GetPublicGetLastTradesByCurrencyParams + func NewGetPublicGetLastTradesByCurrencyParamsWithTimeout(timeout time.Duration) *GetPublicGetLastTradesByCurrencyParams + func (o *GetPublicGetLastTradesByCurrencyParams) SetContext(ctx context.Context) + func (o *GetPublicGetLastTradesByCurrencyParams) SetCount(count *int64) + func (o *GetPublicGetLastTradesByCurrencyParams) SetCurrency(currency string) + func (o *GetPublicGetLastTradesByCurrencyParams) SetEndID(endID *string) + func (o *GetPublicGetLastTradesByCurrencyParams) SetHTTPClient(client *http.Client) + func (o *GetPublicGetLastTradesByCurrencyParams) SetIncludeOld(includeOld *bool) + func (o *GetPublicGetLastTradesByCurrencyParams) SetKind(kind *string) + func (o *GetPublicGetLastTradesByCurrencyParams) SetSorting(sorting *string) + func (o *GetPublicGetLastTradesByCurrencyParams) SetStartID(startID *string) + func (o *GetPublicGetLastTradesByCurrencyParams) SetTimeout(timeout time.Duration) + func (o *GetPublicGetLastTradesByCurrencyParams) WithContext(ctx context.Context) *GetPublicGetLastTradesByCurrencyParams + func (o *GetPublicGetLastTradesByCurrencyParams) WithCount(count *int64) *GetPublicGetLastTradesByCurrencyParams + func (o *GetPublicGetLastTradesByCurrencyParams) WithCurrency(currency string) *GetPublicGetLastTradesByCurrencyParams + func (o *GetPublicGetLastTradesByCurrencyParams) WithEndID(endID *string) *GetPublicGetLastTradesByCurrencyParams + func (o *GetPublicGetLastTradesByCurrencyParams) WithHTTPClient(client *http.Client) *GetPublicGetLastTradesByCurrencyParams + func (o *GetPublicGetLastTradesByCurrencyParams) WithIncludeOld(includeOld *bool) *GetPublicGetLastTradesByCurrencyParams + func (o *GetPublicGetLastTradesByCurrencyParams) WithKind(kind *string) *GetPublicGetLastTradesByCurrencyParams + func (o *GetPublicGetLastTradesByCurrencyParams) WithSorting(sorting *string) *GetPublicGetLastTradesByCurrencyParams + func (o *GetPublicGetLastTradesByCurrencyParams) WithStartID(startID *string) *GetPublicGetLastTradesByCurrencyParams + func (o *GetPublicGetLastTradesByCurrencyParams) WithTimeout(timeout time.Duration) *GetPublicGetLastTradesByCurrencyParams + func (o *GetPublicGetLastTradesByCurrencyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetPublicGetLastTradesByCurrencyReader struct + func (o *GetPublicGetLastTradesByCurrencyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetPublicGetLastTradesByInstrumentAndTimeOK struct + Payload *models.PublicTradesHistoryResponse + func NewGetPublicGetLastTradesByInstrumentAndTimeOK() *GetPublicGetLastTradesByInstrumentAndTimeOK + func (o *GetPublicGetLastTradesByInstrumentAndTimeOK) Error() string + func (o *GetPublicGetLastTradesByInstrumentAndTimeOK) GetPayload() *models.PublicTradesHistoryResponse + type GetPublicGetLastTradesByInstrumentAndTimeParams struct + Context context.Context + Count *int64 + EndTimestamp int64 + HTTPClient *http.Client + IncludeOld *bool + InstrumentName string + Sorting *string + StartTimestamp int64 + func NewGetPublicGetLastTradesByInstrumentAndTimeParams() *GetPublicGetLastTradesByInstrumentAndTimeParams + func NewGetPublicGetLastTradesByInstrumentAndTimeParamsWithContext(ctx context.Context) *GetPublicGetLastTradesByInstrumentAndTimeParams + func NewGetPublicGetLastTradesByInstrumentAndTimeParamsWithHTTPClient(client *http.Client) *GetPublicGetLastTradesByInstrumentAndTimeParams + func NewGetPublicGetLastTradesByInstrumentAndTimeParamsWithTimeout(timeout time.Duration) *GetPublicGetLastTradesByInstrumentAndTimeParams + func (o *GetPublicGetLastTradesByInstrumentAndTimeParams) SetContext(ctx context.Context) + func (o *GetPublicGetLastTradesByInstrumentAndTimeParams) SetCount(count *int64) + func (o *GetPublicGetLastTradesByInstrumentAndTimeParams) SetEndTimestamp(endTimestamp int64) + func (o *GetPublicGetLastTradesByInstrumentAndTimeParams) SetHTTPClient(client *http.Client) + func (o *GetPublicGetLastTradesByInstrumentAndTimeParams) SetIncludeOld(includeOld *bool) + func (o *GetPublicGetLastTradesByInstrumentAndTimeParams) SetInstrumentName(instrumentName string) + func (o *GetPublicGetLastTradesByInstrumentAndTimeParams) SetSorting(sorting *string) + func (o *GetPublicGetLastTradesByInstrumentAndTimeParams) SetStartTimestamp(startTimestamp int64) + func (o *GetPublicGetLastTradesByInstrumentAndTimeParams) SetTimeout(timeout time.Duration) + func (o *GetPublicGetLastTradesByInstrumentAndTimeParams) WithContext(ctx context.Context) *GetPublicGetLastTradesByInstrumentAndTimeParams + func (o *GetPublicGetLastTradesByInstrumentAndTimeParams) WithCount(count *int64) *GetPublicGetLastTradesByInstrumentAndTimeParams + func (o *GetPublicGetLastTradesByInstrumentAndTimeParams) WithEndTimestamp(endTimestamp int64) *GetPublicGetLastTradesByInstrumentAndTimeParams + func (o *GetPublicGetLastTradesByInstrumentAndTimeParams) WithHTTPClient(client *http.Client) *GetPublicGetLastTradesByInstrumentAndTimeParams + func (o *GetPublicGetLastTradesByInstrumentAndTimeParams) WithIncludeOld(includeOld *bool) *GetPublicGetLastTradesByInstrumentAndTimeParams + func (o *GetPublicGetLastTradesByInstrumentAndTimeParams) WithInstrumentName(instrumentName string) *GetPublicGetLastTradesByInstrumentAndTimeParams + func (o *GetPublicGetLastTradesByInstrumentAndTimeParams) WithSorting(sorting *string) *GetPublicGetLastTradesByInstrumentAndTimeParams + func (o *GetPublicGetLastTradesByInstrumentAndTimeParams) WithStartTimestamp(startTimestamp int64) *GetPublicGetLastTradesByInstrumentAndTimeParams + func (o *GetPublicGetLastTradesByInstrumentAndTimeParams) WithTimeout(timeout time.Duration) *GetPublicGetLastTradesByInstrumentAndTimeParams + func (o *GetPublicGetLastTradesByInstrumentAndTimeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetPublicGetLastTradesByInstrumentAndTimeReader struct + func (o *GetPublicGetLastTradesByInstrumentAndTimeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetPublicGetLastTradesByInstrumentOK struct + Payload *models.PublicTradesHistoryResponse + func NewGetPublicGetLastTradesByInstrumentOK() *GetPublicGetLastTradesByInstrumentOK + func (o *GetPublicGetLastTradesByInstrumentOK) Error() string + func (o *GetPublicGetLastTradesByInstrumentOK) GetPayload() *models.PublicTradesHistoryResponse + type GetPublicGetLastTradesByInstrumentParams struct + Context context.Context + Count *int64 + EndSeq *int64 + HTTPClient *http.Client + IncludeOld *bool + InstrumentName string + Sorting *string + StartSeq *int64 + func NewGetPublicGetLastTradesByInstrumentParams() *GetPublicGetLastTradesByInstrumentParams + func NewGetPublicGetLastTradesByInstrumentParamsWithContext(ctx context.Context) *GetPublicGetLastTradesByInstrumentParams + func NewGetPublicGetLastTradesByInstrumentParamsWithHTTPClient(client *http.Client) *GetPublicGetLastTradesByInstrumentParams + func NewGetPublicGetLastTradesByInstrumentParamsWithTimeout(timeout time.Duration) *GetPublicGetLastTradesByInstrumentParams + func (o *GetPublicGetLastTradesByInstrumentParams) SetContext(ctx context.Context) + func (o *GetPublicGetLastTradesByInstrumentParams) SetCount(count *int64) + func (o *GetPublicGetLastTradesByInstrumentParams) SetEndSeq(endSeq *int64) + func (o *GetPublicGetLastTradesByInstrumentParams) SetHTTPClient(client *http.Client) + func (o *GetPublicGetLastTradesByInstrumentParams) SetIncludeOld(includeOld *bool) + func (o *GetPublicGetLastTradesByInstrumentParams) SetInstrumentName(instrumentName string) + func (o *GetPublicGetLastTradesByInstrumentParams) SetSorting(sorting *string) + func (o *GetPublicGetLastTradesByInstrumentParams) SetStartSeq(startSeq *int64) + func (o *GetPublicGetLastTradesByInstrumentParams) SetTimeout(timeout time.Duration) + func (o *GetPublicGetLastTradesByInstrumentParams) WithContext(ctx context.Context) *GetPublicGetLastTradesByInstrumentParams + func (o *GetPublicGetLastTradesByInstrumentParams) WithCount(count *int64) *GetPublicGetLastTradesByInstrumentParams + func (o *GetPublicGetLastTradesByInstrumentParams) WithEndSeq(endSeq *int64) *GetPublicGetLastTradesByInstrumentParams + func (o *GetPublicGetLastTradesByInstrumentParams) WithHTTPClient(client *http.Client) *GetPublicGetLastTradesByInstrumentParams + func (o *GetPublicGetLastTradesByInstrumentParams) WithIncludeOld(includeOld *bool) *GetPublicGetLastTradesByInstrumentParams + func (o *GetPublicGetLastTradesByInstrumentParams) WithInstrumentName(instrumentName string) *GetPublicGetLastTradesByInstrumentParams + func (o *GetPublicGetLastTradesByInstrumentParams) WithSorting(sorting *string) *GetPublicGetLastTradesByInstrumentParams + func (o *GetPublicGetLastTradesByInstrumentParams) WithStartSeq(startSeq *int64) *GetPublicGetLastTradesByInstrumentParams + func (o *GetPublicGetLastTradesByInstrumentParams) WithTimeout(timeout time.Duration) *GetPublicGetLastTradesByInstrumentParams + func (o *GetPublicGetLastTradesByInstrumentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetPublicGetLastTradesByInstrumentReader struct + func (o *GetPublicGetLastTradesByInstrumentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetPublicGetOrderBookOK struct + Payload *models.PublicGetOrderBookResponse + func NewGetPublicGetOrderBookOK() *GetPublicGetOrderBookOK + func (o *GetPublicGetOrderBookOK) Error() string + func (o *GetPublicGetOrderBookOK) GetPayload() *models.PublicGetOrderBookResponse + type GetPublicGetOrderBookParams struct + Context context.Context + Depth *float64 + HTTPClient *http.Client + InstrumentName string + func NewGetPublicGetOrderBookParams() *GetPublicGetOrderBookParams + func NewGetPublicGetOrderBookParamsWithContext(ctx context.Context) *GetPublicGetOrderBookParams + func NewGetPublicGetOrderBookParamsWithHTTPClient(client *http.Client) *GetPublicGetOrderBookParams + func NewGetPublicGetOrderBookParamsWithTimeout(timeout time.Duration) *GetPublicGetOrderBookParams + func (o *GetPublicGetOrderBookParams) SetContext(ctx context.Context) + func (o *GetPublicGetOrderBookParams) SetDepth(depth *float64) + func (o *GetPublicGetOrderBookParams) SetHTTPClient(client *http.Client) + func (o *GetPublicGetOrderBookParams) SetInstrumentName(instrumentName string) + func (o *GetPublicGetOrderBookParams) SetTimeout(timeout time.Duration) + func (o *GetPublicGetOrderBookParams) WithContext(ctx context.Context) *GetPublicGetOrderBookParams + func (o *GetPublicGetOrderBookParams) WithDepth(depth *float64) *GetPublicGetOrderBookParams + func (o *GetPublicGetOrderBookParams) WithHTTPClient(client *http.Client) *GetPublicGetOrderBookParams + func (o *GetPublicGetOrderBookParams) WithInstrumentName(instrumentName string) *GetPublicGetOrderBookParams + func (o *GetPublicGetOrderBookParams) WithTimeout(timeout time.Duration) *GetPublicGetOrderBookParams + func (o *GetPublicGetOrderBookParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetPublicGetOrderBookReader struct + func (o *GetPublicGetOrderBookReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetPublicGetTradeVolumesOK struct + Payload *models.PublicGetTradesVolumesResponse + func NewGetPublicGetTradeVolumesOK() *GetPublicGetTradeVolumesOK + func (o *GetPublicGetTradeVolumesOK) Error() string + func (o *GetPublicGetTradeVolumesOK) GetPayload() *models.PublicGetTradesVolumesResponse + type GetPublicGetTradeVolumesParams struct + Context context.Context + HTTPClient *http.Client + func NewGetPublicGetTradeVolumesParams() *GetPublicGetTradeVolumesParams + func NewGetPublicGetTradeVolumesParamsWithContext(ctx context.Context) *GetPublicGetTradeVolumesParams + func NewGetPublicGetTradeVolumesParamsWithHTTPClient(client *http.Client) *GetPublicGetTradeVolumesParams + func NewGetPublicGetTradeVolumesParamsWithTimeout(timeout time.Duration) *GetPublicGetTradeVolumesParams + func (o *GetPublicGetTradeVolumesParams) SetContext(ctx context.Context) + func (o *GetPublicGetTradeVolumesParams) SetHTTPClient(client *http.Client) + func (o *GetPublicGetTradeVolumesParams) SetTimeout(timeout time.Duration) + func (o *GetPublicGetTradeVolumesParams) WithContext(ctx context.Context) *GetPublicGetTradeVolumesParams + func (o *GetPublicGetTradeVolumesParams) WithHTTPClient(client *http.Client) *GetPublicGetTradeVolumesParams + func (o *GetPublicGetTradeVolumesParams) WithTimeout(timeout time.Duration) *GetPublicGetTradeVolumesParams + func (o *GetPublicGetTradeVolumesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetPublicGetTradeVolumesReader struct + func (o *GetPublicGetTradeVolumesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)