Class: Quickfix::ReturnRateQuoteUnits

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ReturnRateQuoteUnits

Returns a new instance of ReturnRateQuoteUnits.



70349
70350
70351
70352
70353
70354
70355
# File 'lib/quickfix_fields.rb', line 70349

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