Class: Quickfix::Rule80A

Inherits:
CharField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ Rule80A

Returns a new instance of Rule80A.



18115
18116
18117
18118
18119
18120
18121
# File 'lib/quickfix_fields.rb', line 18115

def initialize(data = nil)
  if( data == nil )
    super(47)
  else
    super(47, data)
  end
end

Class Method Details

.fieldObject



18112
18113
18114
# File 'lib/quickfix_fields.rb', line 18112

def Rule80A.field
  return 47
end