 | OrderParametersOauthTimestamp 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.OrderAssembly: ETradeNet.Order (in ETradeNet.Order.dll) Version: 1.0.5793.41701
Syntax[ObsoleteAttribute("Use Authorization header instead.")]
public Nullable<long> OauthTimestamp { get; set; }
<ObsoleteAttribute("Use Authorization header instead.")>
Public Property OauthTimestamp As Nullable(Of Long)
Get
Set
public:
[ObsoleteAttribute(L"Use Authorization header instead.")]
property Nullable<long long> OauthTimestamp {
Nullable<long long> get ();
void set (Nullable<long long> value);
}
[<ObsoleteAttribute("Use Authorization header instead.")>]
member OauthTimestamp : Nullable<int64> with get, set
Property Value
Type:
NullableInt64The date and time of the request, in epoch time. Must be accurate within five minutes. Deprecated; use Authorization header instead.
See Also