Class: Quickfix::ReturnRateDateMode

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ReturnRateDateMode

Returns a new instance of ReturnRateDateMode.



69907
69908
69909
69910
69911
69912
69913
# File 'lib/quickfix_fields.rb', line 69907

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