Class SecuritiesPartyField
- Namespace
- Subsembly.Swift.SecuritiesMarkets
- Assembly
- Subsembly.Sepa.dll
Generic field Party (Swift Field 95a).
public class SecuritiesPartyField : SecuritiesGenericField, ISecuritiesSequence
- Inheritance
-
SecuritiesPartyField
- Implements
- Inherited Members
Constructors
SecuritiesPartyField(string, string)
public SecuritiesPartyField(string sTag, string sQualifier)
Parameters
Properties
IsEmpty
public override bool IsEmpty { get; }
Property Value
Party
The name of the party from his field.
public string Party { get; set; }
Property Value
Remarks
There are many different field options, producing different party identifications. Regardless of the field option, this property contains the actual party identification from the field content. Additional attributes of the party can be found in future properties.
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
aFieldSwiftField
OnValidate()
protected override string OnValidate()