Class: Quickfix::RoutingArrangmentIndicator

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

Class Method Details

.fieldObject



78133
78134
78135
# File 'lib/quickfix_fields.rb', line 78133

def RoutingArrangmentIndicator.field
  return 2883
end