Class: Quickfix::UnderlyingSecurityAltIDSource
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingSecurityAltIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingSecurityAltIDSource
constructor
A new instance of UnderlyingSecurityAltIDSource.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingSecurityAltIDSource
Returns a new instance of UnderlyingSecurityAltIDSource.
19181 19182 19183 19184 19185 19186 19187 |
# File 'lib/quickfix_fields.rb', line 19181 def initialize(data = nil) if( data == nil ) super(459) else super(459, data) end end |
Class Method Details
.field ⇒ Object
19178 19179 19180 |
# File 'lib/quickfix_fields.rb', line 19178 def UnderlyingSecurityAltIDSource.field return 459 end |