Class ServerTimeResponse
Returned by the GetServerTime(CancellationToken) method.
Inheritance
System.Object
ServerTimeResponse
Namespace: FFT.Binance
Assembly: FFT.Binance.dll
Syntax
public sealed class ServerTimeResponse : object
Constructors
| Improve this Doc View SourceServerTimeResponse(TimeStamp)
Initializes a new instance of the ServerTimeResponse class.
Declaration
public ServerTimeResponse(TimeStamp serverTime)
Parameters
| Type | Name | Description |
|---|---|---|
| TimeStamp | serverTime |
Properties
| Improve this Doc View SourceServerTime
The current server time.
Declaration
public TimeStamp ServerTime { get; }
Property Value
| Type | Description |
|---|---|
| TimeStamp |