Class: Quickfix::UnderlyingComplexEventScheduleStartDate

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

Returns a new instance of UnderlyingComplexEventScheduleStartDate.



52825
52826
52827
52828
52829
52830
52831
# File 'lib/quickfix_fields.rb', line 52825

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

Class Method Details

.fieldObject



52822
52823
52824
# File 'lib/quickfix_fields.rb', line 52822

def UnderlyingComplexEventScheduleStartDate.field
	return 41751
end