Class: Quickfix::CollAsgnRespType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ CollAsgnRespType

Returns a new instance of CollAsgnRespType.



12239
12240
12241
12242
12243
12244
12245
# File 'lib/quickfix_fields.rb', line 12239

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