Class: Quickfix::UnderlyingSettlPriceType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingSettlPriceType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingSettlPriceType
constructor
A new instance of UnderlyingSettlPriceType.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingSettlPriceType
Returns a new instance of UnderlyingSettlPriceType.
9470 9471 9472 9473 9474 9475 9476 |
# File 'lib/quickfix_fields.rb', line 9470 def initialize(data = nil) if( data == nil ) super(733) else super(733, data) end end |
Class Method Details
.field ⇒ Object
9467 9468 9469 |
# File 'lib/quickfix_fields.rb', line 9467 def .field return 733 end |