Class: Quickfix::PartyDetailAltIDSource
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::PartyDetailAltIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PartyDetailAltIDSource
constructor
A new instance of PartyDetailAltIDSource.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ PartyDetailAltIDSource
Returns a new instance of PartyDetailAltIDSource.
20507 20508 20509 20510 20511 20512 20513 |
# File 'lib/quickfix_fields.rb', line 20507 def initialize(data = nil) if( data == nil ) super(1518) else super(1518, data) end end |
Class Method Details
.field ⇒ Object
20504 20505 20506 |
# File 'lib/quickfix_fields.rb', line 20504 def PartyDetailAltIDSource.field return 1518 end |