Class: Quickfix::PartyIDSource
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::PartyIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PartyIDSource
constructor
A new instance of PartyIDSource.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ PartyIDSource
Returns a new instance of PartyIDSource.
6220 6221 6222 6223 6224 6225 6226 |
# File 'lib/quickfix_fields.rb', line 6220 def initialize(data = nil) if( data == nil ) super(447) else super(447, data) end end |
Class Method Details
.field ⇒ Object
6217 6218 6219 |
# File 'lib/quickfix_fields.rb', line 6217 def PartyIDSource.field return 447 end |