Class: Quickfix::LegClearingAccountType

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

Instance Method Summary collapse

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