Class: Quickfix::ComplexEventPriceBoundaryPrecision
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::ComplexEventPriceBoundaryPrecision
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventPriceBoundaryPrecision
constructor
A new instance of ComplexEventPriceBoundaryPrecision.
Constructor Details
#initialize(data = nil) ⇒ ComplexEventPriceBoundaryPrecision
Returns a new instance of ComplexEventPriceBoundaryPrecision.
13513 13514 13515 13516 13517 13518 13519 |
# File 'lib/quickfix_fields.rb', line 13513 def initialize(data = nil) if( data == nil ) super(1488) else super(1488, data) end end |
Class Method Details
.field ⇒ Object
13510 13511 13512 |
# File 'lib/quickfix_fields.rb', line 13510 def ComplexEventPriceBoundaryPrecision.field return 1488 end |