IAssetsMarketsClosedPositionEvent Interface

Stator | API Documentation
Interface for a closed position event (to be imported).
Assets > Markets > Closed Position

Namespace:  Stator.libPublic.ImportPlugins.DataObjectInterfaces
Assembly:  libPublic (in libPublic.dll) Version: 4.0.2018.0 (4.0.18103)
Syntax

public interface IAssetsMarketsClosedPositionEvent

The IAssetsMarketsClosedPositionEvent type exposes the following members.

Properties

  NameDescription
Public propertyBaseTypeIdentifier
The base type identifier for the ticker.
i.e. X_AUS_ASX = Australian Stock Exchange
Public propertyCashAccountUniqueIdentifier
A unique identifier for the cash account which the cash transaction will be assigned to.
For reference see: UniqueIdentifier
Public propertyClosedPositions
A list of closed positions which make up this event.
Public propertyCloseReason
The closing reason (the reason why the position was closed).
Public propertyCosts
The costs associated with the closed position event.
Public propertyCreateCashTransaction
True if you would like a cash transaction to be created for this closed position.
Public propertyCurrencyCode
The currency code for the ticker (three letter ISO Code, i.e. AUD, USD).
Public propertyDiaryNotes
Diarynotes associated with the closed position event.
Public propertyEstateUniqueIdentifier
A unique identifier for the estate which the open position (being closed) belongs to.
For more information regarding unique identifiers see: UniqueIdentifier
Public propertyExchangeRateToAccount
An exchange rate between the closed position currency and the cash account currency.
Known as the Funding Exchange Rate
Public propertyExchangeRateToEstate
An exchange rate between the closed position currency and the estate currency.
Known as the Exit Exchange Rate
Public propertyExitDateTime
The closing date/time (when the position was closed).
Public propertyExitPrice
The closing price (the exit price for the closed position).
Public propertyQuantityClosed
The closing quantity.
Public propertyTickerCode
The ticker code for the position to be closed, i.e. MSFT = Microsoft.
Public propertyUniqueIdentifier
Unique identifier for this closed position event.
Top
See Also

Reference