Class: Quickfix50Sp2::PartyRiskLimitCheckRequestAck::NoLegs::NoLegPhysicalSettlTerms

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

Defined Under Namespace

Classes: NoLegPhysicalSettlDeliverableObligations

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoLegPhysicalSettlTerms

Returns a new instance of NoLegPhysicalSettlTerms.



379496
379497
379498
379499
379500
379501
379502
379503
379504
379505
# File 'lib/quickfix50sp2.rb', line 379496

def initialize
  order = Quickfix::IntArray.new(6)
  order[0] = 41604
  order[1] = 41601
  order[2] = 41602
  order[3] = 41603
  order[4] = 41600
  order[5] = 0
  super(41599, 41604, order)
end