Class: Quickfix::LegProvisionBreakFeeElection
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegProvisionBreakFeeElection
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProvisionBreakFeeElection
constructor
A new instance of LegProvisionBreakFeeElection.
Constructor Details
#initialize(data = nil) ⇒ LegProvisionBreakFeeElection
Returns a new instance of LegProvisionBreakFeeElection.
67281 67282 67283 67284 67285 67286 67287 |
# File 'lib/quickfix_fields.rb', line 67281 def initialize(data = nil) if( data == nil ) super(42506) else super(42506, data) end end |