Class: Quickfix::LegReturnRateQuoteMethod

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegReturnRateQuoteMethod

Returns a new instance of LegReturnRateQuoteMethod.



67775
67776
67777
67778
67779
67780
67781
# File 'lib/quickfix_fields.rb', line 67775

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

Class Method Details

.fieldObject



67772
67773
67774
# File 'lib/quickfix_fields.rb', line 67772

def LegReturnRateQuoteMethod.field
  return 42544
end