Class: Quickfix::UnderlyingSecuritySubType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingSecuritySubType
Returns a new instance of UnderlyingSecuritySubType.
10432 10433 10434 10435 10436 10437 10438 |
# File 'lib/quickfix_fields.rb', line 10432 def initialize(data = nil) if( data == nil ) super(763) else super(763, data) end end |
Class Method Details
.field ⇒ Object
10429 10430 10431 |
# File 'lib/quickfix_fields.rb', line 10429 def .field return 763 end |