Class: Quickfix::SideCurrencyCodeSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SideCurrencyCodeSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideCurrencyCodeSource
constructor
A new instance of SideCurrencyCodeSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SideCurrencyCodeSource
Returns a new instance of SideCurrencyCodeSource.
78565 78566 78567 78568 78569 78570 78571 |
# File 'lib/quickfix_fields.rb', line 78565 def initialize(data = nil) if( data == nil ) super(2901) else super(2901, data) end end |
Class Method Details
.field ⇒ Object
78562 78563 78564 |
# File 'lib/quickfix_fields.rb', line 78562 def SideCurrencyCodeSource.field return 2901 end |