Class: Quickfix::UnderlyingSecuritySubType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingSecuritySubType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingSecuritySubType
constructor
A new instance of UnderlyingSecuritySubType.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingSecuritySubType
Returns a new instance of UnderlyingSecuritySubType.
15801 15802 15803 15804 15805 15806 15807 |
# File 'lib/quickfix_fields.rb', line 15801 def initialize(data = nil) if( data == nil ) super(763) else super(763, data) end end |
Class Method Details
.field ⇒ Object
15798 15799 15800 |
# File 'lib/quickfix_fields.rb', line 15798 def UnderlyingSecuritySubType.field return 763 end |