Class: Quickfix::ApplReqType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ApplReqType

Returns a new instance of ApplReqType.



19662
19663
19664
19665
19666
19667
19668
# File 'lib/quickfix_fields.rb', line 19662

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

Class Method Details

.fieldObject



19659
19660
19661
# File 'lib/quickfix_fields.rb', line 19659

def ApplReqType.field
	return 1347
end