Class: Quickfix::LegDeliveryScheduleSettlTimeType

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegDeliveryScheduleSettlTimeType

Returns a new instance of LegDeliveryScheduleSettlTimeType.



48249
48250
48251
48252
48253
48254
48255
# File 'lib/quickfix_fields.rb', line 48249

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

Class Method Details

.fieldObject



48246
48247
48248
# File 'lib/quickfix_fields.rb', line 48246

def LegDeliveryScheduleSettlTimeType.field
	return 41428
end