Class: Quickfix50Sp2::OrderMassActionRequest::NoProvisions::NoProvisionOptionExerciseFixedDates

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp2.rb

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoProvisionOptionExerciseFixedDates

Returns a new instance of NoProvisionOptionExerciseFixedDates.



346391
346392
346393
346394
346395
346396
346397
# File 'lib/quickfix50sp2.rb', line 346391

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 40143
  order[1] = 40144
  order[2] = 0
  super(40142, 40143, order)
end