Class: Quickfix50Sp2::AllocationInstruction::NoPosAmt
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50Sp2::AllocationInstruction::NoPosAmt
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoPosAmt
constructor
A new instance of NoPosAmt.
Constructor Details
#initialize ⇒ NoPosAmt
Returns a new instance of NoPosAmt.
2527 2528 2529 2530 2531 2532 2533 2534 |
# File 'lib/quickfix50sp2.rb', line 2527 def initialize order = Quickfix::IntArray.new(4) order[0] = 707 order[1] = 708 order[2] = 1055 order[3] = 0 super(753, 707, order) end |