Class SecuritiesSettlementDetails
Sequence with Settlement Details (SETDET)
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 SecuritiesSettlementDetails : SecuritiesBlock, ISecuritiesSequence
Constructors
SecuritiesSettlementDetails()
Declaration
public SecuritiesSettlementDetails()
Fields
BLOCKNAME
Declaration
public const string BLOCKNAME = "SETDET"
Field Value
Type | Description |
---|---|
System.String |
Properties
Amounts
Declaration
public SecuritiesAmountBlocks Amounts { get; }
Property Value
Type | Description |
---|---|
SecuritiesAmountBlocks |
Methods
WriteSequence(SwiftWriter)
Declaration
public override void WriteSequence(SwiftWriter aWriter)
Parameters
Type | Name | Description |
---|---|---|
SwiftWriter | aWriter |