Class: Quickfix50Sp2::ExecutionReport::NoDisclosureInstructions

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

#initializeNoDisclosureInstructions

Returns a new instance of NoDisclosureInstructions.



14241
14242
14243
14244
14245
14246
14247
# File 'lib/quickfix50sp2.rb', line 14241

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 1813
  order[1] = 1814
  order[2] = 0
  super(1812, 1813, order)
end