Class: Quickfix::TransferReason

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TransferReason



14826
14827
14828
14829
14830
14831
14832
# File 'lib/quickfix_fields.rb', line 14826

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

Class Method Details

.fieldObject



14823
14824
14825
# File 'lib/quickfix_fields.rb', line 14823

def TransferReason.field
  return 830
end