Class: Quickfix::UnderlyingComplexEventDateOffsetPeriod

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

Returns a new instance of UnderlyingComplexEventDateOffsetPeriod.



52396
52397
52398
52399
52400
52401
52402
# File 'lib/quickfix_fields.rb', line 52396

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

Class Method Details

.fieldObject



52393
52394
52395
# File 'lib/quickfix_fields.rb', line 52393

def UnderlyingComplexEventDateOffsetPeriod.field
  return 41741
end