Class: Quickfix::ReturnRateFXRateCalc

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ ReturnRateFXRateCalc

Returns a new instance of ReturnRateFXRateCalc.



70219
70220
70221
70222
70223
70224
70225
# File 'lib/quickfix_fields.rb', line 70219

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

Class Method Details

.fieldObject



70216
70217
70218
# File 'lib/quickfix_fields.rb', line 70216

def ReturnRateFXRateCalc.field
  return 42734
end