Class: Quickfix50Sp2::DerivativeSecurityListUpdateReport::NoSecurityClassifications

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

#initializeNoSecurityClassifications

Returns a new instance of NoSecurityClassifications.



337615
337616
337617
337618
337619
337620
337621
# File 'lib/quickfix50sp2.rb', line 337615

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 1583
  order[1] = 1584
  order[2] = 0
  super(1582, 1583, order)
end