Editor Plugins
English
Appearance
struct Depth
Depth
position: int
Position
price: Decimal?
Price
volume: int
Volume
order_num: int
Number of orders
pub fn new(inner: Depth): Depth
fn new(inner: _Depth): Depth { return Depth { position: inner.position, price: inner.price, volume: inner.volume, order_num: inner.order_num, };}