Class: Quickfix::MaxShow
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::MaxShow
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MaxShow
constructor
A new instance of MaxShow.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ MaxShow
Returns a new instance of MaxShow.
3139 3140 3141 3142 3143 3144 3145 |
# File 'lib/quickfix_fields.rb', line 3139 def initialize(data = nil) if( data == nil ) super(210) else super(210, data) end end |
Class Method Details
.field ⇒ Object
3136 3137 3138 |
# File 'lib/quickfix_fields.rb', line 3136 def MaxShow.field return 210 end |