Class: Quickfix::LegReturnRateQuoteBusinessCenter

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ 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