Class: Quickfix::DerivativeFuturesValuationMethod
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::DerivativeFuturesValuationMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeFuturesValuationMethod
constructor
A new instance of DerivativeFuturesValuationMethod.
Constructor Details
#initialize(data = nil) ⇒ DerivativeFuturesValuationMethod
Returns a new instance of DerivativeFuturesValuationMethod.
370 371 372 373 374 375 376 |
# File 'lib/quickfix_fields.rb', line 370 def initialize(data = nil) if( data == nil ) super(1319) else super(1319, data) end end |
Class Method Details
.field ⇒ Object
367 368 369 |
# File 'lib/quickfix_fields.rb', line 367 def DerivativeFuturesValuationMethod.field return 1319 end |