Class: Quickfix::Nested4PartyRole
- Inherits:
-
IntField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ Nested4PartyRole
Returns a new instance of Nested4PartyRole.
12655 12656 12657 12658 12659 12660 12661 |
# File 'lib/quickfix_fields.rb', line 12655 def initialize(data = nil) if( data == nil ) super(1417) else super(1417, data) end end |
Class Method Details
.field ⇒ Object
12652 12653 12654 |
# File 'lib/quickfix_fields.rb', line 12652 def Nested4PartyRole.field return 1417 end |