Class: Quickfix::RndPx
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::RndPx
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RndPx
constructor
A new instance of RndPx.
Constructor Details
#initialize(data = nil) ⇒ RndPx
Returns a new instance of RndPx.
2190 2191 2192 2193 2194 2195 2196 |
# File 'lib/quickfix_fields.rb', line 2190 def initialize(data = nil) if( data == nil ) super(991) else super(991, data) end end |
Class Method Details
.field ⇒ Object
2187 2188 2189 |
# File 'lib/quickfix_fields.rb', line 2187 def RndPx.field return 991 end |