Class: Quickfix::ProvisionPartyIDSource
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::ProvisionPartyIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProvisionPartyIDSource
constructor
A new instance of ProvisionPartyIDSource.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ ProvisionPartyIDSource
Returns a new instance of ProvisionPartyIDSource.
29594 29595 29596 29597 29598 29599 29600 |
# File 'lib/quickfix_fields.rb', line 29594 def initialize(data = nil) if( data == nil ) super(40176) else super(40176, data) end end |
Class Method Details
.field ⇒ Object
29591 29592 29593 |
# File 'lib/quickfix_fields.rb', line 29591 def ProvisionPartyIDSource.field return 40176 end |