Class: Quickfix::UnderlyingDeliveryStreamRiskApportionment

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

Returns a new instance of UnderlyingDeliveryStreamRiskApportionment.



53280
53281
53282
53283
53284
53285
53286
# File 'lib/quickfix_fields.rb', line 53280

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

Class Method Details

.fieldObject



53277
53278
53279
# File 'lib/quickfix_fields.rb', line 53277

def UnderlyingDeliveryStreamRiskApportionment.field
	return 41786
end