Skip to main content

PlaceOrderResponse

Type Alias PlaceOrderResponse 

Source
pub type PlaceOrderResponse = OrderPlacementResponse;

Aliased Type§

pub struct PlaceOrderResponse {
    pub ok: bool,
    pub order_id: Option<String>,
    pub code: Option<String>,
    pub message: Option<String>,
}

Fields§

§ok: bool§order_id: Option<String>§code: Option<String>§message: Option<String>