Skip to main content

Cloid

Type Alias Cloid 

Source
pub type Cloid = B128;
Expand description

Client Order ID - 128-bit unique identifier

Aliased Type§

#[repr(transparent)]
pub struct Cloid(pub [u8; 16]);

Tuple Fields§

§0: [u8; 16]