Class: Quickfix::LegReturnRateQuoteUnits

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegReturnRateQuoteUnits

Returns a new instance of LegReturnRateQuoteUnits.



67762
67763
67764
67765
67766
67767
67768
# File 'lib/quickfix_fields.rb', line 67762

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

Class Method Details

.fieldObject



67759
67760
67761
# File 'lib/quickfix_fields.rb', line 67759

def LegReturnRateQuoteUnits.field
  return 42543
end