Class: Quickfix::PayCollectType

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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