Class: Quickfix::LegComplexEventSpotRate

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegComplexEventSpotRate

Returns a new instance of LegComplexEventSpotRate.



57830
57831
57832
57833
57834
57835
57836
# File 'lib/quickfix_fields.rb', line 57830

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

Class Method Details

.fieldObject



57827
57828
57829
# File 'lib/quickfix_fields.rb', line 57827

def LegComplexEventSpotRate.field
  return 2409
end