Class: Quickfix::EntitlementRequestID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::EntitlementRequestID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EntitlementRequestID
constructor
A new instance of EntitlementRequestID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ EntitlementRequestID
Returns a new instance of EntitlementRequestID.
23146 23147 23148 23149 23150 23151 23152 |
# File 'lib/quickfix_fields.rb', line 23146 def initialize(data = nil) if( data == nil ) super(1770) else super(1770, data) end end |
Class Method Details
.field ⇒ Object
23143 23144 23145 |
# File 'lib/quickfix_fields.rb', line 23143 def EntitlementRequestID.field return 1770 end |