IAssetsMarketsPositionCost Interface

Stator | API Documentation
Interface which allows you to import a position cost (to be imported).
Assets > Markets > Position Cost

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

public interface IAssetsMarketsPositionCost

The IAssetsMarketsPositionCost type exposes the following members.

Properties

  NameDescription
Public propertyCashAccountUniqueIdentifier
A unique identifier for the cash account which the cash transaction will be assigned to.
For reference see: UniqueIdentifier
Public propertyCostAmount
The position cost amount (in the currency specified by CurrencyCode).
Public propertyCostDate
The date/time for the position cost.
Public propertyCreateCashTransaction
True if you would like a cash transaction to be created for this position cost.
Public propertyCurrencyCode
The currency code for the position cost (three letter ISO Code, i.e. AUD, USD).
Public propertyExchangeRateToAccount
An exchange rate between the position cost currency and the cash account currency.
Known as the Cost Funding Exchange Rate
Public propertyExchangeRateToPosition
An exchange rate between the position cost currency and the position currency.
Known as the Cost Exchange Rate
Public propertyPositionUniqueIdentifier
A unique identifier for the position which the cost belongs to.
For more information regarding unique identifiers see: UniqueIdentifier
Public propertyType
The type for the position cost, Brokerage, GST etc.
Public propertyUniqueIdentifier
Unique identifier for this position cost.
Top
See Also

Reference