Class: Quickfix::ComplexEventStrikeNumberOfOptions

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

Returns a new instance of ComplexEventStrikeNumberOfOptions.



41372
41373
41374
41375
41376
41377
41378
# File 'lib/quickfix_fields.rb', line 41372

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

Class Method Details

.fieldObject



41369
41370
41371
# File 'lib/quickfix_fields.rb', line 41369

def ComplexEventStrikeNumberOfOptions.field
  return 2132
end