Class FinDistOrderInfo
Contains the information of a single distributed order, obtained from a
HIBAZ
or DIBAZ
segment.
segment.
Inheritance
System.Object
FinDistOrderInfo
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)
System.Object.ToString()
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinDistOrderInfo
Fields
SEGTYPE
The primary segment type wrapped by this class. (HIBAZ)
Declaration
public const string SEGTYPE = "HIBAZ"
Field Value
Type | Description |
---|---|
System.String |
SEGTYPE_DSGV
The alternate segment type defined by the Sparkasse organization, which is also supported by this class.
Declaration
public const string SEGTYPE_DSGV = "DIBAZ"
Field Value
Type | Description |
---|---|
System.String |
Properties
Account
Declaration
public FinAcct Account { get; set; }
Property Value
Type | Description |
---|---|
FinAcct |
FileInfo
Declaration
public FinDistFileInfo FileInfo { get; set; }
Property Value
Type | Description |
---|---|
FinDistFileInfo |
OrderID
Declaration
public string OrderID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SignerInfos
Information about all present and expected signatures. The actual type of signature can be derived from its content.
Declaration
public FinDistSignerInfo[] SignerInfos { get; set; }
Property Value
Type | Description |
---|---|
FinDistSignerInfo[] |
Methods
BuildSegment(String, Int32)
Declaration
public FinSegment BuildSegment(string sSegmentType, int nSegmentVersion)
Parameters
Type | Name | Description |
---|---|---|
System.String | sSegmentType | |
System.Int32 | nSegmentVersion |
Returns
Type | Description |
---|---|
FinSegment |
FromSegment(FinSegment)
Declaration
public static FinDistOrderInfo FromSegment(FinSegment aHIBAZ)
Parameters
Type | Name | Description |
---|---|---|
FinSegment | aHIBAZ |
Returns
Type | Description |
---|---|
FinDistOrderInfo |