currency property

  1. @TagNumber.new(2)
String get currency

/ Optional ISO 4217 default stamped on firm and first chain/boutique; server fills platform default if omitted.

Implementation

@$pb.TagNumber(2)
$core.String get currency => $_getSZ(1);
  1. @TagNumber.new(2)
set currency (String v)

Implementation

@$pb.TagNumber(2)
set currency($core.String v) { $_setString(1, v); }