Class: Quickfix::PricePrecision
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PricePrecision
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PricePrecision
constructor
A new instance of PricePrecision.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PricePrecision
Returns a new instance of PricePrecision.
57778 57779 57780 57781 57782 57783 57784 |
# File 'lib/quickfix_fields.rb', line 57778 def initialize(data = nil) if( data == nil ) super(2349) else super(2349, data) end end |
Class Method Details
.field ⇒ Object
57775 57776 57777 |
# File 'lib/quickfix_fields.rb', line 57775 def PricePrecision.field return 2349 end |