Class: Quickfix::BidTradeType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ BidTradeType



1462
1463
1464
1465
1466
1467
1468
# File 'lib/quickfix_fields.rb', line 1462

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

Class Method Details

.fieldObject



1459
1460
1461
# File 'lib/quickfix_fields.rb', line 1459

def BidTradeType.field
  return 418
end