Class: Quickfix50Sp2::NewOrderCross::NoUnderlyings::NoUnderlyingPhysicalSettlTerms

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp2.rb

Defined Under Namespace

Classes: NoUnderlyingPhysicalSettlDeliverableObligations

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initialize ⇒ NoUnderlyingPhysicalSettlTerms

Returns a new instance of NoUnderlyingPhysicalSettlTerms.



142575
142576
142577
142578
142579
142580
142581
142582
142583
142584
# File 'lib/quickfix50sp2.rb', line 142575

def initialize
  order = Quickfix::IntArray.new(6)
  order[0] = 42065
  order[1] = 42061
  order[2] = 42062
  order[3] = 42063
  order[4] = 42064
  order[5] = 0
  super(42060, 42065, order)
end