Class: Quickfix::Nested3PartySubIDType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::Nested3PartySubIDType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ Nested3PartySubIDType
constructor
A new instance of Nested3PartySubIDType.
Constructor Details
#initialize(data = nil) ⇒ Nested3PartySubIDType
Returns a new instance of Nested3PartySubIDType.
2983 2984 2985 2986 2987 2988 2989 |
# File 'lib/quickfix_fields.rb', line 2983 def initialize(data = nil) if( data == nil ) super(954) else super(954, data) end end |
Class Method Details
.field ⇒ Object
2980 2981 2982 |
# File 'lib/quickfix_fields.rb', line 2980 def Nested3PartySubIDType.field return 954 end |