Class: Quickfix::UnderlyingComplexEventDateRelativeTo

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingComplexEventDateRelativeTo

Returns a new instance of UnderlyingComplexEventDateRelativeTo.



52383
52384
52385
52386
52387
52388
52389
# File 'lib/quickfix_fields.rb', line 52383

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