Struct kraapi::api::private::open_orders::KIOpenOrders[][src]

pub struct KIOpenOrders { /* fields omitted */ }

Request builder for the Get Open Orders endpoint

Implementations

impl KIOpenOrders[src]

pub fn build() -> Self[src]

Constructor returning a KrakenInput builder for the get open orders endpoint.

pub fn with_trade_info(self, include_trades: bool) -> Self[src]

Should trades be included in returned output?

pub fn with_userref(self, userref: u32) -> Self[src]

Filter results to the given user ref id. A custom userref can be passed into the add order endpoint

Trait Implementations

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.