Class: Quickfix::MinLotSize
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::MinLotSize
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MinLotSize
constructor
A new instance of MinLotSize.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ MinLotSize
Returns a new instance of MinLotSize.
16386 16387 16388 16389 16390 16391 16392 |
# File 'lib/quickfix_fields.rb', line 16386 def initialize(data = nil) if( data == nil ) super(1231) else super(1231, data) end end |
Class Method Details
.field ⇒ Object
16383 16384 16385 |
# File 'lib/quickfix_fields.rb', line 16383 def MinLotSize.field return 1231 end |