Class: Quickfix::LegSettlType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegSettlType

Returns a new instance of LegSettlType.



4244
4245
4246
4247
4248
4249
4250
# File 'lib/quickfix_fields.rb', line 4244

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

Class Method Details

.fieldObject



4241
4242
4243
# File 'lib/quickfix_fields.rb', line 4241

def LegSettlType.field
	return 587
end