Class: Quickfix::LegInstrRegistry
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegInstrRegistry
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegInstrRegistry
constructor
A new instance of LegInstrRegistry.
Constructor Details
#initialize(data = nil) ⇒ LegInstrRegistry
Returns a new instance of LegInstrRegistry.
15723 15724 15725 15726 15727 15728 15729 |
# File 'lib/quickfix_fields.rb', line 15723 def initialize(data = nil) if( data == nil ) super(599) else super(599, data) end end |
Class Method Details
.field ⇒ Object
15720 15721 15722 |
# File 'lib/quickfix_fields.rb', line 15720 def LegInstrRegistry.field return 599 end |