Class: Quickfix::OffshoreIndicator

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



77018
77019
77020
77021
77022
77023
77024
# File 'lib/quickfix_fields.rb', line 77018

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

Class Method Details

.fieldObject



77015
77016
77017
# File 'lib/quickfix_fields.rb', line 77015

def OffshoreIndicator.field
  return 2795
end