prettify
This commit is contained in:
@@ -227,14 +227,12 @@ export class DLOBSubscriberIO extends DLOBSubscriber {
|
|||||||
};
|
};
|
||||||
|
|
||||||
if (quote['bid_size'] && quote['bid_price'] != null) {
|
if (quote['bid_size'] && quote['bid_price'] != null) {
|
||||||
// Sanity check bid price and size and change to top of book if necessary
|
// Sanity check bid price and size
|
||||||
let indicativeBid: Order = Object.assign(
|
let indicativeBid: Order = Object.assign(
|
||||||
{},
|
{},
|
||||||
indicativeBaseOrder,
|
indicativeBaseOrder,
|
||||||
{
|
{
|
||||||
orderId: indicativeOrderId,
|
orderId: indicativeOrderId,
|
||||||
direction: PositionDirection.LONG,
|
|
||||||
baseAssetAmount: new BN(quote['bid_size']),
|
|
||||||
oraclePriceOffset: quote['is_oracle_offset']
|
oraclePriceOffset: quote['is_oracle_offset']
|
||||||
? quote['bid_price']
|
? quote['bid_price']
|
||||||
: 0,
|
: 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user