Class: Quickfix::InstrRegistry
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::InstrRegistry
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InstrRegistry
constructor
A new instance of InstrRegistry.
Constructor Details
#initialize(data = nil) ⇒ InstrRegistry
Returns a new instance of InstrRegistry.
12811 12812 12813 12814 12815 12816 12817 |
# File 'lib/quickfix_fields.rb', line 12811 def initialize(data = nil) if( data == nil ) super(543) else super(543, data) end end |
Class Method Details
.field ⇒ Object
12808 12809 12810 |
# File 'lib/quickfix_fields.rb', line 12808 def InstrRegistry.field return 543 end |