Class FinFixedtermDepositInventoryBuilder
Builder for fixed term deposit inventory inquiry orders (HKFGB).
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 FinFixedtermDepositInventoryBuilder : FinOrderBuilder
Constructors
FinFixedtermDepositInventoryBuilder(FinContact)
Creates a single fixed term deposit inventory inquiry builder for the given bank contact.
Declaration
public FinFixedtermDepositInventoryBuilder(FinContact aContact)
Parameters
Type | Name | Description |
---|---|---|
FinContact | aContact | Contact data of a fully initialised and synchronised contact for which to create the FinFixedtermDepositInventoryBuilder instance. |
Methods
Build(FinAcct, String, Boolean, Int32, String)
Declaration
public FinFixedtermDepositInventory Build(FinAcct aDepositAcct, string sContractRef, bool fAllAcct, int nMaxNoEntries, string sScrollRef)
Parameters
Type | Name | Description |
---|---|---|
FinAcct | aDepositAcct | |
System.String | sContractRef | |
System.Boolean | fAllAcct | |
System.Int32 | nMaxNoEntries | |
System.String | sScrollRef |
Returns
Type | Description |
---|---|
FinFixedtermDepositInventory |