Click or drag to resize
TransactionTransactionDate 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 date and time of the transaction in epoch time.

Namespace: ETradeNet.Accounts.Transactions.Data
Assembly: ETradeNet.Accounts (in ETradeNet.Accounts.dll) Version: 1.0.5793.41751
Syntax
public Nullable<long> TransactionDate { get; set; }

Property Value

Type: NullableInt64
Date and time of the transaction in epoch time.
See Also