Class: Quickfix::LegCurrencyCodeSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegCurrencyCodeSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegCurrencyCodeSource
constructor
A new instance of LegCurrencyCodeSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegCurrencyCodeSource
Returns a new instance of LegCurrencyCodeSource.
78526 78527 78528 78529 78530 78531 78532 |
# File 'lib/quickfix_fields.rb', line 78526 def initialize(data = nil) if( data == nil ) super(2898) else super(2898, data) end end |
Class Method Details
.field ⇒ Object
78523 78524 78525 |
# File 'lib/quickfix_fields.rb', line 78523 def LegCurrencyCodeSource.field return 2898 end |