Method: Quickfix::LastMkt#initialize
- Defined in:
-
ext/quickfix/QuickfixRuby.cpp,
lib/quickfix_fields.rb
Returns a new instance of LastMkt.
30778 30779 30780 30781 30782 30783 30784 |
# File 'ext/quickfix/QuickfixRuby.cpp', line 30778 def initialize(data = nil) if( data == nil ) super(30) else super(30, data) end end |