Class: Quickfix::OddLot
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::OddLot
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OddLot
constructor
A new instance of OddLot.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ OddLot
Returns a new instance of OddLot.
7832 7833 7834 7835 7836 7837 7838 |
# File 'lib/quickfix_fields.rb', line 7832 def initialize(data = nil) if( data == nil ) super(575) else super(575, data) end end |
Class Method Details
.field ⇒ Object
7829 7830 7831 |
# File 'lib/quickfix_fields.rb', line 7829 def OddLot.field return 575 end |