Class SecuritiesBalanceField
- Namespace
- Subsembly.Swift.SecuritiesMarkets
- Assembly
- Subsembly.Sepa.dll
Represents a Balance (Field 93B or 93C).
public class SecuritiesBalanceField : SecuritiesGenericField, ISecuritiesSequence
- Inheritance
-
SecuritiesBalanceField
- Implements
- Inherited Members
Constructors
SecuritiesBalanceField(string, string)
public SecuritiesBalanceField(string sTag, string sQualifier)
Parameters
Properties
BalanceType
If the field tag is 93C, then this must be initialized with the Balance Type Code.
public SecuritiesBalanceType BalanceType { get; set; }
Property Value
IsEmpty
public override bool IsEmpty { get; }
Property Value
QuantityType
The type of the balance value. Indicates whether the value is a monetary value, or a number of shares (units).
public SwiftQuantityType QuantityType { get; set; }
Property Value
Value
Signed Balance value.
public decimal Value { get; set; }
Property Value
Methods
OnChooseFieldTag()
protected override string OnChooseFieldTag()
Returns
OnClear()
protected override void OnClear()
OnGenerateFieldContent(string, string)
protected override string OnGenerateFieldContent(string sTag, string sQualifier)
Parameters
Returns
OnParseFieldContent(SwiftField)
protected override void OnParseFieldContent(SwiftField aField)
Parameters
aField
SwiftField
OnValidate()
protected override string OnValidate()