Class: Quickfix50::NewOrderSingle::NoAllocs::NoNestedPartyIDs
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50::NewOrderSingle::NoAllocs::NoNestedPartyIDs
- Defined in:
- lib/quickfix50.rb
Defined Under Namespace
Classes: NoNestedPartySubIDs
Instance Method Summary collapse
-
#initialize ⇒ NoNestedPartyIDs
constructor
A new instance of NoNestedPartyIDs.
Constructor Details
#initialize ⇒ NoNestedPartyIDs
Returns a new instance of NoNestedPartyIDs.
1041 1042 1043 1044 1045 1046 1047 1048 1049 |
# File 'lib/quickfix50.rb', line 1041 def initialize order = Quickfix::IntArray.new(5) order[0] = 524 order[1] = 525 order[2] = 538 order[3] = 804 order[4] = 0 super(539, 524, order) end |