Class: Quickfix::Nested2PartyRole
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::Nested2PartyRole
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ Nested2PartyRole
constructor
A new instance of Nested2PartyRole.
Constructor Details
#initialize(data = nil) ⇒ Nested2PartyRole
Returns a new instance of Nested2PartyRole.
19051 19052 19053 19054 19055 19056 19057 |
# File 'lib/quickfix_fields.rb', line 19051 def initialize(data = nil) if( data == nil ) super(759) else super(759, data) end end |
Class Method Details
.field ⇒ Object
19048 19049 19050 |
# File 'lib/quickfix_fields.rb', line 19048 def Nested2PartyRole.field return 759 end |