Class: Quickfix::TargetPartyIDSource
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::TargetPartyIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TargetPartyIDSource
constructor
A new instance of TargetPartyIDSource.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ TargetPartyIDSource
Returns a new instance of TargetPartyIDSource.
19363 19364 19365 19366 19367 19368 19369 |
# File 'lib/quickfix_fields.rb', line 19363 def initialize(data = nil) if( data == nil ) super(1463) else super(1463, data) end end |
Class Method Details
.field ⇒ Object
19360 19361 19362 |
# File 'lib/quickfix_fields.rb', line 19360 def TargetPartyIDSource.field return 1463 end |