Type alias TradeHistoryEvent
 
TradeHistoryEvent: { 
    capitalUtilizationFee: BN; 
    markPrice: BN; 
    newNormalizedGreeks: BN[]; 
    underlyingPrice: BN; 
    weightedMultiplier: BN; 
}
Type declaration
- 
capitalUtilizationFee: BN
 
- 
markPrice: BN
 
- 
newNormalizedGreeks: BN[]
 
- 
underlyingPrice: BN
 
- 
weightedMultiplier: BN