Class: Quickfix::UnderlyingComplexEventStrikeNumberOfOptions

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingComplexEventStrikeNumberOfOptions



52708
52709
52710
52711
52712
52713
52714
# File 'lib/quickfix_fields.rb', line 52708

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