Class: Quickfix::UnderlyingDeliveryScheduleNotionalUnitOfMeasure

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleNotionalUnitOfMeasure

Returns a new instance of UnderlyingDeliveryScheduleNotionalUnitOfMeasure.



52942
52943
52944
52945
52946
52947
52948
# File 'lib/quickfix_fields.rb', line 52942

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