Class: Quickfix::Nested3PartyIDSource
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::Nested3PartyIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ Nested3PartyIDSource
constructor
A new instance of Nested3PartyIDSource.
Constructor Details
#initialize(data = nil) ⇒ Nested3PartyIDSource
Returns a new instance of Nested3PartyIDSource.
4374 4375 4376 4377 4378 4379 4380 |
# File 'lib/quickfix_fields.rb', line 4374 def initialize(data = nil) if( data == nil ) super(950) else super(950, data) end end |
Class Method Details
.field ⇒ Object
4371 4372 4373 |
# File 'lib/quickfix_fields.rb', line 4371 def Nested3PartyIDSource.field return 950 end |