Class: Quickfix::UnderlyingStateOrProvinceOfIssue
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingStateOrProvinceOfIssue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStateOrProvinceOfIssue
constructor
A new instance of UnderlyingStateOrProvinceOfIssue.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStateOrProvinceOfIssue
Returns a new instance of UnderlyingStateOrProvinceOfIssue.
1930 1931 1932 1933 1934 1935 1936 |
# File 'lib/quickfix_fields.rb', line 1930 def initialize(data = nil) if( data == nil ) super(593) else super(593, data) end end |
Class Method Details
.field ⇒ Object
1927 1928 1929 |
# File 'lib/quickfix_fields.rb', line 1927 def UnderlyingStateOrProvinceOfIssue.field return 593 end |