Class: Quickfix::PaymentSettlPartyRole
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentSettlPartyRole
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentSettlPartyRole
constructor
A new instance of PaymentSettlPartyRole.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentSettlPartyRole
Returns a new instance of PaymentSettlPartyRole.
30361 30362 30363 30364 30365 30366 30367 |
# File 'lib/quickfix_fields.rb', line 30361 def initialize(data = nil) if( data == nil ) super(40236) else super(40236, data) end end |
Class Method Details
.field ⇒ Object
30358 30359 30360 |
# File 'lib/quickfix_fields.rb', line 30358 def PaymentSettlPartyRole.field return 40236 end |