Class: Quickfix::CollAsgnReason

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ CollAsgnReason

Returns a new instance of CollAsgnReason.



3958
3959
3960
3961
3962
3963
3964
# File 'lib/quickfix_fields.rb', line 3958

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

Class Method Details

.fieldObject



3955
3956
3957
# File 'lib/quickfix_fields.rb', line 3955

def CollAsgnReason.field
  return 895
end