Class: Quickfix::RemunerationIndicator

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

Returns a new instance of RemunerationIndicator.



75068
75069
75070
75071
75072
75073
75074
# File 'lib/quickfix_fields.rb', line 75068

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

Class Method Details

.fieldObject



75065
75066
75067
# File 'lib/quickfix_fields.rb', line 75065

def RemunerationIndicator.field
  return 2356
end