Class: Quickfix::RespondentType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RespondentType

Returns a new instance of RespondentType.



6519
6520
6521
6522
6523
6524
6525
# File 'lib/quickfix_fields.rb', line 6519

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

Class Method Details

.fieldObject



6516
6517
6518
# File 'lib/quickfix_fields.rb', line 6516

def RespondentType.field
	return 1172
end