Class: Quickfix::ComplexEventPriceBoundaryMethod
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::ComplexEventPriceBoundaryMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventPriceBoundaryMethod
constructor
A new instance of ComplexEventPriceBoundaryMethod.
Constructor Details
#initialize(data = nil) ⇒ ComplexEventPriceBoundaryMethod
Returns a new instance of ComplexEventPriceBoundaryMethod.
3139 3140 3141 3142 3143 3144 3145 |
# File 'lib/quickfix_fields.rb', line 3139 def initialize(data = nil) if( data == nil ) super(1487) else super(1487, data) end end |
Class Method Details
.field ⇒ Object
3136 3137 3138 |
# File 'lib/quickfix_fields.rb', line 3136 def ComplexEventPriceBoundaryMethod.field return 1487 end |