Class: Quickfix::EntitlementRefID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::EntitlementRefID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EntitlementRefID
constructor
A new instance of EntitlementRefID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ EntitlementRefID
Returns a new instance of EntitlementRefID.
24667 24668 24669 24670 24671 24672 24673 |
# File 'lib/quickfix_fields.rb', line 24667 def initialize(data = nil) if( data == nil ) super(1885) else super(1885, data) end end |
Class Method Details
.field ⇒ Object
24664 24665 24666 |
# File 'lib/quickfix_fields.rb', line 24664 def EntitlementRefID.field return 1885 end |