Class: Quickfix::FundingSourceCurrencyCodeSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::FundingSourceCurrencyCodeSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ FundingSourceCurrencyCodeSource
constructor
A new instance of FundingSourceCurrencyCodeSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ FundingSourceCurrencyCodeSource
Returns a new instance of FundingSourceCurrencyCodeSource.
79254 79255 79256 79257 79258 79259 79260 |
# File 'lib/quickfix_fields.rb', line 79254 def initialize(data = nil) if( data == nil ) super(2954) else super(2954, data) end end |
Class Method Details
.field ⇒ Object
79251 79252 79253 |
# File 'lib/quickfix_fields.rb', line 79251 def FundingSourceCurrencyCodeSource.field return 2954 end |