GEBuyOrderCreationSchema constructor
Returns a new GEBuyOrderCreationSchema instance.
Implementation
GEBuyOrderCreationSchema({
required this.code,
required this.quantity,
required this.price,
});
Returns a new GEBuyOrderCreationSchema instance.
GEBuyOrderCreationSchema({
required this.code,
required this.quantity,
required this.price,
});