Class: Quickfix::NoPayCollects

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoPayCollects

Returns a new instance of NoPayCollects.



22327
22328
22329
22330
22331
22332
22333
# File 'lib/quickfix_fields.rb', line 22327

def initialize(data = nil)
	if( data == nil )
		super(1707)
	else
		super(1707, data)
	end
end