Class: Quickfix::LegClearingAccountType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegClearingAccountType

Returns a new instance of LegClearingAccountType.



23757
23758
23759
23760
23761
23762
23763
# File 'lib/quickfix_fields.rb', line 23757

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

Class Method Details

.fieldObject



23754
23755
23756
# File 'lib/quickfix_fields.rb', line 23754

def LegClearingAccountType.field
	return 1817
end