Show / Hide Table of Contents

    Class CancelOrderRequestParameters

    Namespace: TradingPlatform.BusinessLayer
    Syntax
    public class CancelOrderRequestParameters : TradingRequestParameters, IConnectionBindedObject, ILoggable

    Properties

    ConnectionId

    Declaration
    public override string ConnectionId { get; }
    Property Value
    Type Description
    System.String
    Overrides
    TradingRequestParameters.ConnectionId

    Event

    Declaration
    public override string Event { get; }
    Property Value
    Type Description
    System.String
    Overrides
    TradingRequestParameters.Event

    Message

    Declaration
    public override string Message { get; }
    Property Value
    Type Description
    System.String
    Overrides
    TradingRequestParameters.Message

    Order

    Declaration
    public Order Order { get; set; }
    Property Value
    Type Description
    Order

    Type

    Declaration
    public override RequestType Type { get; }
    Property Value
    Type Description
    TradingPlatform.BusinessLayer.RequestType
    Overrides
    RequestParameters.Type
    Back to top Copyright © 2017 - 2018 Quantower LLC