Class: Quickfix::NoPaymentSettlPartySubIDs
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoPaymentSettlPartySubIDs
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoPaymentSettlPartySubIDs
constructor
A new instance of NoPaymentSettlPartySubIDs.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoPaymentSettlPartySubIDs
Returns a new instance of NoPaymentSettlPartySubIDs.
30387 30388 30389 30390 30391 30392 30393 |
# File 'lib/quickfix_fields.rb', line 30387 def initialize(data = nil) if( data == nil ) super(40238) else super(40238, data) end end |
Class Method Details
.field ⇒ Object
30384 30385 30386 |
# File 'lib/quickfix_fields.rb', line 30384 def NoPaymentSettlPartySubIDs.field return 40238 end |