Class: Quickfix::ContIntRptID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ContIntRptID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ContIntRptID
constructor
A new instance of ContIntRptID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ContIntRptID
Returns a new instance of ContIntRptID.
13175 13176 13177 13178 13179 13180 13181 |
# File 'lib/quickfix_fields.rb', line 13175 def initialize(data = nil) if( data == nil ) super(977) else super(977, data) end end |
Class Method Details
.field ⇒ Object
13172 13173 13174 |
# File 'lib/quickfix_fields.rb', line 13172 def ContIntRptID.field return 977 end |