Class: Quickfix::LegReturnRateQuoteBusinessCenter

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

Returns a new instance of LegReturnRateQuoteBusinessCenter.



67866
67867
67868
67869
67870
67871
67872
# File 'lib/quickfix_fields.rb', line 67866

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

Class Method Details

.fieldObject



67863
67864
67865
# File 'lib/quickfix_fields.rb', line 67863

def LegReturnRateQuoteBusinessCenter.field
  return 42551
end