Method: Quickfix::GapFillFlag#initialize
- Defined in:
-
ext/quickfix/QuickfixRuby.cpp,
lib/quickfix_fields.rb
Returns a new instance of GapFillFlag.
25106 25107 25108 25109 25110 25111 25112 |
# File 'ext/quickfix/QuickfixRuby.cpp', line 25106 def initialize(data = nil) if( data == nil ) super(123) else super(123, data) end end |