Class SecuritiesPartyField
Generic field Party (Swift Field 95a).
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 SecuritiesPartyField : SecuritiesGenericField, ISecuritiesSequence
Constructors
SecuritiesPartyField(String, String)
Declaration
public SecuritiesPartyField(string sTag, string sQualifier)
Parameters
Type | Name | Description |
---|---|---|
System.String | sTag | |
System.String | sQualifier |
Properties
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
Party
The name of the party from his field.
Declaration
public string Party { get; set; }
Property Value
Type | Description |
---|---|
System.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()
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 |