Class: Quickfix::LegTotalIssuedAmount

Inherits:
DoubleField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegTotalIssuedAmount

Returns a new instance of LegTotalIssuedAmount.



42672
42673
42674
42675
42676
42677
42678
# File 'lib/quickfix_fields.rb', line 42672

def initialize(data = nil)
  if( data == nil )
    super(2162)
  else
    super(2162, data)
  end
end