Class: Quickfix::PaymentSettlPartyIDSource
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::PaymentSettlPartyIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentSettlPartyIDSource
constructor
A new instance of PaymentSettlPartyIDSource.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ PaymentSettlPartyIDSource
Returns a new instance of PaymentSettlPartyIDSource.
30348 30349 30350 30351 30352 30353 30354 |
# File 'lib/quickfix_fields.rb', line 30348 def initialize(data = nil) if( data == nil ) super(40235) else super(40235, data) end end |
Class Method Details
.field ⇒ Object
30345 30346 30347 |
# File 'lib/quickfix_fields.rb', line 30345 def PaymentSettlPartyIDSource.field return 40235 end |