Class: Quickfix::CollAsgnRespType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ CollAsgnRespType

Returns a new instance of CollAsgnRespType.



2073
2074
2075
2076
2077
2078
2079
# File 'lib/quickfix_fields.rb', line 2073

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

Class Method Details

.fieldObject



2070
2071
2072
# File 'lib/quickfix_fields.rb', line 2070

def CollAsgnRespType.field
	return 905
end