Class: Quickfix::LegDeliveryScheduleSettlStart

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

Returns a new instance of LegDeliveryScheduleSettlStart.



48223
48224
48225
48226
48227
48228
48229
# File 'lib/quickfix_fields.rb', line 48223

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

Class Method Details

.fieldObject



48220
48221
48222
# File 'lib/quickfix_fields.rb', line 48220

def LegDeliveryScheduleSettlStart.field
	return 41426
end