Class: Quickfix::ThrottleTimeInterval

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ ThrottleTimeInterval

Returns a new instance of ThrottleTimeInterval.



22145
22146
22147
22148
22149
22150
22151
# File 'lib/quickfix_fields.rb', line 22145

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

Class Method Details

.fieldObject



22142
22143
22144
# File 'lib/quickfix_fields.rb', line 22142

def ThrottleTimeInterval.field
	return 1614
end