Class: Quickfix::DeliveryStreamDeliveryContingency

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ DeliveryStreamDeliveryContingency

Returns a new instance of DeliveryStreamDeliveryContingency.



41905
41906
41907
41908
41909
41910
41911
# File 'lib/quickfix_fields.rb', line 41905

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

Class Method Details

.fieldObject



41902
41903
41904
# File 'lib/quickfix_fields.rb', line 41902

def DeliveryStreamDeliveryContingency.field
	return 41064
end