Class: Quickfix::FirmTransactionID

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) ⇒ FirmTransactionID

Returns a new instance of FirmTransactionID.



61600
61601
61602
61603
61604
61605
61606
# File 'lib/quickfix_fields.rb', line 61600

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

Class Method Details

.fieldObject



61597
61598
61599
# File 'lib/quickfix_fields.rb', line 61597

def FirmTransactionID.field
  return 2484
end