Class: Quickfix::MaxPriceLevels
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::MaxPriceLevels
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MaxPriceLevels
constructor
A new instance of MaxPriceLevels.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ MaxPriceLevels
Returns a new instance of MaxPriceLevels.
14566 14567 14568 14569 14570 14571 14572 |
# File 'lib/quickfix_fields.rb', line 14566 def initialize(data = nil) if( data == nil ) super(1090) else super(1090, data) end end |
Class Method Details
.field ⇒ Object
14563 14564 14565 |
# File 'lib/quickfix_fields.rb', line 14563 def MaxPriceLevels.field return 1090 end |