Class: Quickfix::RootPartyIDSource
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::RootPartyIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RootPartyIDSource
constructor
A new instance of RootPartyIDSource.
Constructor Details
#initialize(data = nil) ⇒ RootPartyIDSource
Returns a new instance of RootPartyIDSource.
578 579 580 581 582 583 584 |
# File 'lib/quickfix_fields.rb', line 578 def initialize(data = nil) if( data == nil ) super(1118) else super(1118, data) end end |
Class Method Details
.field ⇒ Object
575 576 577 |
# File 'lib/quickfix_fields.rb', line 575 def RootPartyIDSource.field return 1118 end |