Class: Quickfix::StartTickPriceRange

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) ⇒ StartTickPriceRange

Returns a new instance of StartTickPriceRange.



144096
144097
144098
144099
144100
144101
144102
# File 'ext/quickfix/QuickfixRuby.cpp', line 144096

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

Class Method Details

.fieldObject



15902
15903
15904
# File 'lib/quickfix_fields.rb', line 15902

def StartTickPriceRange.field
	return 1206
end