Class: Quickfix::PaymentSettlPartySubIDType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentSettlPartySubIDType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentSettlPartySubIDType
constructor
A new instance of PaymentSettlPartySubIDType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentSettlPartySubIDType
Returns a new instance of PaymentSettlPartySubIDType.
30413 30414 30415 30416 30417 30418 30419 |
# File 'lib/quickfix_fields.rb', line 30413 def initialize(data = nil) if( data == nil ) super(40240) else super(40240, data) end end |
Class Method Details
.field ⇒ Object
30410 30411 30412 |
# File 'lib/quickfix_fields.rb', line 30410 def PaymentSettlPartySubIDType.field return 40240 end |