Class: Quickfix::HighPx
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::HighPx
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ HighPx
constructor
A new instance of HighPx.
Constructor Details
#initialize(data = nil) ⇒ HighPx
Returns a new instance of HighPx.
13487 13488 13489 13490 13491 13492 13493 |
# File 'lib/quickfix_fields.rb', line 13487 def initialize(data = nil) if( data == nil ) super(332) else super(332, data) end end |
Class Method Details
.field ⇒ Object
13484 13485 13486 |
# File 'lib/quickfix_fields.rb', line 13484 def HighPx.field return 332 end |