Class: Quickfix::LegPaymentStreamCalculationLagUnit

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

Returns a new instance of LegPaymentStreamCalculationLagUnit.



50316
50317
50318
50319
50320
50321
50322
# File 'lib/quickfix_fields.rb', line 50316

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

Class Method Details

.fieldObject



50313
50314
50315
# File 'lib/quickfix_fields.rb', line 50313

def LegPaymentStreamCalculationLagUnit.field
	return 41579
end