Class: Quickfix::UnderlyingFutureIDSource
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingFutureIDSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingFutureIDSource
constructor
A new instance of UnderlyingFutureIDSource.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingFutureIDSource
Returns a new instance of UnderlyingFutureIDSource.
72325 72326 72327 72328 72329 72330 72331 |
# File 'lib/quickfix_fields.rb', line 72325 def initialize(data = nil) if( data == nil ) super(2621) else super(2621, data) end end |