Skip to content

Commit b55ab9a

Browse files
committed
bid and ask sizes can be different
1 parent 8667d4e commit b55ab9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

md.q

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ updq:{[id;tm]
2727
r:`ref id;
2828
q:`id`time!(id;tm);
2929
q,:`bp`ap!.sim.tickrnd[r `ts] px;
30-
q,:`bs`as!2#1+rand r `qs;
30+
q,:`bs`as!1+2?r `qs;
3131
`quote`quotes upsert\: q;
3232
}
3333

0 commit comments

Comments
 (0)