Class: Quickfix::LegReturnRateQuoteExchange

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) ⇒ LegReturnRateQuoteExchange

Returns a new instance of LegReturnRateQuoteExchange.



67879
67880
67881
67882
67883
67884
67885
# File 'lib/quickfix_fields.rb', line 67879

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

Class Method Details

.fieldObject



67876
67877
67878
# File 'lib/quickfix_fields.rb', line 67876

def LegReturnRateQuoteExchange.field
  return 42552
end