Method: Quickfix::ExpirationCycle#initialize
- Defined in:
-
ext/quickfix/QuickfixRuby.cpp,
lib/quickfix_fields.rb
Returns a new instance of ExpirationCycle.
107578 107579 107580 107581 107582 107583 107584 |
# File 'ext/quickfix/QuickfixRuby.cpp', line 107578 def initialize(data = nil) if( data == nil ) super(827) else super(827, data) end end |