Class: Quickfix50Sp2::SecurityDefinition::NoUnderlyings::NoUnderlyingDividendPayments

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

#initializeNoUnderlyingDividendPayments

Returns a new instance of NoUnderlyingDividendPayments.



109451
109452
109453
109454
109455
109456
109457
109458
109459
# File 'lib/quickfix50sp2.rb', line 109451

def initialize
  order = Quickfix::IntArray.new(5)
  order[0] = 42856
  order[1] = 42857
  order[2] = 42858
  order[3] = 42859
  order[4] = 0
  super(42855, 42856, order)
end