Class: Quickfix::PriceLimitType

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

Returns a new instance of PriceLimitType.



153786
153787
153788
153789
153790
153791
153792
# File 'ext/quickfix/QuickfixRuby.cpp', line 153786

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

Class Method Details

.fieldObject



17176
17177
17178
# File 'lib/quickfix_fields.rb', line 17176

def PriceLimitType.field
	return 1306
end