Class: Quickfix::CollateralCurrencyCodeSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::CollateralCurrencyCodeSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CollateralCurrencyCodeSource
constructor
A new instance of CollateralCurrencyCodeSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ CollateralCurrencyCodeSource
78929 78930 78931 78932 78933 78934 78935 |
# File 'lib/quickfix_fields.rb', line 78929 def initialize(data = nil) if( data == nil ) super(2929) else super(2929, data) end end |
Class Method Details
.field ⇒ Object
78926 78927 78928 |
# File 'lib/quickfix_fields.rb', line 78926 def CollateralCurrencyCodeSource.field return 2929 end |