Class: Quickfix::SecuritySubType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SecuritySubType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SecuritySubType
constructor
A new instance of SecuritySubType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SecuritySubType
Returns a new instance of SecuritySubType.
10419 10420 10421 10422 10423 10424 10425 |
# File 'lib/quickfix_fields.rb', line 10419 def initialize(data = nil) if( data == nil ) super(762) else super(762, data) end end |
Class Method Details
.field ⇒ Object
10416 10417 10418 |
# File 'lib/quickfix_fields.rb', line 10416 def SecuritySubType.field return 762 end |