Class: Quickfix::UnderlyingLegSecuritySubType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingLegSecuritySubType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingLegSecuritySubType
constructor
A new instance of UnderlyingLegSecuritySubType.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingLegSecuritySubType
Returns a new instance of UnderlyingLegSecuritySubType.
7507 7508 7509 7510 7511 7512 7513 |
# File 'lib/quickfix_fields.rb', line 7507 def initialize(data = nil) if( data == nil ) super(1338) else super(1338, data) end end |
Class Method Details
.field ⇒ Object
7504 7505 7506 |
# File 'lib/quickfix_fields.rb', line 7504 def UnderlyingLegSecuritySubType.field return 1338 end |