Class: Quickfix50Sp2::SecurityDefinitionRequest::NoUnderlyings::NoUnderlyingStreams::NoUnderlyingPaymentStreamFormulas

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

#initializeNoUnderlyingPaymentStreamFormulas

Returns a new instance of NoUnderlyingPaymentStreamFormulas.



103388
103389
103390
103391
103392
103393
103394
103395
# File 'lib/quickfix50sp2.rb', line 103388

def initialize
  order = Quickfix::IntArray.new(4)
  order[0] = 43111
  order[1] = 42982
  order[2] = 42983
  order[3] = 0
  super(42981, 43111, order)
end