Class: Quickfix::Concession
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::Concession
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ Concession
constructor
A new instance of Concession.
Constructor Details
#initialize(data = nil) ⇒ Concession
Returns a new instance of Concession.
4933 4934 4935 4936 4937 4938 4939 |
# File 'lib/quickfix_fields.rb', line 4933 def initialize(data = nil) if( data == nil ) super(238) else super(238, data) end end |
Class Method Details
.field ⇒ Object
4930 4931 4932 |
# File 'lib/quickfix_fields.rb', line 4930 def Concession.field return 238 end |