Class: Quickfix::Nested4PartyRole
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::Nested4PartyRole
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ Nested4PartyRole
constructor
A new instance of Nested4PartyRole.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ Nested4PartyRole
Returns a new instance of Nested4PartyRole.
18726 18727 18728 18729 18730 18731 18732 |
# File 'lib/quickfix_fields.rb', line 18726 def initialize(data = nil) if( data == nil ) super(1417) else super(1417, data) end end |
Class Method Details
.field ⇒ Object
18723 18724 18725 |
# File 'lib/quickfix_fields.rb', line 18723 def Nested4PartyRole.field return 1417 end |