Class: Quickfix::ApplReportID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ApplReportID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ApplReportID
constructor
A new instance of ApplReportID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ApplReportID
Returns a new instance of ApplReportID.
18596 18597 18598 18599 18600 18601 18602 |
# File 'lib/quickfix_fields.rb', line 18596 def initialize(data = nil) if( data == nil ) super(1356) else super(1356, data) end end |
Class Method Details
.field ⇒ Object
18593 18594 18595 |
# File 'lib/quickfix_fields.rb', line 18593 def ApplReportID.field return 1356 end |