Class: Quickfix::SecurityListRefID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SecurityListRefID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SecurityListRefID
constructor
A new instance of SecurityListRefID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SecurityListRefID
Returns a new instance of SecurityListRefID.
19402 19403 19404 19405 19406 19407 19408 |
# File 'lib/quickfix_fields.rb', line 19402 def initialize(data = nil) if( data == nil ) super(1466) else super(1466, data) end end |
Class Method Details
.field ⇒ Object
19399 19400 19401 |
# File 'lib/quickfix_fields.rb', line 19399 def SecurityListRefID.field return 1466 end |