Class: Quickfix::NoProvisionOptionExerciseBusinessCenters

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoProvisionOptionExerciseBusinessCenters

Returns a new instance of NoProvisionOptionExerciseBusinessCenters.



39656
39657
39658
39659
39660
39661
39662
# File 'lib/quickfix_fields.rb', line 39656

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