Class: Quickfix::PegLimitType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PegLimitType

Returns a new instance of PegLimitType.



9496
9497
9498
9499
9500
9501
9502
# File 'lib/quickfix_fields.rb', line 9496

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

Class Method Details

.fieldObject



9493
9494
9495
# File 'lib/quickfix_fields.rb', line 9493

def PegLimitType.field
	return 837
end