Class: Quickfix::BenchmarkSecurityIDSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::BenchmarkSecurityIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ BenchmarkSecurityIDSource
constructor
A new instance of BenchmarkSecurityIDSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ BenchmarkSecurityIDSource
Returns a new instance of BenchmarkSecurityIDSource.
10406 10407 10408 10409 10410 10411 10412 |
# File 'lib/quickfix_fields.rb', line 10406 def initialize(data = nil) if( data == nil ) super(761) else super(761, data) end end |
Class Method Details
.field ⇒ Object
10403 10404 10405 |
# File 'lib/quickfix_fields.rb', line 10403 def BenchmarkSecurityIDSource.field return 761 end |