Class FinFixedtermDepositInventoryBuilder
Builder for fixed term deposit inventory inquiry orders (HKFGB).
Inherited Members
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, bool, int, string)
Declaration
public FinFixedtermDepositInventory Build(FinAcct aOrderAcct, string sContractRef, bool fAllAcct, int nMaxNoEntries, string sScrollRef)
Parameters
Type | Name | Description |
---|---|---|
FinAcct | aOrderAcct | |
string | sContractRef | |
bool | fAllAcct | |
int | nMaxNoEntries | |
string | sScrollRef |
Returns
Type | Description |
---|---|
FinFixedtermDepositInventory |