Class: Quickfix::VegaMultiplier

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ VegaMultiplier

Returns a new instance of VegaMultiplier.



62588
62589
62590
62591
62592
62593
62594
# File 'lib/quickfix_fields.rb', line 62588

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