Class FinDistOrderInfo

Namespace
Subsembly.FinTS
Assembly
Subsembly.FinTS.Core.dll

Contains the information of a single distributed order, obtained from a HIBAZ or DIBAZsegment. segment.

public class FinDistOrderInfo
Inheritance
FinDistOrderInfo
Inherited Members

Fields

SEGTYPE

The primary segment type wrapped by this class. (HIBAZ)

public const string SEGTYPE = "HIBAZ"

Field Value

string

SEGTYPE_DSGV

The alternate segment type defined by the Sparkasse organization, which is also supported by this class.

public const string SEGTYPE_DSGV = "DIBAZ"

Field Value

string

Properties

Account

public FinAcct Account { get; set; }

Property Value

FinAcct

FileInfo

public FinDistFileInfo FileInfo { get; set; }

Property Value

FinDistFileInfo

OrderID

public string OrderID { get; set; }

Property Value

string

SignerInfos

Information about all present and expected signatures. The actual type of signature can be derived from its content.

public FinDistSignerInfo[] SignerInfos { get; set; }

Property Value

FinDistSignerInfo[]

Methods

BuildSegment(string, int)

public FinSegment BuildSegment(string sSegmentType, int nSegmentVersion)

Parameters

sSegmentType string
nSegmentVersion int

Returns

FinSegment

FromSegment(FinSegment)

public static FinDistOrderInfo FromSegment(FinSegment aHIBAZ)

Parameters

aHIBAZ FinSegment

Returns

FinDistOrderInfo