Class: Quickfix::Nested4PartySubIDType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::Nested4PartySubIDType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ Nested4PartySubIDType
constructor
A new instance of Nested4PartySubIDType.
Constructor Details
#initialize(data = nil) ⇒ Nested4PartySubIDType
Returns a new instance of Nested4PartySubIDType.
5791 5792 5793 5794 5795 5796 5797 |
# File 'lib/quickfix_fields.rb', line 5791 def initialize(data = nil) if( data == nil ) super(1411) else super(1411, data) end end |
Class Method Details
.field ⇒ Object
5788 5789 5790 |
# File 'lib/quickfix_fields.rb', line 5788 def Nested4PartySubIDType.field return 1411 end |