Class: Quickfix::StrikePricePrecision
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::StrikePricePrecision
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StrikePricePrecision
constructor
A new instance of StrikePricePrecision.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ StrikePricePrecision
Returns a new instance of StrikePricePrecision.
62510 62511 62512 62513 62514 62515 62516 |
# File 'lib/quickfix_fields.rb', line 62510 def initialize(data = nil) if( data == nil ) super(2577) else super(2577, data) end end |
Class Method Details
.field ⇒ Object
62507 62508 62509 |
# File 'lib/quickfix_fields.rb', line 62507 def StrikePricePrecision.field return 2577 end |