Class: Quickfix::LegComplexEventDateOffsetUnit

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegComplexEventDateOffsetUnit

Returns a new instance of LegComplexEventDateOffsetUnit.



47326
47327
47328
47329
47330
47331
47332
# File 'lib/quickfix_fields.rb', line 47326

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

Class Method Details

.fieldObject



47323
47324
47325
# File 'lib/quickfix_fields.rb', line 47323

def LegComplexEventDateOffsetUnit.field
	return 41392
end