Class: Quickfix::LegLocaleOfIssue
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegLocaleOfIssue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegLocaleOfIssue
constructor
A new instance of LegLocaleOfIssue.
Constructor Details
#initialize(data = nil) ⇒ LegLocaleOfIssue
Returns a new instance of LegLocaleOfIssue.
16256 16257 16258 16259 16260 16261 16262 |
# File 'lib/quickfix_fields.rb', line 16256 def initialize(data = nil) if( data == nil ) super(598) else super(598, data) end end |
Class Method Details
.field ⇒ Object
16253 16254 16255 |
# File 'lib/quickfix_fields.rb', line 16253 def LegLocaleOfIssue.field return 598 end |