Class: Quickfix::BusinessRejectRefID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ BusinessRejectRefID

Returns a new instance of BusinessRejectRefID.



3750
3751
3752
3753
3754
3755
3756
# File 'lib/quickfix_fields.rb', line 3750

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

Class Method Details

.fieldObject



3747
3748
3749
# File 'lib/quickfix_fields.rb', line 3747

def BusinessRejectRefID.field
  return 379
end