Class: Quickfix::PayCollectType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::PayCollectType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PayCollectType
constructor
A new instance of PayCollectType.
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 |