Struct coinchecker::private::order::Order[][src]

pub struct Order { /* fields omitted */ }
Expand description

Private API - Order

取引所での注文に関するAPIを利用できます。

https://coincheck.com/ja/documents/exchange/api#order

Implementations

新規注文 カスタム

取引所に新規注文を発行します。リクエストのパラメータを自分で指定します。


NOTE

取引所の注文数量制限指値注文価格制限に引っかかった場合はHTTPエラー 400 Bad Request になるようです。


https://coincheck.com/ja/documents/exchange/api#order-new

取引所に新規注文を発行します。指値買い (Buy Limit Order) を行います。

取引所に新規注文を発行します。指値売り (Sell Limit Order) を行います。

取引所に新規注文を発行します。逆指値の指値買い (Buy Stop-Limit Order) を行います。

取引所に新規注文を発行します。逆指値の指値売り (Sell Stop-Limit Order) を行います。

取引所に新規注文を発行します。成行買い (Buy Market Order) を行います。

取引所に新規注文を発行します。成行売り (Sell Market Order) を行います。

取引所に新規注文を発行します。逆指値の成行買い (Buy Stop-Market Order) を行います。

取引所に新規注文を発行します。逆指値の成行売り (Sell Stop-Market Order) を行います。

未決済の注文一覧

アカウントの未決済の注文を一覧で表示します。

https://coincheck.com/ja/documents/exchange/api#order-opens

注文のキャンセル

新規注文または未決済の注文一覧のIDを指定してキャンセルすることができます。

https://coincheck.com/ja/documents/exchange/api#order-cancel

注文のキャンセルステータス

オーダーのキャンセル処理状況を参照出来ます。

https://coincheck.com/ja/documents/exchange/api#cancel-status

取引履歴

自分の最近の取引履歴を参照できます。

https://coincheck.com/ja/documents/exchange/api#order-transactions

取引履歴(ページネーション)

自分の最近の取引履歴を参照できます。

https://coincheck.com/ja/documents/exchange/api#order-transactions-pagination

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more