Class: Quickfix43::QuoteRequestReject::NoRelatedSym::NoSecurityAltID

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

Instance Method Summary collapse

Constructor Details

#initializeNoSecurityAltID

Returns a new instance of NoSecurityAltID.



3392
3393
3394
3395
3396
3397
3398
# File 'lib/quickfix43.rb', line 3392

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