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

sTag string
sQualifier string

Properties

IsEmpty

public override bool IsEmpty { get; }

Property Value

bool

Party

The name of the party from his field.

public string Party { get; set; }

Property Value

string

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

string

OnClear()

protected override void OnClear()

OnGenerateFieldContent(string, string)

protected override string OnGenerateFieldContent(string sTag, string sQualifier)

Parameters

sTag string
sQualifier string

Returns

string

OnParseFieldContent(SwiftField)

protected override void OnParseFieldContent(SwiftField aField)

Parameters

aField SwiftField

OnValidate()

protected override string OnValidate()

Returns

string