Class: Quickfix::DeliveryStreamDeliveryRestriction

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DeliveryStreamDeliveryRestriction

Returns a new instance of DeliveryStreamDeliveryRestriction.



41892
41893
41894
41895
41896
41897
41898
# File 'lib/quickfix_fields.rb', line 41892

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