Class: Quickfix::BuyVolume
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::BuyVolume
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ BuyVolume
constructor
A new instance of BuyVolume.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ BuyVolume
Returns a new instance of BuyVolume.
4179 4180 4181 4182 4183 4184 4185 |
# File 'lib/quickfix_fields.rb', line 4179 def initialize(data = nil) if( data == nil ) super(330) else super(330, data) end end |
Class Method Details
.field ⇒ Object
4176 4177 4178 |
# File 'lib/quickfix_fields.rb', line 4176 def BuyVolume.field return 330 end |