Class: Quickfix::SecurityIDSource
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::SecurityIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SecurityIDSource
constructor
A new instance of SecurityIDSource.
Constructor Details
#initialize(data = nil) ⇒ SecurityIDSource
Returns a new instance of SecurityIDSource.
10601 10602 10603 10604 10605 10606 10607 |
# File 'lib/quickfix_fields.rb', line 10601 def initialize(data = nil) if( data == nil ) super(22) else super(22, data) end end |
Class Method Details
.field ⇒ Object
10598 10599 10600 |
# File 'lib/quickfix_fields.rb', line 10598 def SecurityIDSource.field return 22 end |