Class: Quickfix::OutMainCntryUIndex

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ OutMainCntryUIndex

Returns a new instance of OutMainCntryUIndex.



5141
5142
5143
5144
5145
5146
5147
# File 'lib/quickfix_fields.rb', line 5141

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

Class Method Details

.fieldObject



5138
5139
5140
# File 'lib/quickfix_fields.rb', line 5138

def OutMainCntryUIndex.field
  return 412
end