Class: Quickfix::UnderlyingIDSource
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
13708 13709 13710 13711 13712 13713 13714 |
# File 'lib/quickfix_fields.rb', line 13708 def initialize(data = nil) if( data == nil ) super(305) else super(305, data) end end |
Class Method Details
.field ⇒ Object
13705 13706 13707 |
# File 'lib/quickfix_fields.rb', line 13705 def UnderlyingIDSource.field return 305 end |