Class: Quickfix::EntitlementPlatform
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::EntitlementPlatform
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EntitlementPlatform
constructor
A new instance of EntitlementPlatform.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ EntitlementPlatform
Returns a new instance of EntitlementPlatform.
23328 23329 23330 23331 23332 23333 23334 |
# File 'lib/quickfix_fields.rb', line 23328 def initialize(data = nil) if( data == nil ) super(1784) else super(1784, data) end end |
Class Method Details
.field ⇒ Object
23325 23326 23327 |
# File 'lib/quickfix_fields.rb', line 23325 def EntitlementPlatform.field return 1784 end |