Class: Quickfix::UnderlyingCurrencyCodeSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingCurrencyCodeSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingCurrencyCodeSource
constructor
A new instance of UnderlyingCurrencyCodeSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingCurrencyCodeSource
Returns a new instance of UnderlyingCurrencyCodeSource.
78760 78761 78762 78763 78764 78765 78766 |
# File 'lib/quickfix_fields.rb', line 78760 def initialize(data = nil) if( data == nil ) super(2916) else super(2916, data) end end |
Class Method Details
.field ⇒ Object
78757 78758 78759 |
# File 'lib/quickfix_fields.rb', line 78757 def UnderlyingCurrencyCodeSource.field return 2916 end |