Class: Quickfix::DiscretionOffsetType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::DiscretionOffsetType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DiscretionOffsetType
constructor
A new instance of DiscretionOffsetType.
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
.field ⇒ Object
14732 14733 14734 |
# File 'lib/quickfix_fields.rb', line 14732 def DiscretionOffsetType.field return 842 end |