Class: Quickfix::StrikeIncrement

Inherits:
((swig_class *) SWIGTYPE_p_FIX__DoubleField->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) ⇒ StrikeIncrement

Returns a new instance of StrikeIncrement.



143900
143901
143902
143903
143904
143905
143906
# File 'ext/quickfix/QuickfixRuby.cpp', line 143900

def initialize(data = nil)
	if( data == nil )
		super(1204)
	else
		super(1204, data)
	end
end

Class Method Details

.fieldObject



15876
15877
15878
# File 'lib/quickfix_fields.rb', line 15876

def StrikeIncrement.field
	return 1204
end