Method: Quickfix50::Confirmation::NoUnderlyings::NoUndlyInstrumentParties::NoUndlyInstrumentPartySubIDs#initialize
- Defined in:
- lib/quickfix50.rb
#initialize ⇒ NoUndlyInstrumentPartySubIDs
Returns a new instance of NoUndlyInstrumentPartySubIDs.
13437 13438 13439 13440 13441 13442 13443 |
# File 'lib/quickfix50.rb', line 13437 def initialize order = Quickfix::IntArray.new(3) order[0] = 1063 order[1] = 1064 order[2] = 0 super(1062, 1063, order) end |