Class: Quickfix::ReturnRateQuoteBusinessCenter

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

Returns a new instance of ReturnRateQuoteBusinessCenter.



70453
70454
70455
70456
70457
70458
70459
# File 'lib/quickfix_fields.rb', line 70453

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

Class Method Details

.fieldObject



70450
70451
70452
# File 'lib/quickfix_fields.rb', line 70450

def ReturnRateQuoteBusinessCenter.field
  return 42752
end