Class FinPortfList
A specialised FinOrder that encapsulates a portfolio list request (HKWPD) segment.
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 FinPortfList : FinOrder
Constructors
FinPortfList()
This ctor shall only be used when loading a previously persisted instance of this class.
Declaration
public FinPortfList()
FinPortfList(FinSegment)
Declaration
public FinPortfList(FinSegment aHKWPD)
Parameters
Type | Name | Description |
---|---|---|
FinSegment | aHKWPD |
Properties
PortfSecuritiesList
Provides access to the returned portfolio list (MT-535 or MT-571), if any.
Declaration
public SwiftStatementOfHoldings PortfSecuritiesList { get; }
Property Value
Type | Description |
---|---|
SwiftStatementOfHoldings |
PortfSecuritiesListBuffer
Provides the raw FinByteBuffer with the collected MT-535 or MT-571 data.
Declaration
public FinByteBuffer PortfSecuritiesListBuffer { get; }
Property Value
Type | Description |
---|---|
FinByteBuffer | If no data was returned, then this property is |
SwiftMessageType
Indicates the Swift message type that was used in the response segment.
Declaration
public int SwiftMessageType { get; }
Property Value
Type | Description |
---|---|
System.Int32 | This is either the value 535 or the value 571 in order to indicate the respective message type. It is zero if it is not known. |
Methods
InsertScrollRef(String)
Declaration
protected override bool InsertScrollRef(string sScrollRef)
Parameters
Type | Name | Description |
---|---|---|
System.String | sScrollRef |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
OnExecuteComplete(FinDialog)
When the order was finally executed this method merges all MT-571/MT-535 data.
Declaration
protected override void OnExecuteComplete(FinDialog aDialog)
Parameters
Type | Name | Description |
---|---|---|
FinDialog | aDialog |