MarginEstimate
Margin level estimate for both worst and best case possible
type MarginEstimate {
worstCase: MarginLevels!
bestCase: MarginLevels!
}
Fields
MarginEstimate.worstCase
● MarginLevels!
non-null object
Margin level estimate assuming slippage cap is applied
MarginEstimate.bestCase
● MarginLevels!
non-null object
Margin level estimate assuming no slippage
Member of
PositionEstimate
object