Class: Quickfix::LegCountryOfIssue
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegCountryOfIssue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegCountryOfIssue
constructor
A new instance of LegCountryOfIssue.
Constructor Details
#initialize(data = nil) ⇒ LegCountryOfIssue
Returns a new instance of LegCountryOfIssue.
5063 5064 5065 5066 5067 5068 5069 |
# File 'lib/quickfix_fields.rb', line 5063 def initialize(data = nil) if( data == nil ) super(596) else super(596, data) end end |
Class Method Details
.field ⇒ Object
5060 5061 5062 |
# File 'lib/quickfix_fields.rb', line 5060 def LegCountryOfIssue.field return 596 end |