Class: Quickfix::EntitlementAttribCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::EntitlementAttribCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EntitlementAttribCurrency
constructor
A new instance of EntitlementAttribCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ EntitlementAttribCurrency
Returns a new instance of EntitlementAttribCurrency.
23289 23290 23291 23292 23293 23294 23295 |
# File 'lib/quickfix_fields.rb', line 23289 def initialize(data = nil) if( data == nil ) super(1781) else super(1781, data) end end |
Class Method Details
.field ⇒ Object
23286 23287 23288 |
# File 'lib/quickfix_fields.rb', line 23286 def EntitlementAttribCurrency.field return 1781 end |