Class: Quickfix::UnderlyingDeliveryStreamWithdrawalPoint

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDeliveryStreamWithdrawalPoint

Returns a new instance of UnderlyingDeliveryStreamWithdrawalPoint.



53202
53203
53204
53205
53206
53207
53208
# File 'lib/quickfix_fields.rb', line 53202

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