Class SecuritiesBalanceField
Represents a Balance (Field 93B or 93C).
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 SecuritiesBalanceField : SecuritiesGenericField, ISecuritiesSequence
Constructors
SecuritiesBalanceField(String, String)
Declaration
public SecuritiesBalanceField(string sTag, string sQualifier)
Parameters
Type | Name | Description |
---|---|---|
System.String | sTag | |
System.String | sQualifier |
Properties
BalanceType
If the field tag is 93C, then this must be initialized with the Balance Type Code.
Declaration
public SecuritiesBalanceType BalanceType { get; set; }
Property Value
Type | Description |
---|---|
SecuritiesBalanceType |
IsEmpty
Declaration
public override bool IsEmpty { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
IsValid
Declaration
public override bool IsValid { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
QuantityType
The type of the balance value. Indicates whether the value is a monetary value, or a number of shares (units).
Declaration
public SwiftQuantityType QuantityType { get; set; }
Property Value
Type | Description |
---|---|
SwiftQuantityType |
Value
Signed Balance value.
Declaration
public decimal Value { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
Methods
OnChooseFieldTag()
Declaration
protected override string OnChooseFieldTag()
Returns
Type | Description |
---|---|
System.String |
Overrides
OnClear()
Declaration
protected override void OnClear()
Overrides
OnGenerateFieldContent(String, String)
Declaration
protected override string OnGenerateFieldContent(string sTag, string sQualifier)
Parameters
Type | Name | Description |
---|---|---|
System.String | sTag | |
System.String | sQualifier |
Returns
Type | Description |
---|---|
System.String |
Overrides
OnParseFieldContent(SwiftField)
Declaration
protected override void OnParseFieldContent(SwiftField aField)
Parameters
Type | Name | Description |
---|---|---|
SwiftField | aField |