Class SecuritiesTransactionsGeneralBlock
Inheritance
System.Object
SecuritiesTransactionsGeneralBlock
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 SecuritiesTransactionsGeneralBlock : SecuritiesGeneralBlock, ISecuritiesSequence
Constructors
SecuritiesTransactionsGeneralBlock(SecuritiesStatementOfTransactions)
Declaration
public SecuritiesTransactionsGeneralBlock(SecuritiesStatementOfTransactions aMessage)
Parameters
Type | Name | Description |
---|---|---|
SecuritiesStatementOfTransactions | aMessage | Back reference to message that contains this block. |
Properties
StatementPeriod
The mandatory period of this statement.
Declaration
public SecuritiesPeriodField StatementPeriod { get; }
Property Value
Type | Description |
---|---|
SecuritiesPeriodField |
Methods
WriteSequence(SwiftWriter)
Declaration
public override void WriteSequence(SwiftWriter aWriter)
Parameters
Type | Name | Description |
---|---|---|
SwiftWriter | aWriter |