fillFeeBP in SwapOrderStatus
This commit is contained in:
@@ -112,6 +112,7 @@ export function isOpen(state) {
|
|||||||
export function parseOrderStatus(status) {
|
export function parseOrderStatus(status) {
|
||||||
let [
|
let [
|
||||||
order,
|
order,
|
||||||
|
fillFeeBP,
|
||||||
state,
|
state,
|
||||||
start,
|
start,
|
||||||
ocoGroup,
|
ocoGroup,
|
||||||
@@ -126,7 +127,7 @@ export function parseOrderStatus(status) {
|
|||||||
trancheFilledIn = trancheFilledIn.map((f)=>BigInt(f))
|
trancheFilledIn = trancheFilledIn.map((f)=>BigInt(f))
|
||||||
trancheFilledOut = trancheFilledOut.map((f)=>BigInt(f))
|
trancheFilledOut = trancheFilledOut.map((f)=>BigInt(f))
|
||||||
return {
|
return {
|
||||||
order, state, start, ocoGroup, filledIn, filledOut, trancheFilledIn, trancheFilledOut,
|
order, fillFeeBP, state, start, ocoGroup, filledIn, filledOut, trancheFilledIn, trancheFilledOut,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user