Class: Quickfix::PartyDetailIDSource
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::PartyDetailIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PartyDetailIDSource
constructor
A new instance of PartyDetailIDSource.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ PartyDetailIDSource
Returns a new instance of PartyDetailIDSource.
21482 21483 21484 21485 21486 21487 21488 |
# File 'lib/quickfix_fields.rb', line 21482 def initialize(data = nil) if( data == nil ) super(1692) else super(1692, data) end end |
Class Method Details
.field ⇒ Object
21479 21480 21481 |
# File 'lib/quickfix_fields.rb', line 21479 def PartyDetailIDSource.field return 1692 end |