Class SecuritiesPartialFill
Sequence with Partial Fill Details (PAFILL).
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Subsembly.Swift.SecuritiesMarkets
Assembly: Subsembly.Sepa.dll
Syntax
public class SecuritiesPartialFill : SecuritiesBlock, ISecuritiesSequence
Constructors
SecuritiesPartialFill()
Declaration
public SecuritiesPartialFill()
Fields
BLOCKNAME
Declaration
public const string BLOCKNAME = "PAFILL"
Field Value
Type | Description |
---|---|
System.String |
Properties
DealPrice
Price of the partial trade represented either as an actual amount (option B) or as a percentage (option A).
Declaration
public SecuritiesPriceField DealPrice { get; }
Property Value
Type | Description |
---|---|
SecuritiesPriceField |
PlaceOfTrade
Declaration
public SecuritiesPlaceField PlaceOfTrade { get; }
Property Value
Type | Description |
---|---|
SecuritiesPlaceField |
Quantity
Quantity of Financial Instrument Partially Filled.
Declaration
public SecuritiesQuantityField Quantity { get; }
Property Value
Type | Description |
---|---|
SecuritiesQuantityField |
TradeDate
Declaration
public SecuritiesDateTimeField TradeDate { get; }
Property Value
Type | Description |
---|---|
SecuritiesDateTimeField |
TypeOfPriceIndicator
Type of price identified in the deal price.
Declaration
public SecuritiesTypeOfPriceIndicator TypeOfPriceIndicator { get; set; }
Property Value
Type | Description |
---|---|
SecuritiesTypeOfPriceIndicator |