Class: Quickfix::ReturnRateFXRate

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ ReturnRateFXRate

Returns a new instance of ReturnRateFXRate.



70206
70207
70208
70209
70210
70211
70212
# File 'lib/quickfix_fields.rb', line 70206

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

Class Method Details

.fieldObject



70203
70204
70205
# File 'lib/quickfix_fields.rb', line 70203

def ReturnRateFXRate.field
  return 42733
end