Class: Quickfix::LowPx
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LowPx
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LowPx
constructor
A new instance of LowPx.
Constructor Details
#initialize(data = nil) ⇒ LowPx
Returns a new instance of LowPx.
10458 10459 10460 10461 10462 10463 10464 |
# File 'lib/quickfix_fields.rb', line 10458 def initialize(data = nil) if( data == nil ) super(333) else super(333, data) end end |
Class Method Details
.field ⇒ Object
10455 10456 10457 |
# File 'lib/quickfix_fields.rb', line 10455 def LowPx.field return 333 end |