Class: Quickfix::InstrAttribValue
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ InstrAttribValue
Returns a new instance of InstrAttribValue.
11810 11811 11812 11813 11814 11815 11816 |
# File 'lib/quickfix_fields.rb', line 11810 def initialize(data = nil) if( data == nil ) super(872) else super(872, data) end end |
Class Method Details
.field ⇒ Object
11807 11808 11809 |
# File 'lib/quickfix_fields.rb', line 11807 def InstrAttribValue.field return 872 end |