Class: Quickfix::PaymentSettlPartyID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentSettlPartyID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentSettlPartyID
constructor
A new instance of PaymentSettlPartyID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentSettlPartyID
Returns a new instance of PaymentSettlPartyID.
30335 30336 30337 30338 30339 30340 30341 |
# File 'lib/quickfix_fields.rb', line 30335 def initialize(data = nil) if( data == nil ) super(40234) else super(40234, data) end end |
Class Method Details
.field ⇒ Object
30332 30333 30334 |
# File 'lib/quickfix_fields.rb', line 30332 def PaymentSettlPartyID.field return 40234 end |