Class: Quickfix::ProtectionTermCurrency

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

Returns a new instance of ProtectionTermCurrency.



29685
29686
29687
29688
29689
29690
29691
# File 'lib/quickfix_fields.rb', line 29685

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

Class Method Details

.fieldObject



29682
29683
29684
# File 'lib/quickfix_fields.rb', line 29682

def ProtectionTermCurrency.field
	return 40183
end