Class: Quickfix::LegSettlmntTyp

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegSettlmntTyp

Returns a new instance of LegSettlmntTyp.



11563
11564
11565
11566
11567
11568
11569
# File 'lib/quickfix_fields.rb', line 11563

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

Class Method Details

.fieldObject



11560
11561
11562
# File 'lib/quickfix_fields.rb', line 11560

def LegSettlmntTyp.field
	return 587
end