Class: Quickfix::UnderlyingDeliveryStreamDeliveryRestriction

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDeliveryStreamDeliveryRestriction

Returns a new instance of UnderlyingDeliveryStreamDeliveryRestriction.



53228
53229
53230
53231
53232
53233
53234
# File 'lib/quickfix_fields.rb', line 53228

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