Class: Quickfix::DayCumQty
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::DayCumQty
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DayCumQty
constructor
A new instance of DayCumQty.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ DayCumQty
Returns a new instance of DayCumQty.
5310 5311 5312 5313 5314 5315 5316 |
# File 'lib/quickfix_fields.rb', line 5310 def initialize(data = nil) if( data == nil ) super(425) else super(425, data) end end |
Class Method Details
.field ⇒ Object
5307 5308 5309 |
# File 'lib/quickfix_fields.rb', line 5307 def DayCumQty.field return 425 end |