Class: Quickfix50Sp1::BidRequest::NoBidComponents
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp1::BidRequest::NoBidComponents
- Defined in:
- lib/quickfix50sp1.rb
Instance Method Summary collapse
-
#initialize ⇒ NoBidComponents
constructor
A new instance of NoBidComponents.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoBidComponents
Returns a new instance of NoBidComponents.
8519 8520 8521 8522 8523 8524 8525 8526 8527 8528 8529 8530 8531 8532 |
# File 'lib/quickfix50sp1.rb', line 8519 def initialize order = Quickfix::IntArray.new(10) order[0] = 66 order[1] = 54 order[2] = 336 order[3] = 625 order[4] = 430 order[5] = 63 order[6] = 64 order[7] = 1 order[8] = 660 order[9] = 0 super(420, 66, order) end |