Class: Quickfix::UnderlyingStrikePrice
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::UnderlyingStrikePrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStrikePrice
constructor
A new instance of UnderlyingStrikePrice.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStrikePrice
Returns a new instance of UnderlyingStrikePrice.
1449 1450 1451 1452 1453 1454 1455 |
# File 'lib/quickfix_fields.rb', line 1449 def initialize(data = nil) if( data == nil ) super(316) else super(316, data) end end |
Class Method Details
.field ⇒ Object
1446 1447 1448 |
# File 'lib/quickfix_fields.rb', line 1446 def UnderlyingStrikePrice.field return 316 end |