Class: Quickfix::SecurityListID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SecurityListID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SecurityListID
constructor
A new instance of SecurityListID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SecurityListID
Returns a new instance of SecurityListID.
19389 19390 19391 19392 19393 19394 19395 |
# File 'lib/quickfix_fields.rb', line 19389 def initialize(data = nil) if( data == nil ) super(1465) else super(1465, data) end end |
Class Method Details
.field ⇒ Object
19386 19387 19388 |
# File 'lib/quickfix_fields.rb', line 19386 def SecurityListID.field return 1465 end |