Class: Quickfix::EventPx
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::EventPx
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EventPx
constructor
A new instance of EventPx.
Constructor Details
#initialize(data = nil) ⇒ EventPx
10419 10420 10421 10422 10423 10424 10425 |
# File 'lib/quickfix_fields.rb', line 10419 def initialize(data = nil) if( data == nil ) super(867) else super(867, data) end end |
Class Method Details
.field ⇒ Object
10416 10417 10418 |
# File 'lib/quickfix_fields.rb', line 10416 def EventPx.field return 867 end |