Class: Quickfix::SettlCurrencyCodeSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SettlCurrencyCodeSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlCurrencyCodeSource
constructor
A new instance of SettlCurrencyCodeSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SettlCurrencyCodeSource
Returns a new instance of SettlCurrencyCodeSource.
78539 78540 78541 78542 78543 78544 78545 |
# File 'lib/quickfix_fields.rb', line 78539 def initialize(data = nil) if( data == nil ) super(2899) else super(2899, data) end end |
Class Method Details
.field ⇒ Object
78536 78537 78538 |
# File 'lib/quickfix_fields.rb', line 78536 def SettlCurrencyCodeSource.field return 2899 end |