Class: Quickfix::UnderlyingDeliveryScheduleSettlTimeZone

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

Returns a new instance of UnderlyingDeliveryScheduleSettlTimeZone.



53033
53034
53035
53036
53037
53038
53039
# File 'lib/quickfix_fields.rb', line 53033

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

Class Method Details

.fieldObject



53030
53031
53032
# File 'lib/quickfix_fields.rb', line 53030

def UnderlyingDeliveryScheduleSettlTimeZone.field
	return 41767
end