Method: Quickfix::MsgSeqNum#initialize
- Defined in:
-
ext/quickfix/QuickfixRuby.cpp,
lib/quickfix_fields.rb
Returns a new instance of MsgSeqNum.
22582 22583 22584 22585 22586 22587 22588 |
# File 'ext/quickfix/QuickfixRuby.cpp', line 22582 def initialize(data = nil) if( data == nil ) super(34) else super(34, data) end end |