Class: Quickfix::LegDividendNumOfIndexUnits

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegDividendNumOfIndexUnits

Returns a new instance of LegDividendNumOfIndexUnits.



65214
65215
65216
65217
65218
65219
65220
# File 'lib/quickfix_fields.rb', line 65214

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