Class: Quickfix::UnderlyingDeliveryStreamType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDeliveryStreamType

Returns a new instance of UnderlyingDeliveryStreamType.



53163
53164
53165
53166
53167
53168
53169
# File 'lib/quickfix_fields.rb', line 53163

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

Class Method Details

.fieldObject



53160
53161
53162
# File 'lib/quickfix_fields.rb', line 53160

def UnderlyingDeliveryStreamType.field
	return 41777
end