Class: Quickfix::ReturnRateQuoteMethod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ReturnRateQuoteMethod

Returns a new instance of ReturnRateQuoteMethod.



70362
70363
70364
70365
70366
70367
70368
# File 'lib/quickfix_fields.rb', line 70362

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