OrderCreateResponse

StockSharp.Oanda.Native.Communications

Inherits: OrderCancelResponse

Properties

OrderCreateTransaction
public Transaction OrderCreateTransaction { get; set; }
value = orderCreateResponse.OrderCreateTransaction
orderCreateResponse.OrderCreateTransaction = value

The Transaction that created the Order specified by the request.

OrderFillTransaction
public Transaction OrderFillTransaction { get; set; }
value = orderCreateResponse.OrderFillTransaction
orderCreateResponse.OrderFillTransaction = value

The Transaction that filled the newly created Order. Only provided when the Order was immediately filled.

OrderReissueRejectTransaction
public Transaction OrderReissueRejectTransaction { get; set; }
value = orderCreateResponse.OrderReissueRejectTransaction
orderCreateResponse.OrderReissueRejectTransaction = value

The Transaction that rejects the reissue of the Order. Only provided when the replacing Order was paritially filled immediately and was configured to be reissued, however the reissue was rejected.

OrderReissueTransaction
public Transaction OrderReissueTransaction { get; set; }
value = orderCreateResponse.OrderReissueTransaction
orderCreateResponse.OrderReissueTransaction = value

The Transaction that reissues the replacing Order. Only provided when the replacing Order was partially filled immediately and is configured to be reissued for its remaining units.

OrderRejectTransaction
public Transaction OrderRejectTransaction { get; set; }
value = orderCreateResponse.OrderRejectTransaction
orderCreateResponse.OrderRejectTransaction = value

The Transaction that rejected the creation of the Order as requested.