Class: Quickfix::SettlPartyIDSource
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::SettlPartyIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlPartyIDSource
constructor
A new instance of SettlPartyIDSource.
Constructor Details
#initialize(data = nil) ⇒ SettlPartyIDSource
Returns a new instance of SettlPartyIDSource.
17127 17128 17129 17130 17131 17132 17133 |
# File 'lib/quickfix_fields.rb', line 17127 def initialize(data = nil) if( data == nil ) super(783) else super(783, data) end end |
Class Method Details
.field ⇒ Object
17124 17125 17126 |
# File 'lib/quickfix_fields.rb', line 17124 def SettlPartyIDSource.field return 783 end |