Class: Quickfix::CapPrice
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::CapPrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CapPrice
constructor
A new instance of CapPrice.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ CapPrice
Returns a new instance of CapPrice.
16009 16010 16011 16012 16013 16014 16015 |
# File 'lib/quickfix_fields.rb', line 16009 def initialize(data = nil) if( data == nil ) super(1199) else super(1199, data) end end |
Class Method Details
.field ⇒ Object
16006 16007 16008 |
# File 'lib/quickfix_fields.rb', line 16006 def CapPrice.field return 1199 end |