Class: Quickfix::ThrottleTimeUnit

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) ⇒ ThrottleTimeUnit

Returns a new instance of ThrottleTimeUnit.



22158
22159
22160
22161
22162
22163
22164
# File 'lib/quickfix_fields.rb', line 22158

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

Class Method Details

.fieldObject



22155
22156
22157
# File 'lib/quickfix_fields.rb', line 22155

def ThrottleTimeUnit.field
	return 1615
end