Class: Quickfix::DiscretionOffsetType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DiscretionOffsetType

Returns a new instance of DiscretionOffsetType.



14735
14736
14737
14738
14739
14740
14741
# File 'lib/quickfix_fields.rb', line 14735

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

Class Method Details

.fieldObject



14732
14733
14734
# File 'lib/quickfix_fields.rb', line 14732

def DiscretionOffsetType.field
	return 842
end