Class: Quickfix::LegDeliveryStreamDeliveryPointSource

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) ⇒ LegDeliveryStreamDeliveryPointSource

Returns a new instance of LegDeliveryStreamDeliveryPointSource.



57089
57090
57091
57092
57093
57094
57095
# File 'lib/quickfix_fields.rb', line 57089

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

Class Method Details

.fieldObject



57086
57087
57088
# File 'lib/quickfix_fields.rb', line 57086

def LegDeliveryStreamDeliveryPointSource.field
	return 42194
end