Method: Quickfix50Sp2::TradeCaptureReportRequestAck::NoUnderlyings::NoUnderlyingSecurityAltID#initialize

Defined in:
lib/quickfix50sp2.rb

#initializeNoUnderlyingSecurityAltID

Returns a new instance of NoUnderlyingSecurityAltID.



19440
19441
19442
19443
19444
19445
19446
# File 'lib/quickfix50sp2.rb', line 19440

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