Class: Quickfix::DiscretionOffsetType

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

Returns a new instance of DiscretionOffsetType.



11420
11421
11422
11423
11424
11425
11426
# File 'lib/quickfix_fields.rb', line 11420

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

Class Method Details

.fieldObject



11417
11418
11419
# File 'lib/quickfix_fields.rb', line 11417

def DiscretionOffsetType.field
  return 842
end