Class: Quickfix::BenchmarkSecurityID
- Inherits:
-
StringField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ BenchmarkSecurityID
Returns a new instance of BenchmarkSecurityID.
5024 5025 5026 5027 5028 5029 5030 |
# File 'lib/quickfix_fields.rb', line 5024 def initialize(data = nil) if( data == nil ) super(699) else super(699, data) end end |
Class Method Details
.field ⇒ Object
5021 5022 5023 |
# File 'lib/quickfix_fields.rb', line 5021 def BenchmarkSecurityID.field return 699 end |