Struct kraken_client::api::add_order::AddOrderRequest[][src]

pub struct AddOrderRequest { /* fields omitted */ }
Expand description
  • https://www.kraken.com/features/api#add-standard-order
  • https://api.kraken.com/0/private/AddOrder
  • https://support.kraken.com/hc/en-us/articles/205893708-Minimum-order-size-volume-for-trading

Implementations

oflags = comma delimited list of order flags: fcib = prefer fee in base currency fciq = prefer fee in quote currency nompp = no market price protection post = post only order (available when ordertype = limit)

A post only order prohibits a limit order to get immediately filled ‘at market’ and incur (potentially increased) market-order fees.

Conditionally set post_only

Start time + = expire seconds from now = unix timestamp of expiration time

Expiration time + = expire seconds from now = unix timestamp of expiration time

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.