Class: Quickfix::SettlPartySubIDType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::SettlPartySubIDType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlPartySubIDType
constructor
A new instance of SettlPartySubIDType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ SettlPartySubIDType
Returns a new instance of SettlPartySubIDType.
10731 10732 10733 10734 10735 10736 10737 |
# File 'lib/quickfix_fields.rb', line 10731 def initialize(data = nil) if( data == nil ) super(786) else super(786, data) end end |
Class Method Details
.field ⇒ Object
10728 10729 10730 |
# File 'lib/quickfix_fields.rb', line 10728 def SettlPartySubIDType.field return 786 end |