Class SecuritiesHoldingsGeneralBlock
Inheritance
System.Object
SecuritiesHoldingsGeneralBlock
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 SecuritiesHoldingsGeneralBlock : SecuritiesGeneralBlock, ISecuritiesSequence
Constructors
SecuritiesHoldingsGeneralBlock(SecuritiesStatementOfHoldings)
Declaration
public SecuritiesHoldingsGeneralBlock(SecuritiesStatementOfHoldings aMessage)
Parameters
Type | Name | Description |
---|---|---|
SecuritiesStatementOfHoldings | aMessage | Back reference to message that contains this block. |
Properties
StatementDate
Declaration
public SecuritiesDateTimeField StatementDate { get; }
Property Value
Type | Description |
---|---|
SecuritiesDateTimeField |
Methods
WriteSequence(SwiftWriter)
Declaration
public override void WriteSequence(SwiftWriter aWriter)
Parameters
Type | Name | Description |
---|---|---|
SwiftWriter | aWriter |