DerivativeOrderUpdate constructor
const
DerivativeOrderUpdate({
- OrderUpdateStatus? status,
- String? orderHash,
- String? cid,
- DerivativeOrder? order,
Implementation
const DerivativeOrderUpdate({
this.status,
this.orderHash,
this.cid,
this.order,
});