Method: Quickfix::UnderlyingTimeUnit#initialize
- Defined in:
-
ext/quickfix/QuickfixRuby.cpp,
lib/quickfix_fields.rb
Returns a new instance of UnderlyingTimeUnit.
124520 124521 124522 124523 124524 124525 124526 |
# File 'ext/quickfix/QuickfixRuby.cpp', line 124520 def initialize(data = nil) if( data == nil ) super(1000) else super(1000, data) end end |