Class: Quickfix::BenchmarkSecurityID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::BenchmarkSecurityID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ BenchmarkSecurityID
constructor
A new instance of BenchmarkSecurityID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ BenchmarkSecurityID
Returns a new instance of BenchmarkSecurityID.
9600 9601 9602 9603 9604 9605 9606 |
# File 'lib/quickfix_fields.rb', line 9600 def initialize(data = nil) if( data == nil ) super(699) else super(699, data) end end |
Class Method Details
.field ⇒ Object
9597 9598 9599 |
# File 'lib/quickfix_fields.rb', line 9597 def BenchmarkSecurityID.field return 699 end |