Class: Quickfix::RegulatoryTransactionType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RegulatoryTransactionType

Returns a new instance of RegulatoryTransactionType.



56959
56960
56961
56962
56963
56964
56965
# File 'lib/quickfix_fields.rb', line 56959

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