public method TradeDeskAut.GetTradeByOrder

Brief

Gets the TradeID by the OrderID.

Declaration
Visual Basic
Function GetTradeByOrder (sOrderID as String) As String
IDL
[id(160)] HRESULT GetTradeByOrder( [in]BSTR sOrderID, [out, retval] BSTR* retVal)

Parameters
sOrderID

The order identifier.

Returns

The method returns the identifier of the trade created by the immediate or entry order.

Details

The GetTradeByOrder method is defined in the TradeDeskAut class.

back