Class: Quickfix::InstrAttribValue
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::InstrAttribValue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InstrAttribValue
constructor
A new instance of InstrAttribValue.
Constructor Details
#initialize(data = nil) ⇒ InstrAttribValue
Returns a new instance of InstrAttribValue.
10575 10576 10577 10578 10579 10580 10581 |
# File 'lib/quickfix_fields.rb', line 10575 def initialize(data = nil) if( data == nil ) super(872) else super(872, data) end end |
Class Method Details
.field ⇒ Object
10572 10573 10574 |
# File 'lib/quickfix_fields.rb', line 10572 def InstrAttribValue.field return 872 end |