Class: Quickfix::RiskLimitCurrencyCodeSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::RiskLimitCurrencyCodeSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RiskLimitCurrencyCodeSource
constructor
A new instance of RiskLimitCurrencyCodeSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ RiskLimitCurrencyCodeSource
79059 79060 79061 79062 79063 79064 79065 |
# File 'lib/quickfix_fields.rb', line 79059 def initialize(data = nil) if( data == nil ) super(2939) else super(2939, data) end end |
Class Method Details
.field ⇒ Object
79056 79057 79058 |
# File 'lib/quickfix_fields.rb', line 79056 def RiskLimitCurrencyCodeSource.field return 2939 end |