Class: Quickfix::RelatedPartyDetailSubIDType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::RelatedPartyDetailSubIDType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RelatedPartyDetailSubIDType
constructor
A new instance of RelatedPartyDetailSubIDType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ RelatedPartyDetailSubIDType
Returns a new instance of RelatedPartyDetailSubIDType.
21066 21067 21068 21069 21070 21071 21072 |
# File 'lib/quickfix_fields.rb', line 21066 def initialize(data = nil) if( data == nil ) super(1568) else super(1568, data) end end |
Class Method Details
.field ⇒ Object
21063 21064 21065 |
# File 'lib/quickfix_fields.rb', line 21063 def .field return 1568 end |