Class: Quickfix::LegDeliveryScheduleSettlTimeZone

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

Returns a new instance of LegDeliveryScheduleSettlTimeZone.



48132
48133
48134
48135
48136
48137
48138
# File 'lib/quickfix_fields.rb', line 48132

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

Class Method Details

.fieldObject



48129
48130
48131
# File 'lib/quickfix_fields.rb', line 48129

def LegDeliveryScheduleSettlTimeZone.field
	return 41419
end