Class FinPortfOrderStatResp

Namespace
Subsembly.FinTS
Assembly
Subsembly.FinTS.Core.dll

The status details of a single brokerage order (HIWSO).

public class FinPortfOrderStatResp
Inheritance
FinPortfOrderStatResp
Inherited Members

Constructors

FinPortfOrderStatResp()

public FinPortfOrderStatResp()

Properties

AdviceOfExecutionData

Provides the raw SWIFT MT-513 "Client Advice Of Execution" (Ausführungsanzeige) data that was returned by the bank.

public FinByteBuffer AdviceOfExecutionData { get; set; }

Property Value

FinByteBuffer

ConfirmationOfExecutionData

Provides the raw SWIFT MT-515 "Client Confirmation of Purchase or Sale" (Wertpapierabrechnung) data that was returned by the bank.

public FinByteBuffer ConfirmationOfExecutionData { get; set; }

Property Value

FinByteBuffer

OrderData

Provides the raw SWIFT MT-502 "Order to Buy or Sell" (Wertpapierorder) data that was returned by the bank.

public FinByteBuffer OrderData { get; set; }

Property Value

FinByteBuffer

OrderID

Auftragsidentifikation

public string OrderID { get; set; }

Property Value

string

OrderModifiable

public bool OrderModifiable { get; set; }

Property Value

bool

OrderSplit

public bool OrderSplit { get; set; }

Property Value

bool

OrderTimestamp

public DateTime OrderTimestamp { get; set; }

Property Value

DateTime

PortfAcct

The portfolio account for which the order was made.

public FinAcct PortfAcct { get; set; }

Property Value

FinAcct

PortfOrderNo

Ordernummer

public string PortfOrderNo { get; set; }

Property Value

string

RegistrationTimestamp

Vormerkungszeitpunkt

public DateTime RegistrationTimestamp { get; set; }

Property Value

DateTime

Status

public FinPortfOrderStatus Status { get; set; }

Property Value

FinPortfOrderStatus

ValidityTimestamp

Gültigkeitszeitpunkt

public DateTime ValidityTimestamp { get; set; }

Property Value

DateTime