Class: Quickfix::TradeRequestType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TradeRequestType

Returns a new instance of TradeRequestType.



2528
2529
2530
2531
2532
2533
2534
# File 'lib/quickfix_fields.rb', line 2528

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

Class Method Details

.fieldObject



2525
2526
2527
# File 'lib/quickfix_fields.rb', line 2525

def TradeRequestType.field
  return 569
end