Class: Quickfix::LegStrikePrice
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LegStrikePrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegStrikePrice
constructor
A new instance of LegStrikePrice.
Constructor Details
#initialize(data = nil) ⇒ LegStrikePrice
Returns a new instance of LegStrikePrice.
9067 9068 9069 9070 9071 9072 9073 |
# File 'lib/quickfix_fields.rb', line 9067 def initialize(data = nil) if( data == nil ) super(612) else super(612, data) end end |
Class Method Details
.field ⇒ Object
9064 9065 9066 |
# File 'lib/quickfix_fields.rb', line 9064 def LegStrikePrice.field return 612 end |