Class: Quickfix::NoPriceRangeRules
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoPriceRangeRules
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoPriceRangeRules
constructor
A new instance of NoPriceRangeRules.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoPriceRangeRules
62159 62160 62161 62162 62163 62164 62165 |
# File 'lib/quickfix_fields.rb', line 62159 def initialize(data = nil) if( data == nil ) super(2550) else super(2550, data) end end |
Class Method Details
.field ⇒ Object
62156 62157 62158 |
# File 'lib/quickfix_fields.rb', line 62156 def NoPriceRangeRules.field return 2550 end |