Class: Quickfix::TradingCurrencyCodeSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::TradingCurrencyCodeSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradingCurrencyCodeSource
constructor
A new instance of TradingCurrencyCodeSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ TradingCurrencyCodeSource
Returns a new instance of TradingCurrencyCodeSource.
78994 78995 78996 78997 78998 78999 79000 |
# File 'lib/quickfix_fields.rb', line 78994 def initialize(data = nil) if( data == nil ) super(2934) else super(2934, data) end end |
Class Method Details
.field ⇒ Object
78991 78992 78993 |
# File 'lib/quickfix_fields.rb', line 78991 def TradingCurrencyCodeSource.field return 2934 end |