Class: Quickfix::ProvisionPartySubIDType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ProvisionPartySubIDType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProvisionPartySubIDType
constructor
A new instance of ProvisionPartySubIDType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ProvisionPartySubIDType
Returns a new instance of ProvisionPartySubIDType.
29646 29647 29648 29649 29650 29651 29652 |
# File 'lib/quickfix_fields.rb', line 29646 def initialize(data = nil) if( data == nil ) super(40180) else super(40180, data) end end |
Class Method Details
.field ⇒ Object
29643 29644 29645 |
# File 'lib/quickfix_fields.rb', line 29643 def ProvisionPartySubIDType.field return 40180 end |