Class: Quickfix::UnderlyingLegStrikePrice
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::UnderlyingLegStrikePrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingLegStrikePrice
constructor
A new instance of UnderlyingLegStrikePrice.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingLegStrikePrice
Returns a new instance of UnderlyingLegStrikePrice.
14696 14697 14698 14699 14700 14701 14702 |
# File 'lib/quickfix_fields.rb', line 14696 def initialize(data = nil) if( data == nil ) super(1340) else super(1340, data) end end |
Class Method Details
.field ⇒ Object
14693 14694 14695 |
# File 'lib/quickfix_fields.rb', line 14693 def UnderlyingLegStrikePrice.field return 1340 end |