Class: Quickfix::UnderlyingLegSecurityIDSource
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingLegSecurityIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingLegSecurityIDSource
constructor
A new instance of UnderlyingLegSecurityIDSource.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingLegSecurityIDSource
Returns a new instance of UnderlyingLegSecurityIDSource.
19688 19689 19690 19691 19692 19693 19694 |
# File 'lib/quickfix_fields.rb', line 19688 def initialize(data = nil) if( data == nil ) super(1333) else super(1333, data) end end |
Class Method Details
.field ⇒ Object
19685 19686 19687 |
# File 'lib/quickfix_fields.rb', line 19685 def UnderlyingLegSecurityIDSource.field return 1333 end |