Class: Quickfix::NestedInstrAttribValue
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::NestedInstrAttribValue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NestedInstrAttribValue
constructor
A new instance of NestedInstrAttribValue.
Constructor Details
#initialize(data = nil) ⇒ NestedInstrAttribValue
Returns a new instance of NestedInstrAttribValue.
5466 5467 5468 5469 5470 5471 5472 |
# File 'lib/quickfix_fields.rb', line 5466 def initialize(data = nil) if( data == nil ) super(1211) else super(1211, data) end end |
Class Method Details
.field ⇒ Object
5463 5464 5465 |
# File 'lib/quickfix_fields.rb', line 5463 def NestedInstrAttribValue.field return 1211 end |