PositionLot

data class PositionLot(positionId: Int?, positionLotId: Int?, price: Float?, termCode: Int?, daysGain: Float?, daysGainPct: Float?, marketValue: Float?, totalCost: Float?, totalCostForGainPct: Float?, totalGain: Float?, lotSourceCode: Int?, originalQty: Float?, remainingQty: Float?, availableQty: Float?, orderNo: Int?, legNo: Int?, acquiredDate: Int?, locationCode: Int?, exchangeRate: Float?, settlementCurrency: String?, paymentCurrency: String?, adjPrice: Float?, commPerShare: Float?, feesPerShare: Float?, premiumAdj: Float?, shortType: Int?)

Parameters

positionId

The position ID

positionLotId

The position lot ID

price

The position lot price

termCode

The term code

daysGain

The days gain

daysGainPct

The days gain percentage

marketValue

The market value

totalCost

The total cost

totalCostForGainPct

The total cost for the percentage gain

totalGain

The total gain

lotSourceCode

The lot source code

originalQty

The original quantity

remainingQty

The remaining quantity

availableQty

The available quantity

orderNo

The order number

legNo

The leg number

acquiredDate

The date acquired

locationCode

The location code

exchangeRate

The exchange rate

settlementCurrency

The settlement currency

paymentCurrency

The payment currency

adjPrice

The adjusted price

commPerShare

The commissions per share

feesPerShare

The fees per share

premiumAdj

The adjusted premium

shortType

The short type

Constructors

PositionLot
Link copied to clipboard
fun PositionLot(positionId: Int?, positionLotId: Int?, price: Float?, termCode: Int?, daysGain: Float?, daysGainPct: Float?, marketValue: Float?, totalCost: Float?, totalCostForGainPct: Float?, totalGain: Float?, lotSourceCode: Int?, originalQty: Float?, remainingQty: Float?, availableQty: Float?, orderNo: Int?, legNo: Int?, acquiredDate: Int?, locationCode: Int?, exchangeRate: Float?, settlementCurrency: String?, paymentCurrency: String?, adjPrice: Float?, commPerShare: Float?, feesPerShare: Float?, premiumAdj: Float?, shortType: Int?)
The position ID

Properties

acquiredDate
Link copied to clipboard
val acquiredDate: Int?
The date acquired
adjPrice
Link copied to clipboard
val adjPrice: Float?
The adjusted price
availableQty
Link copied to clipboard
val availableQty: Float?
The available quantity
commPerShare
Link copied to clipboard
val commPerShare: Float?
The commissions per share
daysGain
Link copied to clipboard
val daysGain: Float?
The days gain
daysGainPct
Link copied to clipboard
val daysGainPct: Float?
The days gain percentage
exchangeRate
Link copied to clipboard
val exchangeRate: Float?
The exchange rate
feesPerShare
Link copied to clipboard
val feesPerShare: Float?
The fees per share
legNo
Link copied to clipboard
val legNo: Int?
The leg number
locationCode
Link copied to clipboard
val locationCode: Int?
The location code
lotSourceCode
Link copied to clipboard
val lotSourceCode: Int?
The lot source code
marketValue
Link copied to clipboard
val marketValue: Float?
The market value
orderNo
Link copied to clipboard
val orderNo: Int?
The order number
originalQty
Link copied to clipboard
val originalQty: Float?
The original quantity
paymentCurrency
Link copied to clipboard
val paymentCurrency: String?
The payment currency
positionId
Link copied to clipboard
val positionId: Int?
The position ID
positionLotId
Link copied to clipboard
val positionLotId: Int?
The position lot ID
premiumAdj
Link copied to clipboard
val premiumAdj: Float?
The adjusted premium
price
Link copied to clipboard
val price: Float?
The position lot price
remainingQty
Link copied to clipboard
val remainingQty: Float?
The remaining quantity
settlementCurrency
Link copied to clipboard
val settlementCurrency: String?
The settlement currency
shortType
Link copied to clipboard
val shortType: Int?
The short type
termCode
Link copied to clipboard
val termCode: Int?
The term code
totalCost
Link copied to clipboard
val totalCost: Float?
The total cost
totalCostForGainPct
Link copied to clipboard
val totalCostForGainPct: Float?
The total cost for the percentage gain
totalGain
Link copied to clipboard
val totalGain: Float?
The total gain

Sources

jvm source
Link copied to clipboard