Method: Quickfix44::PositionMaintenanceRequest::NoSecurityAltID#initialize
- Defined in:
- lib/quickfix44.rb
#initialize ⇒ NoSecurityAltID
Returns a new instance of NoSecurityAltID.
10391 10392 10393 10394 10395 10396 10397 |
# File 'lib/quickfix44.rb', line 10391 def initialize order = Quickfix::IntArray.new(3) order[0] = 455 order[1] = 456 order[2] = 0 super(454, 455, order) end |