Class CorporateAction

    Represents information about corporate action.

    Namespace: TradingPlatform.BusinessLayer
    Syntax
    public class CorporateAction : BusinessObject, IConnectionBindedObject, IUniqueID

    Constructors

    CorporateAction(String)

    Declaration
    public CorporateAction(string connectionId)
    Parameters
    Type Name Description
    System.String connectionId

    Properties

    CorporateActionType

    Declaration
    public CorporateActionType CorporateActionType { get; set; }
    Property Value
    Type Description
    TradingPlatform.BusinessLayer.CorporateActionType

    DateTime

    Get the date and time when trade was executed

    Declaration
    public DateTime DateTime { get; }
    Property Value
    Type Description
    DateTime

    Details

    Declaration
    public string Details { get; set; }
    Property Value
    Type Description
    System.String

    Id

    Declaration
    public string Id { get; protected set; }
    Property Value
    Type Description
    System.String

    Symbol

    Declaration
    public Symbol Symbol { get; protected set; }
    Property Value
    Type Description
    Symbol

    Events

    Updated

    Will be triggered on corporate action updating

    Declaration
    public event Action Updated
    Event Type
    Type Description
    Action
    Back to top Copyright QUANTOWER LLC. © 2017-2021. All rights reserved.