Class: Quickfix::RelatedPartyDetailAltSubIDType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::RelatedPartyDetailAltSubIDType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RelatedPartyDetailAltSubIDType
constructor
A new instance of RelatedPartyDetailAltSubIDType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ RelatedPartyDetailAltSubIDType
Returns a new instance of RelatedPartyDetailAltSubIDType.
21144 21145 21146 21147 21148 21149 21150 |
# File 'lib/quickfix_fields.rb', line 21144 def initialize(data = nil) if( data == nil ) super(1574) else super(1574, data) end end |
Class Method Details
.field ⇒ Object
21141 21142 21143 |
# File 'lib/quickfix_fields.rb', line 21141 def .field return 1574 end |