Class FinDistHvbOrderInfo
Contains the information of a single distributed order, obtained from a
HypoVereinsbank special BITAB
segment.
Inheritance
System.Object
FinDistHvbOrderInfo
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 FinDistHvbOrderInfo
Properties
_UnknownSignatureFlags
Do not use.
Declaration
public string _UnknownSignatureFlags { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Account
Declaration
public FinAcct Account { get; set; }
Property Value
Type | Description |
---|---|
FinAcct |
AdditionalInformation
Declaration
public string AdditionalInformation { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OrderID
Declaration
public string OrderID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OrderSegmentBuffer
Declaration
public FinSegmentBuffer OrderSegmentBuffer { get; set; }
Property Value
Type | Description |
---|---|
FinSegmentBuffer |
SignatureNeeded
Indicates whether a signature is pending for this order.
Declaration
public bool SignatureNeeded { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
This is derived from the _UnknownSignatureFlags. From traces we saw signature flag values "00011", "00021", and "00031", where "00011" was used for orders that had a pending signature.
Methods
FromSegment(FinSegment, FinAcct)
Declaration
public static FinDistHvbOrderInfo FromSegment(FinSegment aBITAB, FinAcct aOrderAcct)
Parameters
Type | Name | Description |
---|---|---|
FinSegment | aBITAB | |
FinAcct | aOrderAcct |
Returns
Type | Description |
---|---|
FinDistHvbOrderInfo |
GetOrderHash(FinHash)
Declaration
public byte[] GetOrderHash(FinHash nHashAlgorithm)
Parameters
Type | Name | Description |
---|---|---|
FinHash | nHashAlgorithm |
Returns
Type | Description |
---|---|
System.Byte[] |
GetOrderSegment()
Declaration
public FinSegment GetOrderSegment()
Returns
Type | Description |
---|---|
FinSegment |
GetOrderSepaDocument()
Declaration
public SepaDocument GetOrderSepaDocument()
Returns
Type | Description |
---|---|
SepaDocument |