Class: Quickfix50Sp1::CollateralAssignment::NoMiscFees
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50Sp1::CollateralAssignment::NoMiscFees
- Defined in:
- lib/quickfix50sp1.rb
Instance Method Summary collapse
-
#initialize ⇒ NoMiscFees
constructor
A new instance of NoMiscFees.
Constructor Details
#initialize ⇒ NoMiscFees
Returns a new instance of NoMiscFees.
12904 12905 12906 12907 12908 12909 12910 12911 12912 |
# File 'lib/quickfix50sp1.rb', line 12904 def initialize order = Quickfix::IntArray.new(5) order[0] = 137 order[1] = 138 order[2] = 139 order[3] = 891 order[4] = 0 super(136, 137, order) end |