Class: Quickfix::FirmTradeID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ FirmTradeID

Returns a new instance of FirmTradeID.



3620
3621
3622
3623
3624
3625
3626
# File 'lib/quickfix_fields.rb', line 3620

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

Class Method Details

.fieldObject



3617
3618
3619
# File 'lib/quickfix_fields.rb', line 3617

def FirmTradeID.field
  return 1041
end