Class: Quickfix::SellVolume
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::SellVolume
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SellVolume
constructor
A new instance of SellVolume.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ SellVolume
Returns a new instance of SellVolume.
4192 4193 4194 4195 4196 4197 4198 |
# File 'lib/quickfix_fields.rb', line 4192 def initialize(data = nil) if( data == nil ) super(331) else super(331, data) end end |
Class Method Details
.field ⇒ Object
4189 4190 4191 |
# File 'lib/quickfix_fields.rb', line 4189 def SellVolume.field return 331 end |