Class FinPortfListBuilder
Builder for security portfolio list requests (HKWPD).
Inherited Members
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinPortfListBuilder : FinOrderBuilder
Remarks
The name of this class is based on the FinTS 4.0 XML Tag-name of that same order type, which is <PortfList>.
Constructors
FinPortfListBuilder(FinContact)
Declaration
public FinPortfListBuilder(FinContact aContact)
Parameters
Type | Name | Description |
---|---|---|
Fin |
aContact |
Properties
ExchRateQualityAvailable
True if the request parameter ExchRateQuality may be set.
Declaration
public bool ExchRateQualityAvailable { get; }
Property Value
Type | Description |
---|---|
System. |
MaxEntriesAllowed
True if the request parameter MaxNoEntries may be set.
Declaration
public bool MaxEntriesAllowed { get; }
Property Value
Type | Description |
---|---|
System. |
PortfolioSecListCcyAvail
True if the request parameter PortfolioSecurListCcy may be set.
Declaration
public bool PortfolioSecListCcyAvail { get; }
Property Value
Type | Description |
---|---|
System. |
Methods
Build(FinAcct, String, FinExchRateQuality, Int32, String)
Builds a portfolio list request (HKWPD) from the given parameters.
Declaration
public FinPortfList Build(FinAcct aOrderAcct, string sPortfolioSecurListCcy, FinExchRateQuality nExchRateQuality, int nMaxNoEntries, string sScrollRef)
Parameters
Type | Name | Description |
---|---|---|
Fin |
aOrderAcct | The ordering customers account information. This must refer to a valid securities portfolio of the customer. |
System. |
sPortfolioSecurListCcy | Selects the currency of the requested portfolio. This may only be supplied if
Portfolio |
Fin |
nExchRateQuality | Selects the quality of the quoted stock prices in the portfolio list. If
Exch |
System. |
nMaxNoEntries | Optional max number of entries to return. Must only be specified when
Max |
System. |
sScrollRef | Optional scroll reference from a previous inquiry. |
Returns
Type | Description |
---|---|
Fin |
Initialised instance of Fin |