Class: Quickfix::PayCollectType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PayCollectType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PayCollectType
constructor
A new instance of PayCollectType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PayCollectType
Returns a new instance of PayCollectType.
22366 22367 22368 22369 22370 22371 22372 |
# File 'lib/quickfix_fields.rb', line 22366 def initialize(data = nil) if( data == nil ) super(1708) else super(1708, data) end end |
Class Method Details
.field ⇒ Object
22363 22364 22365 |
# File 'lib/quickfix_fields.rb', line 22363 def PayCollectType.field return 1708 end |