Class: Quickfix::ContraRoutingArrangmentIndicator

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

Returns a new instance of ContraRoutingArrangmentIndicator.



78149
78150
78151
78152
78153
78154
78155
# File 'lib/quickfix_fields.rb', line 78149

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

Class Method Details

.fieldObject



78146
78147
78148
# File 'lib/quickfix_fields.rb', line 78146

def ContraRoutingArrangmentIndicator.field
	return 2884
end