Class: Quickfix::ExpQty
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::ExpQty
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ExpQty
constructor
A new instance of ExpQty.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ ExpQty
Returns a new instance of ExpQty.
13253 13254 13255 13256 13257 13258 13259 |
# File 'lib/quickfix_fields.rb', line 13253 def initialize(data = nil) if( data == nil ) super(983) else super(983, data) end end |
Class Method Details
.field ⇒ Object
13250 13251 13252 |
# File 'lib/quickfix_fields.rb', line 13250 def ExpQty.field return 983 end |