Class: Quickfix::NoRelatedPartyDetailID
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoRelatedPartyDetailID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoRelatedPartyDetailID
constructor
A new instance of NoRelatedPartyDetailID.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoRelatedPartyDetailID
Returns a new instance of NoRelatedPartyDetailID.
20988 20989 20990 20991 20992 20993 20994 |
# File 'lib/quickfix_fields.rb', line 20988 def initialize(data = nil) if( data == nil ) super(1562) else super(1562, data) end end |
Class Method Details
.field ⇒ Object
20985 20986 20987 |
# File 'lib/quickfix_fields.rb', line 20985 def .field return 1562 end |