Class: Quickfix::UnderlyingComplexEventDateOffsetPeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ 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