Method: Quickfix::LegTimeUnit#initialize
- Defined in:
-
ext/quickfix/QuickfixRuby.cpp,
lib/quickfix_fields.rb
Returns a new instance of LegTimeUnit.
124618 124619 124620 124621 124622 124623 124624 |
# File 'ext/quickfix/QuickfixRuby.cpp', line 124618 def initialize(data = nil) if( data == nil ) super(1001) else super(1001, data) end end |