Class: Quickfix::EntitlementAttribValue
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::EntitlementAttribValue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EntitlementAttribValue
constructor
A new instance of EntitlementAttribValue.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ EntitlementAttribValue
Returns a new instance of EntitlementAttribValue.
23276 23277 23278 23279 23280 23281 23282 |
# File 'lib/quickfix_fields.rb', line 23276 def initialize(data = nil) if( data == nil ) super(1780) else super(1780, data) end end |
Class Method Details
.field ⇒ Object
23273 23274 23275 |
# File 'lib/quickfix_fields.rb', line 23273 def EntitlementAttribValue.field return 1780 end |