Class FinPortfOrderStatResp
The status details of a single brokerage order (HIWSO).
Inheritance
FinPortfOrderStatResp
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
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
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
OrderID
Declaration
public string OrderID { get; set; }
Property Value
OrderModifiable
Declaration
public bool OrderModifiable { get; set; }
Property Value
OrderSplit
Declaration
public bool OrderSplit { get; set; }
Property Value
OrderTimestamp
Declaration
public DateTime OrderTimestamp { get; set; }
Property Value
PortfAcct
The portfolio account for which the order was made.
Declaration
public FinAcct PortfAcct { get; set; }
Property Value
PortfOrderNo
Declaration
public string PortfOrderNo { get; set; }
Property Value
RegistrationTimestamp
Declaration
public DateTime RegistrationTimestamp { get; set; }
Property Value
Status
Declaration
public FinPortfOrderStatus Status { get; set; }
Property Value
ValidityTimestamp
Declaration
public DateTime ValidityTimestamp { get; set; }
Property Value