Class: Quickfix50Sp2::DerivativeSecurityListRequest::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.



167503
167504
167505
167506
167507
167508
167509
167510
167511
# File 'lib/quickfix50sp2.rb', line 167503

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