Class: Quickfix::UnderlyingComplexEventDateUnadjusted

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

Returns a new instance of UnderlyingComplexEventDateUnadjusted.



52370
52371
52372
52373
52374
52375
52376
# File 'lib/quickfix_fields.rb', line 52370

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

Class Method Details

.fieldObject



52367
52368
52369
# File 'lib/quickfix_fields.rb', line 52367

def UnderlyingComplexEventDateUnadjusted.field
	return 41739
end