Class: Quickfix::LegDeliveryScheduleSettlDay

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

Returns a new instance of LegDeliveryScheduleSettlDay.



48184
48185
48186
48187
48188
48189
48190
# File 'lib/quickfix_fields.rb', line 48184

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

Class Method Details

.fieldObject



48181
48182
48183
# File 'lib/quickfix_fields.rb', line 48181

def LegDeliveryScheduleSettlDay.field
	return 41423
end