Class: Quickfix::ReturnRateAmountRelativeTo

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



70320
70321
70322
# File 'lib/quickfix_fields.rb', line 70320

def ReturnRateAmountRelativeTo.field
  return 42742
end