fix mango account client layout
This commit is contained in:
parent
14e20f9668
commit
26d65e9db9
|
@ -1018,12 +1018,12 @@ export class PerpPosition {
|
|||
dto.marketIndex as PerpMarketIndex,
|
||||
dto.basePositionLots,
|
||||
I80F48.from(dto.quotePositionNative),
|
||||
dto.bidsBaseLots,
|
||||
dto.asksBaseLots,
|
||||
dto.quoteEntryNative,
|
||||
dto.quoteRunningNative,
|
||||
I80F48.from(dto.longSettledFunding),
|
||||
I80F48.from(dto.shortSettledFunding),
|
||||
dto.takerBaseLots,
|
||||
dto.takerQuoteLots,
|
||||
dto.bidsBaseLots,
|
||||
dto.asksBaseLots,
|
||||
dto.takerBaseLots,
|
||||
dto.takerQuoteLots,
|
||||
dto.cumulativeLongFunding,
|
||||
|
|
Loading…
Reference in New Issue