Class: Quickfix::UnderlyingComplexEventDateRelativeTo

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



52380
52381
52382
# File 'lib/quickfix_fields.rb', line 52380

def UnderlyingComplexEventDateRelativeTo.field
  return 41740
end