Class CancelOrderRequestParameters
public class CancelOrderRequestParameters : TradingRequestParameters, IConnectionBindedObject, ILoggable
Properties
Declaration
public override string ConnectionId { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Declaration
public override string Event { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Declaration
public override string Message { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Declaration
public Order Order { get; set; }
Property Value
Declaration
public override RequestType Type { get; }
Property Value
Type |
Description |
TradingPlatform.BusinessLayer.RequestType |
|
Overrides