Class: Quickfix::UnderlyingDeliveryScheduleSettlDay

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleSettlDay

Returns a new instance of UnderlyingDeliveryScheduleSettlDay.



53085
53086
53087
53088
53089
53090
53091
# File 'lib/quickfix_fields.rb', line 53085

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