base property

  1. @TagNumber(1)
AccountCurrency get base

The base currency and amount for the quote.

Implementation

@$pb.TagNumber(1)
AccountCurrency get base => $_getN(0);
  1. @TagNumber(1)
set base (AccountCurrency v)

Implementation

@$pb.TagNumber(1)
set base(AccountCurrency v) { $_setField(1, v); }