Class: Quickfix::RegulatoryTradeIDType

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) ⇒ RegulatoryTradeIDType

Returns a new instance of RegulatoryTradeIDType.



25109
25110
25111
25112
25113
25114
25115
# File 'lib/quickfix_fields.rb', line 25109

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

Class Method Details

.fieldObject



25106
25107
25108
# File 'lib/quickfix_fields.rb', line 25106

def RegulatoryTradeIDType.field
	return 1906
end