Class: Quickfix::ReturnRateAmountRelativeTo

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ReturnRateAmountRelativeTo

Returns a new instance of ReturnRateAmountRelativeTo.



70323
70324
70325
70326
70327
70328
70329
# File 'lib/quickfix_fields.rb', line 70323

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