Class: Quickfix::PartyDetailSubIDType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PartyDetailSubIDType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PartyDetailSubIDType
constructor
A new instance of PartyDetailSubIDType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PartyDetailSubIDType
Returns a new instance of PartyDetailSubIDType.
21534 21535 21536 21537 21538 21539 21540 |
# File 'lib/quickfix_fields.rb', line 21534 def initialize(data = nil) if( data == nil ) super(1696) else super(1696, data) end end |
Class Method Details
.field ⇒ Object
21531 21532 21533 |
# File 'lib/quickfix_fields.rb', line 21531 def PartyDetailSubIDType.field return 1696 end |