Class: Quickfix::CurrencyCodeSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::CurrencyCodeSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CurrencyCodeSource
constructor
A new instance of CurrencyCodeSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ CurrencyCodeSource
Returns a new instance of CurrencyCodeSource.
78513 78514 78515 78516 78517 78518 78519 |
# File 'lib/quickfix_fields.rb', line 78513 def initialize(data = nil) if( data == nil ) super(2897) else super(2897, data) end end |
Class Method Details
.field ⇒ Object
78510 78511 78512 |
# File 'lib/quickfix_fields.rb', line 78510 def CurrencyCodeSource.field return 2897 end |