SubscribeBook constructor
SubscribeBook({
- required XRPCurrencies takerGets,
- required XRPCurrencies takerPays,
- required String taker,
- bool snapshot = false,
- bool both = false,
Implementation
SubscribeBook(
{required this.takerGets,
required this.takerPays,
required this.taker,
this.snapshot = false,
this.both = false});