Class: Quickfix::DerivativeStrikeValue
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::DerivativeStrikeValue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeStrikeValue
constructor
A new instance of DerivativeStrikeValue.
Constructor Details
#initialize(data = nil) ⇒ DerivativeStrikeValue
Returns a new instance of DerivativeStrikeValue.
11446 11447 11448 11449 11450 11451 11452 |
# File 'lib/quickfix_fields.rb', line 11446 def initialize(data = nil) if( data == nil ) super(1264) else super(1264, data) end end |
Class Method Details
.field ⇒ Object
11443 11444 11445 |
# File 'lib/quickfix_fields.rb', line 11443 def DerivativeStrikeValue.field return 1264 end |