Class: Quickfix::Nested3PartyRole
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::Nested3PartyRole
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ Nested3PartyRole
constructor
A new instance of Nested3PartyRole.
Constructor Details
#initialize(data = nil) ⇒ Nested3PartyRole
Returns a new instance of Nested3PartyRole.
2645 2646 2647 2648 2649 2650 2651 |
# File 'lib/quickfix_fields.rb', line 2645 def initialize(data = nil) if( data == nil ) super(951) else super(951, data) end end |
Class Method Details
.field ⇒ Object
2642 2643 2644 |
# File 'lib/quickfix_fields.rb', line 2642 def Nested3PartyRole.field return 951 end |