Class: Quickfix::PayCollectCurrencyCodeSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PayCollectCurrencyCodeSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PayCollectCurrencyCodeSource
constructor
A new instance of PayCollectCurrencyCodeSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PayCollectCurrencyCodeSource
Returns a new instance of PayCollectCurrencyCodeSource.
79267 79268 79269 79270 79271 79272 79273 |
# File 'lib/quickfix_fields.rb', line 79267 def initialize(data = nil) if( data == nil ) super(2955) else super(2955, data) end end |
Class Method Details
.field ⇒ Object
79264 79265 79266 |
# File 'lib/quickfix_fields.rb', line 79264 def PayCollectCurrencyCodeSource.field return 2955 end |