Class: Quickfix::BenchmarkSecurityIDSource
- Inherits:
-
StringField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ BenchmarkSecurityIDSource
Returns a new instance of BenchmarkSecurityIDSource.
2996 2997 2998 2999 3000 3001 3002 |
# File 'lib/quickfix_fields.rb', line 2996 def initialize(data = nil) if( data == nil ) super(761) else super(761, data) end end |
Class Method Details
.field ⇒ Object
2993 2994 2995 |
# File 'lib/quickfix_fields.rb', line 2993 def BenchmarkSecurityIDSource.field return 761 end |