Class: Quickfix::UnderlyingLegSecurityAltIDSource
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingLegSecurityAltIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingLegSecurityAltIDSource
constructor
A new instance of UnderlyingLegSecurityAltIDSource.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingLegSecurityAltIDSource
Returns a new instance of UnderlyingLegSecurityAltIDSource.
11290 11291 11292 11293 11294 11295 11296 |
# File 'lib/quickfix_fields.rb', line 11290 def initialize(data = nil) if( data == nil ) super(1336) else super(1336, data) end end |
Class Method Details
.field ⇒ Object
11287 11288 11289 |
# File 'lib/quickfix_fields.rb', line 11287 def .field return 1336 end |