Class: Quickfix::SecurityType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SecurityType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SecurityType
constructor
A new instance of SecurityType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SecurityType
Returns a new instance of SecurityType.
2580 2581 2582 2583 2584 2585 2586 |
# File 'lib/quickfix_fields.rb', line 2580 def initialize(data = nil) if( data == nil ) super(167) else super(167, data) end end |
Class Method Details
.field ⇒ Object
2577 2578 2579 |
# File 'lib/quickfix_fields.rb', line 2577 def SecurityType.field return 167 end |