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