Class: Quickfix::PositionContingentPrice
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::PositionContingentPrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PositionContingentPrice
constructor
A new instance of PositionContingentPrice.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ PositionContingentPrice
Returns a new instance of PositionContingentPrice.
21898 21899 21900 21901 21902 21903 21904 |
# File 'lib/quickfix_fields.rb', line 21898 def initialize(data = nil) if( data == nil ) super(1595) else super(1595, data) end end |
Class Method Details
.field ⇒ Object
21895 21896 21897 |
# File 'lib/quickfix_fields.rb', line 21895 def PositionContingentPrice.field return 1595 end |