Class: Quickfix::RelatedLowPrice
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::RelatedLowPrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RelatedLowPrice
constructor
A new instance of RelatedLowPrice.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ RelatedLowPrice
Returns a new instance of RelatedLowPrice.
23796 23797 23798 23799 23800 23801 23802 |
# File 'lib/quickfix_fields.rb', line 23796 def initialize(data = nil) if( data == nil ) super(1820) else super(1820, data) end end |
Class Method Details
.field ⇒ Object
23793 23794 23795 |
# File 'lib/quickfix_fields.rb', line 23793 def .field return 1820 end |