Class: Quickfix::DerivativeFloorPrice
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::DerivativeFloorPrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeFloorPrice
constructor
A new instance of DerivativeFloorPrice.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ DerivativeFloorPrice
Returns a new instance of DerivativeFloorPrice.
17530 17531 17532 17533 17534 17535 17536 |
# File 'lib/quickfix_fields.rb', line 17530 def initialize(data = nil) if( data == nil ) super(1322) else super(1322, data) end end |
Class Method Details
.field ⇒ Object
17527 17528 17529 |
# File 'lib/quickfix_fields.rb', line 17527 def DerivativeFloorPrice.field return 1322 end |