Class: Quickfix::TrdRepPartyRole
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::TrdRepPartyRole
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TrdRepPartyRole
constructor
A new instance of TrdRepPartyRole.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ TrdRepPartyRole
Returns a new instance of TrdRepPartyRole.
18427 18428 18429 18430 18431 18432 18433 |
# File 'lib/quickfix_fields.rb', line 18427 def initialize(data = nil) if( data == nil ) super(1388) else super(1388, data) end end |
Class Method Details
.field ⇒ Object
18424 18425 18426 |
# File 'lib/quickfix_fields.rb', line 18424 def TrdRepPartyRole.field return 1388 end |