Class: Quickfix::DerivativePutOrCall
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::DerivativePutOrCall
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativePutOrCall
constructor
A new instance of DerivativePutOrCall.
Constructor Details
#initialize(data = nil) ⇒ DerivativePutOrCall
Returns a new instance of DerivativePutOrCall.
7416 7417 7418 7419 7420 7421 7422 |
# File 'lib/quickfix_fields.rb', line 7416 def initialize(data = nil) if( data == nil ) super(1323) else super(1323, data) end end |
Class Method Details
.field ⇒ Object
7413 7414 7415 |
# File 'lib/quickfix_fields.rb', line 7413 def DerivativePutOrCall.field return 1323 end |