Skip to content

Commit

Permalink
fix fields_gen (somehow missing from #760 fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
gbirchmeier committed Jul 13, 2023
1 parent 4975b3e commit 5d75ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/fields_gen.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def self.type_info( field )
when 'INT', 'NUMINGROUP', 'LENGTH'
{:cs_class => 'IntField', :base_type=>'int'}
when 'SEQNUM'
{:cs_class => 'ULongField', :base_type=>'ulong'}
{:cs_class => 'SeqNumFieldType', :base_type=>'SeqNumType'}
when 'AMT', 'PERCENTAGE', 'PRICE', 'QTY', 'PRICEOFFSET', 'FLOAT'
{:cs_class => 'DecimalField', :base_type=>'Decimal'}
when 'UTCTIMESTAMP', 'TZTIMESTAMP', 'TIME'
Expand Down

0 comments on commit 5d75ec1

Please sign in to comment.