Struct openlimits_exchange::model::request::GetOrderHistoryRequest [−][src]
pub struct GetOrderHistoryRequest {
pub market_pair: Option<MarketPair>,
pub order_status: Option<Vec<OrderStatus>>,
pub paginator: Option<Paginator>,
}Expand description
This struct represents the historic of the orders
Fields
market_pair: Option<MarketPair>order_status: Option<Vec<OrderStatus>>paginator: Option<Paginator>Implementations
pub fn new(
market_pair: Option<MarketPair>,
order_status: Option<Vec<OrderStatus>>,
paginator: Option<Paginator>
) -> GetOrderHistoryRequest
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for GetOrderHistoryRequest
impl Send for GetOrderHistoryRequest
impl Sync for GetOrderHistoryRequest
impl Unpin for GetOrderHistoryRequest
impl UnwindSafe for GetOrderHistoryRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
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