Class: Quickfix::ComplexEventPrice
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::ComplexEventPrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventPrice
constructor
A new instance of ComplexEventPrice.
Constructor Details
#initialize(data = nil) ⇒ ComplexEventPrice
Returns a new instance of ComplexEventPrice.
5869 5870 5871 5872 5873 5874 5875 |
# File 'lib/quickfix_fields.rb', line 5869 def initialize(data = nil) if( data == nil ) super(1486) else super(1486, data) end end |
Class Method Details
.field ⇒ Object
5866 5867 5868 |
# File 'lib/quickfix_fields.rb', line 5866 def ComplexEventPrice.field return 1486 end |