Class: Quickfix::EntitlementReportID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::EntitlementReportID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EntitlementReportID
constructor
A new instance of EntitlementReportID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ EntitlementReportID
Returns a new instance of EntitlementReportID.
23159 23160 23161 23162 23163 23164 23165 |
# File 'lib/quickfix_fields.rb', line 23159 def initialize(data = nil) if( data == nil ) super(1771) else super(1771, data) end end |
Class Method Details
.field ⇒ Object
23156 23157 23158 |
# File 'lib/quickfix_fields.rb', line 23156 def EntitlementReportID.field return 1771 end |