Class: Quickfix::RoutingArrangmentIndicator

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RoutingArrangmentIndicator

Returns a new instance of RoutingArrangmentIndicator.



78136
78137
78138
78139
78140
78141
78142
# File 'lib/quickfix_fields.rb', line 78136

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