 | OrderOrderExecutedTime Property |
Note: This is preliminary documentation provided only as a preview, and is subject to change. Please contact the author for pricing and licensing information.
Gets or sets the time the order was executed, in epoch time.
Namespace: ETradeNet.Order.DataAssembly: ETradeNet.Order (in ETradeNet.Order.dll) Version: 1.0.5793.41701
Syntaxpublic Nullable<long> OrderExecutedTime { get; set; }
Public Property OrderExecutedTime As Nullable(Of Long)
Get
Set
public:
property Nullable<long long> OrderExecutedTime {
Nullable<long long> get ();
void set (Nullable<long long> value);
}
member OrderExecutedTime : Nullable<int64> with get, set
Property Value
Type:
NullableInt64The time the order was executed, in epoch time.
See Also