Class: Quickfix50Sp1::QuoteStatusReport::NoUnderlyings::NoUnderlyingSecurityAltID

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoUnderlyingSecurityAltID

Returns a new instance of NoUnderlyingSecurityAltID.



14284
14285
14286
14287
14288
14289
14290
# File 'lib/quickfix50sp1.rb', line 14284

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 458
  order[1] = 459
  order[2] = 0
  super(457, 458, order)
end