Class: Quickfix::TickRuleType

Inherits:
((swig_class *) SWIGTYPE_p_FIX__IntField->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) ⇒ TickRuleType

Returns a new instance of TickRuleType.



144390
144391
144392
144393
144394
144395
144396
# File 'ext/quickfix/QuickfixRuby.cpp', line 144390

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

Class Method Details

.fieldObject



15941
15942
15943
# File 'lib/quickfix_fields.rb', line 15941

def TickRuleType.field
	return 1209
end