Class: Quickfix::NoUnderlyingProvisionPartyIDs
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingProvisionPartyIDs
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingProvisionPartyIDs
constructor
A new instance of NoUnderlyingProvisionPartyIDs.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingProvisionPartyIDs
Returns a new instance of NoUnderlyingProvisionPartyIDs.
60079 60080 60081 60082 60083 60084 60085 |
# File 'lib/quickfix_fields.rb', line 60079 def initialize(data = nil) if( data == nil ) super(42173) else super(42173, data) end end |
Class Method Details
.field ⇒ Object
60076 60077 60078 |
# File 'lib/quickfix_fields.rb', line 60076 def .field return 42173 end |