Class: Quickfix::TransferInstructionID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ TransferInstructionID

Returns a new instance of TransferInstructionID.



60534
60535
60536
60537
60538
60539
60540
# File 'lib/quickfix_fields.rb', line 60534

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

Class Method Details

.fieldObject



60531
60532
60533
# File 'lib/quickfix_fields.rb', line 60531

def TransferInstructionID.field
  return 2436
end