Class: Quickfix::LegProtectionTermCurrency

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

Returns a new instance of LegProtectionTermCurrency.



50810
50811
50812
50813
50814
50815
50816
# File 'lib/quickfix_fields.rb', line 50810

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

Class Method Details

.fieldObject



50807
50808
50809
# File 'lib/quickfix_fields.rb', line 50807

def LegProtectionTermCurrency.field
	return 41619
end