Class: Quickfix::UnderlyingProvisionType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingProvisionType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProvisionType
constructor
A new instance of UnderlyingProvisionType.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProvisionType
Returns a new instance of UnderlyingProvisionType.
59780 59781 59782 59783 59784 59785 59786 |
# File 'lib/quickfix_fields.rb', line 59780 def initialize(data = nil) if( data == nil ) super(42150) else super(42150, data) end end |