Class: Quickfix::StrikePriceBoundaryPrecision
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::StrikePriceBoundaryPrecision
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StrikePriceBoundaryPrecision
constructor
A new instance of StrikePriceBoundaryPrecision.
Constructor Details
#initialize(data = nil) ⇒ StrikePriceBoundaryPrecision
Returns a new instance of StrikePriceBoundaryPrecision.
17049 17050 17051 17052 17053 17054 17055 |
# File 'lib/quickfix_fields.rb', line 17049 def initialize(data = nil) if( data == nil ) super(1480) else super(1480, data) end end |
Class Method Details
.field ⇒ Object
17046 17047 17048 |
# File 'lib/quickfix_fields.rb', line 17046 def StrikePriceBoundaryPrecision.field return 1480 end |