Class: Quickfix::UnderlyingReturnRateDateMode

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingReturnRateDateMode

Returns a new instance of UnderlyingReturnRateDateMode.



74054
74055
74056
74057
74058
74059
74060
# File 'lib/quickfix_fields.rb', line 74054

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