Class: Quickfix::LegDeliveryStreamRiskApportionment

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

Returns a new instance of LegDeliveryStreamRiskApportionment.



48379
48380
48381
48382
48383
48384
48385
# File 'lib/quickfix_fields.rb', line 48379

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

Class Method Details

.fieldObject



48376
48377
48378
# File 'lib/quickfix_fields.rb', line 48376

def LegDeliveryStreamRiskApportionment.field
	return 41438
end