Class: Quickfix::LegEventTimePeriod

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

Returns a new instance of LegEventTimePeriod.



27020
27021
27022
27023
27024
27025
27026
# File 'lib/quickfix_fields.rb', line 27020

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

Class Method Details

.fieldObject



27017
27018
27019
# File 'lib/quickfix_fields.rb', line 27017

def LegEventTimePeriod.field
	return 2064
end