Class: Quickfix::UnderlyingIDSource
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingIDSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingIDSource
constructor
A new instance of UnderlyingIDSource.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingIDSource
Returns a new instance of UnderlyingIDSource.
3854 3855 3856 3857 3858 3859 3860 |
# File 'lib/quickfix_fields.rb', line 3854 def initialize(data = nil) if( data == nil ) super(305) else super(305, data) end end |