Class: Quickfix::RelatedPartyDetailRole
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::RelatedPartyDetailRole
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RelatedPartyDetailRole
constructor
A new instance of RelatedPartyDetailRole.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ RelatedPartyDetailRole
21027 21028 21029 21030 21031 21032 21033 |
# File 'lib/quickfix_fields.rb', line 21027 def initialize(data = nil) if( data == nil ) super(1565) else super(1565, data) end end |
Class Method Details
.field ⇒ Object
21024 21025 21026 |
# File 'lib/quickfix_fields.rb', line 21024 def .field return 1565 end |