Class: Quickfix::MaxShow
- Inherits:
-
DoubleField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ MaxShow
Returns a new instance of MaxShow.
8833 8834 8835 8836 8837 8838 8839 |
# File 'lib/quickfix_fields.rb', line 8833 def initialize(data = nil) if( data == nil ) super(210) else super(210, data) end end |
Class Method Details
.field ⇒ Object
8830 8831 8832 |
# File 'lib/quickfix_fields.rb', line 8830 def MaxShow.field return 210 end |