Class FinPortfOrderStatReqBuilder
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 FinPortfOrderStatReqBuilder : FinOrderBuilder
Constructors
FinPortfOrderStatReqBuilder(FinContact)
Declaration
public FinPortfOrderStatReqBuilder(FinContact aContact)
Parameters
Type | Name | Description |
---|---|---|
FinContact | aContact |
Properties
OrderStatusFilterSupported
Declaration
public FinPortfOrderStatus[] OrderStatusFilterSupported { get; }
Property Value
Type | Description |
---|---|
FinPortfOrderStatus[] |
PresentUserOrdersOnlyAllowed
Declaration
public bool PresentUserOrdersOnlyAllowed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
ProvideOrderInfoAllowed
Declaration
public bool ProvideOrderInfoAllowed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
StoragePeriodDays
Optionally the server may provide an indication of how many days portfolio order status details are held available for download.
Declaration
public int StoragePeriodDays { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
Build(FinAcct, Boolean, Boolean, Boolean, String, String, SwiftDate, SwiftDate, FinPortfOrderStatus[])
Declaration
public FinPortfOrderStatReqOrder Build(FinAcct aOrderAcct, bool fProvideOrderInfo, bool fProvideAdditionalInfo, bool fPresentUserOrdersOnly, string sOrderID, string sPortfOrderNo, SwiftDate tFromDate, SwiftDate tToDate, FinPortfOrderStatus[] vnOrderStatusFilter)
Parameters
Type | Name | Description |
---|---|---|
FinAcct | aOrderAcct | |
System.Boolean | fProvideOrderInfo | |
System.Boolean | fProvideAdditionalInfo | |
System.Boolean | fPresentUserOrdersOnly | |
System.String | sOrderID | |
System.String | sPortfOrderNo | |
SwiftDate | tFromDate | |
SwiftDate | tToDate | |
FinPortfOrderStatus[] | vnOrderStatusFilter |
Returns
Type | Description |
---|---|
FinPortfOrderStatReqOrder |