Class: Quickfix::UnderlyingProvisionBreakFeeElection
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingProvisionBreakFeeElection
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProvisionBreakFeeElection
constructor
A new instance of UnderlyingProvisionBreakFeeElection.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProvisionBreakFeeElection
Returns a new instance of UnderlyingProvisionBreakFeeElection.
73963 73964 73965 73966 73967 73968 73969 |
# File 'lib/quickfix_fields.rb', line 73963 def initialize(data = nil) if( data == nil ) super(43002) else super(43002, data) end end |