• Version 4.1.0
Show / Hide Table of Contents

Class PositionAmountData

Information about position amount.

Inheritance
object
PositionAmountData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OnixS.CmeStpHandler
Assembly: OnixS.CmeStpHandler.dll
Syntax
[Serializable]
public class PositionAmountData

Constructors

PositionAmountData()

Default constructor.

Declaration
public PositionAmountData()

Properties

PositionAmount

Residual amount per contract for APS transactions.

Declaration
public decimal PositionAmount { get; set; }
Property Value
Type Description
decimal

PositionAmountType

Represents Residual Price of Average Price System (APS) transactions. Supported value: CRES = CashResidualAmount

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

PositionCurrency

The currency in which the position amount is denominated.

Declaration
public string PositionCurrency { get; set; }
Property Value
Type Description
string
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX