Class: Quickfix::GapFillFlag

Inherits:
((swig_class *) SWIGTYPE_p_FIX__BoolField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ GapFillFlag

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

Class Method Details

.fieldObject



380
381
382
# File 'lib/quickfix_fields.rb', line 380

def GapFillFlag.field
	return 123
end