profitLoss property

  1. @TagNumber.new(28)
Int64 get profitLoss

Implementation

@$pb.TagNumber(28)
$fixnum.Int64 get profitLoss => $_getI64(27);
  1. @TagNumber.new(28)
set profitLoss (Int64 v)

Implementation

@$pb.TagNumber(28)
set profitLoss($fixnum.Int64 v) { $_setInt64(27, v); }