Class: Quickfix::UnderlyingDeliveryScheduleSettlStart

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

Returns a new instance of UnderlyingDeliveryScheduleSettlStart.



53124
53125
53126
53127
53128
53129
53130
# File 'lib/quickfix_fields.rb', line 53124

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

Class Method Details

.fieldObject



53121
53122
53123
# File 'lib/quickfix_fields.rb', line 53121

def UnderlyingDeliveryScheduleSettlStart.field
	return 41774
end