Class: Quickfix::LegSettlmntTyp

Inherits:
CharField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegSettlmntTyp

Returns a new instance of LegSettlmntTyp.



7988
7989
7990
7991
7992
7993
7994
# File 'lib/quickfix_fields.rb', line 7988

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

Class Method Details

.fieldObject



7985
7986
7987
# File 'lib/quickfix_fields.rb', line 7985

def LegSettlmntTyp.field
	return 587
end