Class: Quickfix::NoPaymentSettlPartyIDs
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoPaymentSettlPartyIDs
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoPaymentSettlPartyIDs
constructor
A new instance of NoPaymentSettlPartyIDs.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoPaymentSettlPartyIDs
Returns a new instance of NoPaymentSettlPartyIDs.
30322 30323 30324 30325 30326 30327 30328 |
# File 'lib/quickfix_fields.rb', line 30322 def initialize(data = nil) if( data == nil ) super(40233) else super(40233, data) end end |
Class Method Details
.field ⇒ Object
30319 30320 30321 |
# File 'lib/quickfix_fields.rb', line 30319 def NoPaymentSettlPartyIDs.field return 40233 end |