Class: Quickfix::AllocAvgPx
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::AllocAvgPx
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocAvgPx
constructor
A new instance of AllocAvgPx.
Constructor Details
#initialize(data = nil) ⇒ AllocAvgPx
Returns a new instance of AllocAvgPx.
16399 16400 16401 16402 16403 16404 16405 |
# File 'lib/quickfix_fields.rb', line 16399 def initialize(data = nil) if( data == nil ) super(153) else super(153, data) end end |
Class Method Details
.field ⇒ Object
16396 16397 16398 |
# File 'lib/quickfix_fields.rb', line 16396 def AllocAvgPx.field return 153 end |