Class: Quickfix::RoundLot
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::RoundLot
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RoundLot
constructor
A new instance of RoundLot.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ RoundLot
Returns a new instance of RoundLot.
7650 7651 7652 7653 7654 7655 7656 |
# File 'lib/quickfix_fields.rb', line 7650 def initialize(data = nil) if( data == nil ) super(561) else super(561, data) end end |
Class Method Details
.field ⇒ Object
7647 7648 7649 |
# File 'lib/quickfix_fields.rb', line 7647 def RoundLot.field return 561 end |