Class: Quickfix::LegPosCurrencyCodeSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPosCurrencyCodeSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPosCurrencyCodeSource
constructor
A new instance of LegPosCurrencyCodeSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPosCurrencyCodeSource
Returns a new instance of LegPosCurrencyCodeSource.
79046 79047 79048 79049 79050 79051 79052 |
# File 'lib/quickfix_fields.rb', line 79046 def initialize(data = nil) if( data == nil ) super(2938) else super(2938, data) end end |
Class Method Details
.field ⇒ Object
79043 79044 79045 |
# File 'lib/quickfix_fields.rb', line 79043 def LegPosCurrencyCodeSource.field return 2938 end |