Class: Quickfix50Sp2::ListStrikePrice::NoStrikes::NoSecurityAltID

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

#initializeNoSecurityAltID

Returns a new instance of NoSecurityAltID.



10103
10104
10105
10106
10107
10108
10109
# File 'lib/quickfix50sp2.rb', line 10103

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 455
  order[1] = 456
  order[2] = 0
  super(454, 455, order)
end