Class: Quickfix::CommCurrencyCodeSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::CommCurrencyCodeSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CommCurrencyCodeSource
constructor
A new instance of CommCurrencyCodeSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ CommCurrencyCodeSource
Returns a new instance of CommCurrencyCodeSource.
78838 78839 78840 78841 78842 78843 78844 |
# File 'lib/quickfix_fields.rb', line 78838 def initialize(data = nil) if( data == nil ) super(2922) else super(2922, data) end end |
Class Method Details
.field ⇒ Object
78835 78836 78837 |
# File 'lib/quickfix_fields.rb', line 78835 def CommCurrencyCodeSource.field return 2922 end |