Class: Quickfix::EntitlementAttribCurrencyCodeSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::EntitlementAttribCurrencyCodeSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EntitlementAttribCurrencyCodeSource
constructor
A new instance of EntitlementAttribCurrencyCodeSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ EntitlementAttribCurrencyCodeSource
Returns a new instance of EntitlementAttribCurrencyCodeSource.
79072 79073 79074 79075 79076 79077 79078 |
# File 'lib/quickfix_fields.rb', line 79072 def initialize(data = nil) if( data == nil ) super(2940) else super(2940, data) end end |
Class Method Details
.field ⇒ Object
79069 79070 79071 |
# File 'lib/quickfix_fields.rb', line 79069 def EntitlementAttribCurrencyCodeSource.field return 2940 end |