Struct coinbase_client::private_client::OrderBuilder[][src]

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

A OrderBuilder can be used to create a Order with custom configuration.
Confiuguration parameters details can be found here

Implementations

returns a OrderBuilder with requiered market-order parameters.

returns a OrderBuilder with requiered limit-order parameters.

returns a OrderBuilder with requiered stop-order parameters.

Trait Implementations

This option provides guarantees about the lifetime of an Order

Sets the Orders self-trade behavior

Sets the Order ID to identify your order

Builds Order

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.

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.