Class: Quickfix::UnderlyingReturnRateFXRateCalc

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) ⇒ UnderlyingReturnRateFXRateCalc

Returns a new instance of UnderlyingReturnRateFXRateCalc.



74366
74367
74368
74369
74370
74371
74372
# File 'lib/quickfix_fields.rb', line 74366

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

Class Method Details

.fieldObject



74363
74364
74365
# File 'lib/quickfix_fields.rb', line 74363

def UnderlyingReturnRateFXRateCalc.field
  return 43033
end