Class: Quickfix::PaymentSettlPartySubID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentSettlPartySubID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentSettlPartySubID
constructor
A new instance of PaymentSettlPartySubID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentSettlPartySubID
Returns a new instance of PaymentSettlPartySubID.
30400 30401 30402 30403 30404 30405 30406 |
# File 'lib/quickfix_fields.rb', line 30400 def initialize(data = nil) if( data == nil ) super(40239) else super(40239, data) end end |
Class Method Details
.field ⇒ Object
30397 30398 30399 |
# File 'lib/quickfix_fields.rb', line 30397 def PaymentSettlPartySubID.field return 40239 end |