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) GetPublicAuth(params *GetPublicAuthParams) (*GetPublicAuthOK, error) + func (a *Client) GetPublicGetContractSize(params *GetPublicGetContractSizeParams) (*GetPublicGetContractSizeOK, error) + func (a *Client) GetPublicGetCurrencies(params *GetPublicGetCurrenciesParams) (*GetPublicGetCurrenciesOK, error) + func (a *Client) GetPublicGetFundingChartData(params *GetPublicGetFundingChartDataParams) (*GetPublicGetFundingChartDataOK, error) + func (a *Client) GetPublicGetHistoricalVolatility(params *GetPublicGetHistoricalVolatilityParams) (*GetPublicGetHistoricalVolatilityOK, error) + func (a *Client) GetPublicGetInstruments(params *GetPublicGetInstrumentsParams) (*GetPublicGetInstrumentsOK, error) + func (a *Client) GetPublicGetTradingviewChartData(params *GetPublicGetTradingviewChartDataParams) (*GetPublicGetTradingviewChartDataOK, error) + func (a *Client) GetPublicHello(params *GetPublicHelloParams) (*GetPublicHelloOK, error) + func (a *Client) GetPublicSetHeartbeat(params *GetPublicSetHeartbeatParams) (*GetPublicSetHeartbeatOK, error) + func (a *Client) GetPublicSubscribe(params *GetPublicSubscribeParams) (*GetPublicSubscribeOK, error) + func (a *Client) GetPublicTest(params *GetPublicTestParams) (*GetPublicTestOK, error) + func (a *Client) GetPublicTicker(params *GetPublicTickerParams) (*GetPublicTickerOK, error) + func (a *Client) GetPublicValidateField(params *GetPublicValidateFieldParams) (*GetPublicValidateFieldOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type GetPublicAuthOK struct + Payload *models.PublicAuthResponse + func NewGetPublicAuthOK() *GetPublicAuthOK + func (o *GetPublicAuthOK) Error() string + func (o *GetPublicAuthOK) GetPayload() *models.PublicAuthResponse + type GetPublicAuthParams struct + ClientID string + ClientSecret string + Context context.Context + GrantType string + HTTPClient *http.Client + Nonce *string + Password string + RefreshToken string + Scope *string + Signature string + State *string + Timestamp string + Username string + func NewGetPublicAuthParams() *GetPublicAuthParams + func NewGetPublicAuthParamsWithContext(ctx context.Context) *GetPublicAuthParams + func NewGetPublicAuthParamsWithHTTPClient(client *http.Client) *GetPublicAuthParams + func NewGetPublicAuthParamsWithTimeout(timeout time.Duration) *GetPublicAuthParams + func (o *GetPublicAuthParams) SetClientID(clientID string) + func (o *GetPublicAuthParams) SetClientSecret(clientSecret string) + func (o *GetPublicAuthParams) SetContext(ctx context.Context) + func (o *GetPublicAuthParams) SetGrantType(grantType string) + func (o *GetPublicAuthParams) SetHTTPClient(client *http.Client) + func (o *GetPublicAuthParams) SetNonce(nonce *string) + func (o *GetPublicAuthParams) SetPassword(password string) + func (o *GetPublicAuthParams) SetRefreshToken(refreshToken string) + func (o *GetPublicAuthParams) SetScope(scope *string) + func (o *GetPublicAuthParams) SetSignature(signature string) + func (o *GetPublicAuthParams) SetState(state *string) + func (o *GetPublicAuthParams) SetTimeout(timeout time.Duration) + func (o *GetPublicAuthParams) SetTimestamp(timestamp string) + func (o *GetPublicAuthParams) SetUsername(username string) + func (o *GetPublicAuthParams) WithClientID(clientID string) *GetPublicAuthParams + func (o *GetPublicAuthParams) WithClientSecret(clientSecret string) *GetPublicAuthParams + func (o *GetPublicAuthParams) WithContext(ctx context.Context) *GetPublicAuthParams + func (o *GetPublicAuthParams) WithGrantType(grantType string) *GetPublicAuthParams + func (o *GetPublicAuthParams) WithHTTPClient(client *http.Client) *GetPublicAuthParams + func (o *GetPublicAuthParams) WithNonce(nonce *string) *GetPublicAuthParams + func (o *GetPublicAuthParams) WithPassword(password string) *GetPublicAuthParams + func (o *GetPublicAuthParams) WithRefreshToken(refreshToken string) *GetPublicAuthParams + func (o *GetPublicAuthParams) WithScope(scope *string) *GetPublicAuthParams + func (o *GetPublicAuthParams) WithSignature(signature string) *GetPublicAuthParams + func (o *GetPublicAuthParams) WithState(state *string) *GetPublicAuthParams + func (o *GetPublicAuthParams) WithTimeout(timeout time.Duration) *GetPublicAuthParams + func (o *GetPublicAuthParams) WithTimestamp(timestamp string) *GetPublicAuthParams + func (o *GetPublicAuthParams) WithUsername(username string) *GetPublicAuthParams + func (o *GetPublicAuthParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetPublicAuthReader struct + func (o *GetPublicAuthReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetPublicAuthTooManyRequests struct + Payload *models.ErrorMessage + func NewGetPublicAuthTooManyRequests() *GetPublicAuthTooManyRequests + func (o *GetPublicAuthTooManyRequests) Error() string + func (o *GetPublicAuthTooManyRequests) GetPayload() *models.ErrorMessage + type GetPublicGetContractSizeOK struct + Payload *models.PublicGetContractSizeResponse + func NewGetPublicGetContractSizeOK() *GetPublicGetContractSizeOK + func (o *GetPublicGetContractSizeOK) Error() string + func (o *GetPublicGetContractSizeOK) GetPayload() *models.PublicGetContractSizeResponse + type GetPublicGetContractSizeParams struct + Context context.Context + HTTPClient *http.Client + InstrumentName string + func NewGetPublicGetContractSizeParams() *GetPublicGetContractSizeParams + func NewGetPublicGetContractSizeParamsWithContext(ctx context.Context) *GetPublicGetContractSizeParams + func NewGetPublicGetContractSizeParamsWithHTTPClient(client *http.Client) *GetPublicGetContractSizeParams + func NewGetPublicGetContractSizeParamsWithTimeout(timeout time.Duration) *GetPublicGetContractSizeParams + func (o *GetPublicGetContractSizeParams) SetContext(ctx context.Context) + func (o *GetPublicGetContractSizeParams) SetHTTPClient(client *http.Client) + func (o *GetPublicGetContractSizeParams) SetInstrumentName(instrumentName string) + func (o *GetPublicGetContractSizeParams) SetTimeout(timeout time.Duration) + func (o *GetPublicGetContractSizeParams) WithContext(ctx context.Context) *GetPublicGetContractSizeParams + func (o *GetPublicGetContractSizeParams) WithHTTPClient(client *http.Client) *GetPublicGetContractSizeParams + func (o *GetPublicGetContractSizeParams) WithInstrumentName(instrumentName string) *GetPublicGetContractSizeParams + func (o *GetPublicGetContractSizeParams) WithTimeout(timeout time.Duration) *GetPublicGetContractSizeParams + func (o *GetPublicGetContractSizeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetPublicGetContractSizeReader struct + func (o *GetPublicGetContractSizeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetPublicGetCurrenciesOK struct + Payload *models.PublicGetCurrenciesResponse + func NewGetPublicGetCurrenciesOK() *GetPublicGetCurrenciesOK + func (o *GetPublicGetCurrenciesOK) Error() string + func (o *GetPublicGetCurrenciesOK) GetPayload() *models.PublicGetCurrenciesResponse + type GetPublicGetCurrenciesParams struct + Context context.Context + HTTPClient *http.Client + func NewGetPublicGetCurrenciesParams() *GetPublicGetCurrenciesParams + func NewGetPublicGetCurrenciesParamsWithContext(ctx context.Context) *GetPublicGetCurrenciesParams + func NewGetPublicGetCurrenciesParamsWithHTTPClient(client *http.Client) *GetPublicGetCurrenciesParams + func NewGetPublicGetCurrenciesParamsWithTimeout(timeout time.Duration) *GetPublicGetCurrenciesParams + func (o *GetPublicGetCurrenciesParams) SetContext(ctx context.Context) + func (o *GetPublicGetCurrenciesParams) SetHTTPClient(client *http.Client) + func (o *GetPublicGetCurrenciesParams) SetTimeout(timeout time.Duration) + func (o *GetPublicGetCurrenciesParams) WithContext(ctx context.Context) *GetPublicGetCurrenciesParams + func (o *GetPublicGetCurrenciesParams) WithHTTPClient(client *http.Client) *GetPublicGetCurrenciesParams + func (o *GetPublicGetCurrenciesParams) WithTimeout(timeout time.Duration) *GetPublicGetCurrenciesParams + func (o *GetPublicGetCurrenciesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetPublicGetCurrenciesReader struct + func (o *GetPublicGetCurrenciesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetPublicGetFundingChartDataOK struct + Payload *models.PublicGetFundingChartDataResponse + func NewGetPublicGetFundingChartDataOK() *GetPublicGetFundingChartDataOK + func (o *GetPublicGetFundingChartDataOK) Error() string + func (o *GetPublicGetFundingChartDataOK) GetPayload() *models.PublicGetFundingChartDataResponse + type GetPublicGetFundingChartDataParams struct + Context context.Context + HTTPClient *http.Client + InstrumentName string + Length *string + func NewGetPublicGetFundingChartDataParams() *GetPublicGetFundingChartDataParams + func NewGetPublicGetFundingChartDataParamsWithContext(ctx context.Context) *GetPublicGetFundingChartDataParams + func NewGetPublicGetFundingChartDataParamsWithHTTPClient(client *http.Client) *GetPublicGetFundingChartDataParams + func NewGetPublicGetFundingChartDataParamsWithTimeout(timeout time.Duration) *GetPublicGetFundingChartDataParams + func (o *GetPublicGetFundingChartDataParams) SetContext(ctx context.Context) + func (o *GetPublicGetFundingChartDataParams) SetHTTPClient(client *http.Client) + func (o *GetPublicGetFundingChartDataParams) SetInstrumentName(instrumentName string) + func (o *GetPublicGetFundingChartDataParams) SetLength(length *string) + func (o *GetPublicGetFundingChartDataParams) SetTimeout(timeout time.Duration) + func (o *GetPublicGetFundingChartDataParams) WithContext(ctx context.Context) *GetPublicGetFundingChartDataParams + func (o *GetPublicGetFundingChartDataParams) WithHTTPClient(client *http.Client) *GetPublicGetFundingChartDataParams + func (o *GetPublicGetFundingChartDataParams) WithInstrumentName(instrumentName string) *GetPublicGetFundingChartDataParams + func (o *GetPublicGetFundingChartDataParams) WithLength(length *string) *GetPublicGetFundingChartDataParams + func (o *GetPublicGetFundingChartDataParams) WithTimeout(timeout time.Duration) *GetPublicGetFundingChartDataParams + func (o *GetPublicGetFundingChartDataParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetPublicGetFundingChartDataReader struct + func (o *GetPublicGetFundingChartDataReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetPublicGetHistoricalVolatilityOK struct + Payload *models.PublicGetHistoricalVolatilityResponse + func NewGetPublicGetHistoricalVolatilityOK() *GetPublicGetHistoricalVolatilityOK + func (o *GetPublicGetHistoricalVolatilityOK) Error() string + func (o *GetPublicGetHistoricalVolatilityOK) GetPayload() *models.PublicGetHistoricalVolatilityResponse + type GetPublicGetHistoricalVolatilityParams struct + Context context.Context + Currency string + HTTPClient *http.Client + func NewGetPublicGetHistoricalVolatilityParams() *GetPublicGetHistoricalVolatilityParams + func NewGetPublicGetHistoricalVolatilityParamsWithContext(ctx context.Context) *GetPublicGetHistoricalVolatilityParams + func NewGetPublicGetHistoricalVolatilityParamsWithHTTPClient(client *http.Client) *GetPublicGetHistoricalVolatilityParams + func NewGetPublicGetHistoricalVolatilityParamsWithTimeout(timeout time.Duration) *GetPublicGetHistoricalVolatilityParams + func (o *GetPublicGetHistoricalVolatilityParams) SetContext(ctx context.Context) + func (o *GetPublicGetHistoricalVolatilityParams) SetCurrency(currency string) + func (o *GetPublicGetHistoricalVolatilityParams) SetHTTPClient(client *http.Client) + func (o *GetPublicGetHistoricalVolatilityParams) SetTimeout(timeout time.Duration) + func (o *GetPublicGetHistoricalVolatilityParams) WithContext(ctx context.Context) *GetPublicGetHistoricalVolatilityParams + func (o *GetPublicGetHistoricalVolatilityParams) WithCurrency(currency string) *GetPublicGetHistoricalVolatilityParams + func (o *GetPublicGetHistoricalVolatilityParams) WithHTTPClient(client *http.Client) *GetPublicGetHistoricalVolatilityParams + func (o *GetPublicGetHistoricalVolatilityParams) WithTimeout(timeout time.Duration) *GetPublicGetHistoricalVolatilityParams + func (o *GetPublicGetHistoricalVolatilityParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetPublicGetHistoricalVolatilityReader struct + func (o *GetPublicGetHistoricalVolatilityReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetPublicGetInstrumentsOK struct + Payload *models.PublicGetInstrumentsResponse + func NewGetPublicGetInstrumentsOK() *GetPublicGetInstrumentsOK + func (o *GetPublicGetInstrumentsOK) Error() string + func (o *GetPublicGetInstrumentsOK) GetPayload() *models.PublicGetInstrumentsResponse + type GetPublicGetInstrumentsParams struct + Context context.Context + Currency string + Expired *bool + HTTPClient *http.Client + Kind *string + func NewGetPublicGetInstrumentsParams() *GetPublicGetInstrumentsParams + func NewGetPublicGetInstrumentsParamsWithContext(ctx context.Context) *GetPublicGetInstrumentsParams + func NewGetPublicGetInstrumentsParamsWithHTTPClient(client *http.Client) *GetPublicGetInstrumentsParams + func NewGetPublicGetInstrumentsParamsWithTimeout(timeout time.Duration) *GetPublicGetInstrumentsParams + func (o *GetPublicGetInstrumentsParams) SetContext(ctx context.Context) + func (o *GetPublicGetInstrumentsParams) SetCurrency(currency string) + func (o *GetPublicGetInstrumentsParams) SetExpired(expired *bool) + func (o *GetPublicGetInstrumentsParams) SetHTTPClient(client *http.Client) + func (o *GetPublicGetInstrumentsParams) SetKind(kind *string) + func (o *GetPublicGetInstrumentsParams) SetTimeout(timeout time.Duration) + func (o *GetPublicGetInstrumentsParams) WithContext(ctx context.Context) *GetPublicGetInstrumentsParams + func (o *GetPublicGetInstrumentsParams) WithCurrency(currency string) *GetPublicGetInstrumentsParams + func (o *GetPublicGetInstrumentsParams) WithExpired(expired *bool) *GetPublicGetInstrumentsParams + func (o *GetPublicGetInstrumentsParams) WithHTTPClient(client *http.Client) *GetPublicGetInstrumentsParams + func (o *GetPublicGetInstrumentsParams) WithKind(kind *string) *GetPublicGetInstrumentsParams + func (o *GetPublicGetInstrumentsParams) WithTimeout(timeout time.Duration) *GetPublicGetInstrumentsParams + func (o *GetPublicGetInstrumentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetPublicGetInstrumentsReader struct + func (o *GetPublicGetInstrumentsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetPublicGetTradingviewChartDataOK struct + Payload *models.PublicGetTradingviewChartDataResponse + func NewGetPublicGetTradingviewChartDataOK() *GetPublicGetTradingviewChartDataOK + func (o *GetPublicGetTradingviewChartDataOK) Error() string + func (o *GetPublicGetTradingviewChartDataOK) GetPayload() *models.PublicGetTradingviewChartDataResponse + type GetPublicGetTradingviewChartDataParams struct + Context context.Context + EndTimestamp int64 + HTTPClient *http.Client + InstrumentName string + Resolution string + StartTimestamp int64 + func NewGetPublicGetTradingviewChartDataParams() *GetPublicGetTradingviewChartDataParams + func NewGetPublicGetTradingviewChartDataParamsWithContext(ctx context.Context) *GetPublicGetTradingviewChartDataParams + func NewGetPublicGetTradingviewChartDataParamsWithHTTPClient(client *http.Client) *GetPublicGetTradingviewChartDataParams + func NewGetPublicGetTradingviewChartDataParamsWithTimeout(timeout time.Duration) *GetPublicGetTradingviewChartDataParams + func (o *GetPublicGetTradingviewChartDataParams) SetContext(ctx context.Context) + func (o *GetPublicGetTradingviewChartDataParams) SetEndTimestamp(endTimestamp int64) + func (o *GetPublicGetTradingviewChartDataParams) SetHTTPClient(client *http.Client) + func (o *GetPublicGetTradingviewChartDataParams) SetInstrumentName(instrumentName string) + func (o *GetPublicGetTradingviewChartDataParams) SetResolution(resolution string) + func (o *GetPublicGetTradingviewChartDataParams) SetStartTimestamp(startTimestamp int64) + func (o *GetPublicGetTradingviewChartDataParams) SetTimeout(timeout time.Duration) + func (o *GetPublicGetTradingviewChartDataParams) WithContext(ctx context.Context) *GetPublicGetTradingviewChartDataParams + func (o *GetPublicGetTradingviewChartDataParams) WithEndTimestamp(endTimestamp int64) *GetPublicGetTradingviewChartDataParams + func (o *GetPublicGetTradingviewChartDataParams) WithHTTPClient(client *http.Client) *GetPublicGetTradingviewChartDataParams + func (o *GetPublicGetTradingviewChartDataParams) WithInstrumentName(instrumentName string) *GetPublicGetTradingviewChartDataParams + func (o *GetPublicGetTradingviewChartDataParams) WithResolution(resolution string) *GetPublicGetTradingviewChartDataParams + func (o *GetPublicGetTradingviewChartDataParams) WithStartTimestamp(startTimestamp int64) *GetPublicGetTradingviewChartDataParams + func (o *GetPublicGetTradingviewChartDataParams) WithTimeout(timeout time.Duration) *GetPublicGetTradingviewChartDataParams + func (o *GetPublicGetTradingviewChartDataParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetPublicGetTradingviewChartDataReader struct + func (o *GetPublicGetTradingviewChartDataReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetPublicHelloOK struct + Payload *models.PublicTestResponse + func NewGetPublicHelloOK() *GetPublicHelloOK + func (o *GetPublicHelloOK) Error() string + func (o *GetPublicHelloOK) GetPayload() *models.PublicTestResponse + type GetPublicHelloParams struct + ClientName string + ClientVersion string + Context context.Context + HTTPClient *http.Client + func NewGetPublicHelloParams() *GetPublicHelloParams + func NewGetPublicHelloParamsWithContext(ctx context.Context) *GetPublicHelloParams + func NewGetPublicHelloParamsWithHTTPClient(client *http.Client) *GetPublicHelloParams + func NewGetPublicHelloParamsWithTimeout(timeout time.Duration) *GetPublicHelloParams + func (o *GetPublicHelloParams) SetClientName(clientName string) + func (o *GetPublicHelloParams) SetClientVersion(clientVersion string) + func (o *GetPublicHelloParams) SetContext(ctx context.Context) + func (o *GetPublicHelloParams) SetHTTPClient(client *http.Client) + func (o *GetPublicHelloParams) SetTimeout(timeout time.Duration) + func (o *GetPublicHelloParams) WithClientName(clientName string) *GetPublicHelloParams + func (o *GetPublicHelloParams) WithClientVersion(clientVersion string) *GetPublicHelloParams + func (o *GetPublicHelloParams) WithContext(ctx context.Context) *GetPublicHelloParams + func (o *GetPublicHelloParams) WithHTTPClient(client *http.Client) *GetPublicHelloParams + func (o *GetPublicHelloParams) WithTimeout(timeout time.Duration) *GetPublicHelloParams + func (o *GetPublicHelloParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetPublicHelloReader struct + func (o *GetPublicHelloReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetPublicSetHeartbeatOK struct + Payload *models.OkResponse + func NewGetPublicSetHeartbeatOK() *GetPublicSetHeartbeatOK + func (o *GetPublicSetHeartbeatOK) Error() string + func (o *GetPublicSetHeartbeatOK) GetPayload() *models.OkResponse + type GetPublicSetHeartbeatParams struct + Context context.Context + HTTPClient *http.Client + Interval float64 + func NewGetPublicSetHeartbeatParams() *GetPublicSetHeartbeatParams + func NewGetPublicSetHeartbeatParamsWithContext(ctx context.Context) *GetPublicSetHeartbeatParams + func NewGetPublicSetHeartbeatParamsWithHTTPClient(client *http.Client) *GetPublicSetHeartbeatParams + func NewGetPublicSetHeartbeatParamsWithTimeout(timeout time.Duration) *GetPublicSetHeartbeatParams + func (o *GetPublicSetHeartbeatParams) SetContext(ctx context.Context) + func (o *GetPublicSetHeartbeatParams) SetHTTPClient(client *http.Client) + func (o *GetPublicSetHeartbeatParams) SetInterval(interval float64) + func (o *GetPublicSetHeartbeatParams) SetTimeout(timeout time.Duration) + func (o *GetPublicSetHeartbeatParams) WithContext(ctx context.Context) *GetPublicSetHeartbeatParams + func (o *GetPublicSetHeartbeatParams) WithHTTPClient(client *http.Client) *GetPublicSetHeartbeatParams + func (o *GetPublicSetHeartbeatParams) WithInterval(interval float64) *GetPublicSetHeartbeatParams + func (o *GetPublicSetHeartbeatParams) WithTimeout(timeout time.Duration) *GetPublicSetHeartbeatParams + func (o *GetPublicSetHeartbeatParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetPublicSetHeartbeatReader struct + func (o *GetPublicSetHeartbeatReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetPublicSubscribeOK struct + Payload *models.PrivateSubscribeResponse + func NewGetPublicSubscribeOK() *GetPublicSubscribeOK + func (o *GetPublicSubscribeOK) Error() string + func (o *GetPublicSubscribeOK) GetPayload() *models.PrivateSubscribeResponse + type GetPublicSubscribeParams struct + Channels []string + Context context.Context + HTTPClient *http.Client + func NewGetPublicSubscribeParams() *GetPublicSubscribeParams + func NewGetPublicSubscribeParamsWithContext(ctx context.Context) *GetPublicSubscribeParams + func NewGetPublicSubscribeParamsWithHTTPClient(client *http.Client) *GetPublicSubscribeParams + func NewGetPublicSubscribeParamsWithTimeout(timeout time.Duration) *GetPublicSubscribeParams + func (o *GetPublicSubscribeParams) SetChannels(channels []string) + func (o *GetPublicSubscribeParams) SetContext(ctx context.Context) + func (o *GetPublicSubscribeParams) SetHTTPClient(client *http.Client) + func (o *GetPublicSubscribeParams) SetTimeout(timeout time.Duration) + func (o *GetPublicSubscribeParams) WithChannels(channels []string) *GetPublicSubscribeParams + func (o *GetPublicSubscribeParams) WithContext(ctx context.Context) *GetPublicSubscribeParams + func (o *GetPublicSubscribeParams) WithHTTPClient(client *http.Client) *GetPublicSubscribeParams + func (o *GetPublicSubscribeParams) WithTimeout(timeout time.Duration) *GetPublicSubscribeParams + func (o *GetPublicSubscribeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetPublicSubscribeReader struct + func (o *GetPublicSubscribeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetPublicSubscribeUnauthorized struct + Payload *models.ErrorMessage + func NewGetPublicSubscribeUnauthorized() *GetPublicSubscribeUnauthorized + func (o *GetPublicSubscribeUnauthorized) Error() string + func (o *GetPublicSubscribeUnauthorized) GetPayload() *models.ErrorMessage + type GetPublicTestOK struct + Payload *models.PublicTestResponse + func NewGetPublicTestOK() *GetPublicTestOK + func (o *GetPublicTestOK) Error() string + func (o *GetPublicTestOK) GetPayload() *models.PublicTestResponse + type GetPublicTestParams struct + Context context.Context + ExpectedResult *string + HTTPClient *http.Client + func NewGetPublicTestParams() *GetPublicTestParams + func NewGetPublicTestParamsWithContext(ctx context.Context) *GetPublicTestParams + func NewGetPublicTestParamsWithHTTPClient(client *http.Client) *GetPublicTestParams + func NewGetPublicTestParamsWithTimeout(timeout time.Duration) *GetPublicTestParams + func (o *GetPublicTestParams) SetContext(ctx context.Context) + func (o *GetPublicTestParams) SetExpectedResult(expectedResult *string) + func (o *GetPublicTestParams) SetHTTPClient(client *http.Client) + func (o *GetPublicTestParams) SetTimeout(timeout time.Duration) + func (o *GetPublicTestParams) WithContext(ctx context.Context) *GetPublicTestParams + func (o *GetPublicTestParams) WithExpectedResult(expectedResult *string) *GetPublicTestParams + func (o *GetPublicTestParams) WithHTTPClient(client *http.Client) *GetPublicTestParams + func (o *GetPublicTestParams) WithTimeout(timeout time.Duration) *GetPublicTestParams + func (o *GetPublicTestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetPublicTestReader struct + func (o *GetPublicTestReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetPublicTickerOK struct + Payload *models.PublicTickerResponse + func NewGetPublicTickerOK() *GetPublicTickerOK + func (o *GetPublicTickerOK) Error() string + func (o *GetPublicTickerOK) GetPayload() *models.PublicTickerResponse + type GetPublicTickerParams struct + Context context.Context + HTTPClient *http.Client + InstrumentName string + func NewGetPublicTickerParams() *GetPublicTickerParams + func NewGetPublicTickerParamsWithContext(ctx context.Context) *GetPublicTickerParams + func NewGetPublicTickerParamsWithHTTPClient(client *http.Client) *GetPublicTickerParams + func NewGetPublicTickerParamsWithTimeout(timeout time.Duration) *GetPublicTickerParams + func (o *GetPublicTickerParams) SetContext(ctx context.Context) + func (o *GetPublicTickerParams) SetHTTPClient(client *http.Client) + func (o *GetPublicTickerParams) SetInstrumentName(instrumentName string) + func (o *GetPublicTickerParams) SetTimeout(timeout time.Duration) + func (o *GetPublicTickerParams) WithContext(ctx context.Context) *GetPublicTickerParams + func (o *GetPublicTickerParams) WithHTTPClient(client *http.Client) *GetPublicTickerParams + func (o *GetPublicTickerParams) WithInstrumentName(instrumentName string) *GetPublicTickerParams + func (o *GetPublicTickerParams) WithTimeout(timeout time.Duration) *GetPublicTickerParams + func (o *GetPublicTickerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetPublicTickerReader struct + func (o *GetPublicTickerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetPublicValidateFieldOK struct + Payload *models.OkResponse + func NewGetPublicValidateFieldOK() *GetPublicValidateFieldOK + func (o *GetPublicValidateFieldOK) Error() string + func (o *GetPublicValidateFieldOK) GetPayload() *models.OkResponse + type GetPublicValidateFieldParams struct + Context context.Context + Field string + HTTPClient *http.Client + Value string + Value2 *string + func NewGetPublicValidateFieldParams() *GetPublicValidateFieldParams + func NewGetPublicValidateFieldParamsWithContext(ctx context.Context) *GetPublicValidateFieldParams + func NewGetPublicValidateFieldParamsWithHTTPClient(client *http.Client) *GetPublicValidateFieldParams + func NewGetPublicValidateFieldParamsWithTimeout(timeout time.Duration) *GetPublicValidateFieldParams + func (o *GetPublicValidateFieldParams) SetContext(ctx context.Context) + func (o *GetPublicValidateFieldParams) SetField(field string) + func (o *GetPublicValidateFieldParams) SetHTTPClient(client *http.Client) + func (o *GetPublicValidateFieldParams) SetTimeout(timeout time.Duration) + func (o *GetPublicValidateFieldParams) SetValue(value string) + func (o *GetPublicValidateFieldParams) SetValue2(value2 *string) + func (o *GetPublicValidateFieldParams) WithContext(ctx context.Context) *GetPublicValidateFieldParams + func (o *GetPublicValidateFieldParams) WithField(field string) *GetPublicValidateFieldParams + func (o *GetPublicValidateFieldParams) WithHTTPClient(client *http.Client) *GetPublicValidateFieldParams + func (o *GetPublicValidateFieldParams) WithTimeout(timeout time.Duration) *GetPublicValidateFieldParams + func (o *GetPublicValidateFieldParams) WithValue(value string) *GetPublicValidateFieldParams + func (o *GetPublicValidateFieldParams) WithValue2(value2 *string) *GetPublicValidateFieldParams + func (o *GetPublicValidateFieldParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetPublicValidateFieldReader struct + func (o *GetPublicValidateFieldReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)