pub type CreateStopOrderResponse = CreateStopOrderResponse200Body;

Aliased Type§

struct CreateStopOrderResponse {
    pub order_create_transaction: Option<Transaction>,
    pub order_fill_transaction: Option<OrderFillTransaction>,
    pub order_cancel_transaction: Option<OrderCancelTransaction>,
    pub order_reissue_transaction: Option<Transaction>,
    pub order_reissue_reject_transaction: Option<Transaction>,
    pub related_transaction_i_ds: Option<Vec<String>>,
    pub last_transaction_id: Option<String>,
}

Fields§

§order_create_transaction: Option<Transaction>

The base Transaction specification. Specifies properties that are common between all Transaction.

§order_fill_transaction: Option<OrderFillTransaction>

An OrderFillTransaction represents the filling of an Order in the client’s Account.

§order_cancel_transaction: Option<OrderCancelTransaction>

An OrderCancelTransaction represents the cancellation of an Order in the client’s Account.

§order_reissue_transaction: Option<Transaction>

The base Transaction specification. Specifies properties that are common between all Transaction.

§order_reissue_reject_transaction: Option<Transaction>

The base Transaction specification. Specifies properties that are common between all Transaction.

§related_transaction_i_ds: Option<Vec<String>>

The IDs of all Transactions that were created while satisfying the request.

§last_transaction_id: Option<String>

The ID of the most recent Transaction created for the Account format: String representation of the numerical OANDA-assigned TransactionID