Class: Quickfix::UnderlyingAdditionalTermBondCurrentTotalIssuedAmount

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingAdditionalTermBondCurrentTotalIssuedAmount

Returns a new instance of UnderlyingAdditionalTermBondCurrentTotalIssuedAmount.



58246
58247
58248
58249
58250
58251
58252
# File 'lib/quickfix_fields.rb', line 58246

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