Class: Quickfix::UnderlyingFactor
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::UnderlyingFactor
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingFactor
constructor
A new instance of UnderlyingFactor.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingFactor
10289 10290 10291 10292 10293 10294 10295 |
# File 'lib/quickfix_fields.rb', line 10289 def initialize(data = nil) if( data == nil ) super(246) else super(246, data) end end |
Class Method Details
.field ⇒ Object
10286 10287 10288 |
# File 'lib/quickfix_fields.rb', line 10286 def .field return 246 end |