Class: Quickfix::MidPx
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::MidPx
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MidPx
constructor
A new instance of MidPx.
Constructor Details
#initialize(data = nil) ⇒ MidPx
Returns a new instance of MidPx.
7078 7079 7080 7081 7082 7083 7084 |
# File 'lib/quickfix_fields.rb', line 7078 def initialize(data = nil) if( data == nil ) super(631) else super(631, data) end end |
Class Method Details
.field ⇒ Object
7075 7076 7077 |
# File 'lib/quickfix_fields.rb', line 7075 def MidPx.field return 631 end |