Class: Quickfix::SettlPartyRole
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::SettlPartyRole
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlPartyRole
constructor
A new instance of SettlPartyRole.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ SettlPartyRole
Returns a new instance of SettlPartyRole.
10705 10706 10707 10708 10709 10710 10711 |
# File 'lib/quickfix_fields.rb', line 10705 def initialize(data = nil) if( data == nil ) super(784) else super(784, data) end end |
Class Method Details
.field ⇒ Object
10702 10703 10704 |
# File 'lib/quickfix_fields.rb', line 10702 def SettlPartyRole.field return 784 end |