Class: Quickfix::PayCollectCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PayCollectCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PayCollectCurrency
constructor
A new instance of PayCollectCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PayCollectCurrency
Returns a new instance of PayCollectCurrency.
22379 22380 22381 22382 22383 22384 22385 |
# File 'lib/quickfix_fields.rb', line 22379 def initialize(data = nil) if( data == nil ) super(1709) else super(1709, data) end end |
Class Method Details
.field ⇒ Object
22376 22377 22378 |
# File 'lib/quickfix_fields.rb', line 22376 def PayCollectCurrency.field return 1709 end |