Class: Quickfix::LegReportID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegReportID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegReportID
constructor
A new instance of LegReportID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegReportID
Returns a new instance of LegReportID.
13344 13345 13346 13347 13348 13349 13350 |
# File 'lib/quickfix_fields.rb', line 13344 def initialize(data = nil) if( data == nil ) super(990) else super(990, data) end end |
Class Method Details
.field ⇒ Object
13341 13342 13343 |
# File 'lib/quickfix_fields.rb', line 13341 def LegReportID.field return 990 end |