Class: Quickfix::AgreementCurrencyCodeSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::AgreementCurrencyCodeSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AgreementCurrencyCodeSource
constructor
A new instance of AgreementCurrencyCodeSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ AgreementCurrencyCodeSource
Returns a new instance of AgreementCurrencyCodeSource.
79228 79229 79230 79231 79232 79233 79234 |
# File 'lib/quickfix_fields.rb', line 79228 def initialize(data = nil) if( data == nil ) super(2952) else super(2952, data) end end |
Class Method Details
.field ⇒ Object
79225 79226 79227 |
# File 'lib/quickfix_fields.rb', line 79225 def AgreementCurrencyCodeSource.field return 2952 end |