Class FinReclassificationBuilder
Builder for reclassification orders (HKUMB).
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 FinReclassificationBuilder : FinSingOrderBuilder
Remarks
This DTAUS based legacy order type is still required for Sparda DV and Deutsche Bank. It will be removed as soon as the last bank stops supporting it.
Constructors
FinReclassificationBuilder(FinContact)
Creates a reclassification order builder for the given bank parameter data.
Declaration
public FinReclassificationBuilder(FinContact aContact)
Parameters
Type | Name | Description |
---|---|---|
FinContact | aContact | Contact data of a fully initialised and synchronised contact for which to create the FinReclassificationBuilder instance. |