Class FinPortfOrderStatResp
The status details of a single brokerage order (HIWSO).
Inheritance
System.Object
FinPortfOrderStatResp
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 FinPortfOrderStatResp
Constructors
FinPortfOrderStatResp()
Declaration
public FinPortfOrderStatResp()
Properties
AdviceOfExecutionData
Provides the raw SWIFT MT-513 "Client Advice Of Execution" (Ausführungsanzeige) data that was returned by the bank.
Declaration
public FinByteBuffer AdviceOfExecutionData { get; set; }
Property Value
Type | Description |
---|---|
FinByteBuffer |
ConfirmationOfExecutionData
Provides the raw SWIFT MT-515 "Client Confirmation of Purchase or Sale" (Wertpapierabrechnung) data that was returned by the bank.
Declaration
public FinByteBuffer ConfirmationOfExecutionData { get; set; }
Property Value
Type | Description |
---|---|
FinByteBuffer |
OrderData
Provides the raw SWIFT MT-502 "Order to Buy or Sell" (Wertpapierorder) data that was returned by the bank.
Declaration
public FinByteBuffer OrderData { get; set; }
Property Value
Type | Description |
---|---|
FinByteBuffer |
OrderID
Auftragsidentifikation
Declaration
public string OrderID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OrderModifiable
Declaration
public bool OrderModifiable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
OrderSplit
Declaration
public bool OrderSplit { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
OrderTimestamp
Declaration
public DateTime OrderTimestamp { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
PortfAcct
The portfolio account for which the order was made.
Declaration
public FinAcct PortfAcct { get; set; }
Property Value
Type | Description |
---|---|
FinAcct |
PortfOrderNo
Ordernummer
Declaration
public string PortfOrderNo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RegistrationTimestamp
Vormerkungszeitpunkt
Declaration
public DateTime RegistrationTimestamp { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Status
Declaration
public FinPortfOrderStatus Status { get; set; }
Property Value
Type | Description |
---|---|
FinPortfOrderStatus |
ValidityTimestamp
Gültigkeitszeitpunkt
Declaration
public DateTime ValidityTimestamp { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |