Class: Quickfix::LegProvisionBreakFeeElection
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegProvisionBreakFeeElection
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProvisionBreakFeeElection
constructor
A new instance of LegProvisionBreakFeeElection.
Methods inherited from IntField
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 |
Class Method Details
.field ⇒ Object
67278 67279 67280 |
# File 'lib/quickfix_fields.rb', line 67278 def LegProvisionBreakFeeElection.field return 42506 end |