Click or drag to resize
AccountsParametersOauthTimestamp 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.

Note: This API is now obsolete.

Gets or sets the date and time of the request, in epoch time. Must be accurate within five minutes.

Namespace: ETradeNet.Accounts
Assembly: ETradeNet.Accounts (in ETradeNet.Accounts.dll) Version: 1.0.5793.41751
Syntax
[ObsoleteAttribute("Use Authorization header instead.")]
public Nullable<long> OauthTimestamp { get; set; }

Property Value

Type: NullableInt64
The date and time of the request, in epoch time. Must be accurate within five minutes. Deprecated; use Authorization header instead.
See Also